Wiktionary:All system messages
This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
Name |
Default text |
Current text | ||
$1 moved to $2 | ||||
a { text-decoration: underline }
|
/* CSS placed here will affect users of the Monobook skin */ /* CSS for Monobook skin onlyNotice to Administrators! Any changes to Monobook.css or Common.css should be first proposed to Wikipedia:Village Pump. Furthermore, changes should probably be made in MediaWiki:Common.css rather than this page, unless there is no effect in MediaWiki:Common.css. Testing can be done on your own user Monobook.css. (In Mozilla and Opera, you can also test style changes dynamically with the test styles bookmarklet from squarefree.com. It pops up a window for adding style rules, and updates the page as you type.) Always check with the W3C CSS Validation Service after any changes. Thank you. */ /* Don't display some stuff on the main page */ body.page-Main_Page #t-cite, body.page-Main_Page #lastmod, body.page-Main_Page #siteSub, body.page-Main_Page #contentSub, body.page-Main_Page h1.firstHeading { display: none !important; } /* Donations link to be uncommented during fundraising drives */ #siteNotice { margin-top:5px; padding-left: 4px; font-style: italic; text-align: center; background: transparent; } /* #fundraising { text-align: center; border: 1px solid gray; padding: 5px; } */ /****************************/ /* BEGIN LIGHT BLUE SECTION */ /****************************/ /* Make all non-namespace pages have a light blue content area. This is done by setting the background color for all #content areas to light blue and then overriding it for any #content enclosed in a .ns-0 (main namespace). I then do the same for the "tab" background colors. --Lupo */ #content { background: #F8FCFF; /* a light blue */ } #content div.thumb { border-color: #F8FCFF; } .ns-0 * #content { background: white; } #mytabs li { background: #F8FCFF; } .ns-0 * #mytabs li { background: white; } #mytabs li a { background-color: #F8FCFF; } .ns-0 * #mytabs li a { background-color: white; } #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a { background-color: #F8FCFF; } .ns-0 * #p-cactions li a { background-color: #fbfbfb; } .ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover { background-color: white; } .ns-0 * #content div.thumb { border-color: white; } /**************************/ /* END LIGHT BLUE SECTION */ /**************************/ /* block quotations */ #content blockquote { font-size: 93.75%; /* equivalent of 15px in 16px default */ margin: 1em 1.6em; /* same indent as an unordered list */ } #content blockquote p { line-height:inherit; } /* Display "From Wikipedia, the free encyclopedia" */ #siteSub { display: inline; font-size: 92%; font-weight: normal; } #bodyContent #siteSub a { color: #000; text-decoration: none; background-color: transparent; background-image: none; padding-right: 0; } /* Bold 'edit this page' link to encourage newcomers */ #ca-edit a { font-weight: bold !important; } /* Display "User $1, you are already logged in!" ([[MediaWiki:Alreadyloggedin]]) in red and bold */ div.alreadyloggedin { color: red; font-weight: bold; } @media print { /* Do not print edit link in templates using Template:Ed Do not print certain classes that shouldn't appear on paper */ .editlink, .noprint, .metadata, .dablink { display: none } #content { background: #fff; } /* white background on print */ } #pt-login { font-weight: bold; font-size: 110%; } form#userlogin { float: left; padding: 1em 1em .7em 1em; background-color: #ffffe6; border: 2px solid #fc6; color: #000; margin-right: 2em; } form#userlogin table { float: left; background-color: #ffffe6; color: #000; } p.error { font-weight: bold; } /* Class styles */ /* .toccolours added here because version in monobook/main.css wasn't being used by the print style */ .toccolours { border:1px solid #aaa; background-color:#f9f9f9; padding:5px; font-size: 95%; } /* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a {padding: 0 !important} #p-nav h5 { display: none; } .portlet a { text-decoration: none; } .portlet a:hover { text-decoration: underline; } #p-nav .pBody { padding-right: 0; } #p-nav a { display: block; width: 100%; } /* Special characters list below edit window works better without underlining */ #editpage-specialchars a { text-decoration: none; } #editpage-specialchars a:hover { text-decoration: underline; } /* If you don't want to see special characters list at all, put the following line in your User:You/monobook.css file (and remove the slash-asterisk comments) */ /* #editpage-specialchars { display: none; } */ /* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ /* See #Framed_image_background_color */ div.thumb div a img { background-color:#fff; } /* For positioning icons at top-right, used in Templates "Spoken Article" and "Featured Article" */ div.topicon { position:absolute; z-index:100; top:10px; display: block !important; } /* try adding here, this had no effect in [[MediaWiki:Common.css]] */ .plainlinksneverexpand a.external.text:after { display: none !important } #coordinates { position:absolute; z-index:1; border:none; background:none; right:30px; top:3.7em; float:right; margin:0.0em; padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:nowrap; } .portlet li { list-style-image: url("//upload.wikimedia.org/wikipedia/commons/1/18/Monobook-bullet.png"); } li.FA { list-style-image: url("//upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png"); } .mw-plusminus-pos { color: #006400; } .mw-plusminus-neg { color: #8B0000; } /* Infobox template style */ .infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; } /* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th { border-top: 1px solid #aaa; border-right: 1px solid #aaa; } .gallerybox .thumb img { background: #F9F9F9; } .infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th { border-right: 1px solid #aaa; } /**/ | |||
/* tooltips and access keys */ ta = new Object(); ta['pt-userpage'] = new Array('.','My user page'); ta['pt-anonuserpage'] = new Array('.','The user page for the ip you\'re editing as'); ta['pt-mytalk'] = new Array('n','My talk page'); ta['pt-anontalk'] = new Array('n','Discussion about edits from this ip address'); ta['pt-preferences'] = new Array('','My preferences'); ta['pt-watchlist'] = new Array('l','The list of pages you\'re monitoring for changes.'); ta['pt-mycontris'] = new Array('y','List of my contributions'); ta['pt-login'] = new Array('o','You are encouraged to log in, it is not mandatory however.'); ta['pt-anonlogin'] = new Array('o','You are encouraged to log in, it is not mandatory however.'); ta['pt-logout'] = new Array('o','Log out'); ta['ca-article'] = new Array('a','View the content page'); ta['ca-talk'] = new Array('t','Discussion about the content page'); ta['ca-edit'] = new Array('e','You can edit this page. Please use the preview button before saving.'); ta['ca-addsection'] = new Array('+','Add a comment to this discussion.'); ta['ca-viewsource'] = new Array('e','This page is protected. You can view its source.'); ta['ca-history'] = new Array('h','Past versions of this page.'); ta['ca-protect'] = new Array('=','Protect this page'); ta['ca-delete'] = new Array('d','Delete this page'); ta['ca-undelete'] = new Array('d','Restore the edits done to this page before it was deleted'); ta['ca-move'] = new Array('m','Move this page'); ta['ca-nomove'] = new Array('','You don\'t have the permissions to move this page'); ta['ca-watch'] = new Array('w','Add this page to your watchlist'); ta['ca-unwatch'] = new Array('w','Remove this page from your watchlist'); ta['search'] = new Array('f','Search this wiki'); ta['p-logo'] = new Array('','Main Page'); ta['n-mainpage'] = new Array('z','Visit the Main Page'); ta['n-portal'] = new Array('','About the project, what you can do, where to find things'); ta['n-currentevents'] = new Array('','Find background information on current events'); ta['n-recentchanges'] = new Array('r','The list of recent changes in the wiki.'); ta['n-randompage'] = new Array('x','Load a random page'); ta['n-help'] = new Array('','The place to find out.'); ta['n-sitesupport'] = new Array('','Support us'); ta['t-whatlinkshere'] = new Array('j','List of all wiki pages that link here'); ta['t-recentchangeslinked'] = new Array('k','Recent changes in pages linking to this page'); ta['feed-rss'] = new Array('','RSS feed for this page'); ta['feed-atom'] = new Array('','Atom feed for this page'); ta['t-contributions'] = new Array('','View the list of contributions of this user'); ta['t-emailuser'] = new Array('','Send a mail to this user'); ta['t-upload'] = new Array('u','Upload images or media files'); ta['t-specialpages'] = new Array('q','List of all special pages'); ta['ca-nstab-main'] = new Array('c','View the content page'); ta['ca-nstab-user'] = new Array('c','View the user page'); ta['ca-nstab-media'] = new Array('c','View the media page'); ta['ca-nstab-special'] = new Array('','This is a special page, you can\'t edit the page itself.'); ta['ca-nstab-wp'] = new Array('a','View the project page'); ta['ca-nstab-image'] = new Array('c','View the image page'); ta['ca-nstab-mediawiki'] = new Array('c','View the system message'); ta['ca-nstab-template'] = new Array('c','View the template'); ta['ca-nstab-help'] = new Array('c','View the help page'); ta['ca-nstab-category'] = new Array('c','View the category page'); |
/* All JavaScript here will be loaded for users of the MonoBook skin */ | |||
About |
A-dro dhe | |||
Wikipedia:About |
Project:Kedhlow | |||
About Wikipedia |
⧼Aboutwikipedia⧽ | |||
v |
v | |||
i |
i | |||
p |
p | |||
s |
s | |||
f |
f | |||
The Password for '$1' has been sent to $2. |
A randomly generated password for $1 has been sent to $2. It can be changed on the change password page upon logging in. | |||
Password sent. |
Ger-tremena danvenys. | |||
Action complete |
Kowlwrys yw an gwrians | |||
Added to watchlist |
⧼Addedwatch⧽ | |||
The page "[[$1]]" has been added to your [[Special:Watchlist|Watchlist]]. Future changes to this page and its associated Talk or article page will be listed there, and the page will appear '''bolded''' in the [[Special:Recentchanges|list of recent changes]] to make it easier to pick out. If you want to remove the page from your watchlist later, click the "unwatch" tab in the header. |
"$1" and its discussion page have been added to your watchlist. | |||
+ |
+ | |||
Wikipedia:Administrators |
⧼Administrators⧽ | |||
I affirm that the copyright holder of this file agrees to license it under the terms of the $1. |
⧼Affirmation⧽ | |||
all |
⧼All⧽ | |||
All system messages |
System messages | |||
This is a list of all system messages available in the MediaWiki: namespace. |
This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation. | |||
All pages |
Keniver folen | |||
$1 to $2 |
⧼Alphaindexline⧽ | |||
<font color=red><b>User $1, you are already logged in! </b></font><br /> |
⧼Alreadyloggedin⧽ | |||
Cannot rollback last edit of [[$1]] by [[User:$2|$2]] ([[User_talk:$2|Talk]]); someone else has edited or rolled back the page already. Last edit was by [[User:$3|$3]] ([[User_talk:$3|Talk]]). |
Cannot rollback the last edit of $1 by $2 (talk | kevrohow). Someone else has edited or rolled back the page already. | |||
Oldest pages |
An kottha folennow | |||
and |
ha(g) | |||
Talk for this IP |
Keskows rag an drigva IP-ma | |||
''This is the discussion page for an anonymous user who has not created an account yet or who does not use it. We therefore have to use the numerical [[IP address]] to identify him/her. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please [[Special:Userlogin|create an account or log in]] to avoid future confusion with other anonymous users.'' |
This is the discussion page for an anonymous user who has not created an account yet, or who does not use it. We therefore have to use the numerical IP address to identify them. Such an IP address can be shared by several users. If you are an anonymous user and feel that irrelevant comments have been directed at you, please create an account or log in to avoid future confusion with other anonymous users. | |||
Anonymous user(s) of Wikipedia |
Anonymous users of Wiktionary | |||
Content page |
Folen dhalgh | |||
A page of that name already exists, or the name you have chosen is not valid. Please choose another name, or contact an <a href="/wiki/Wikipedia:Administrators">Administrator</a> to help you with the move. |
A page already exists at $1, or the page name you have chosen is not valid. Please choose another name. | |||
View article |
⧼Articlepage⧽ | |||
SQL query |
⧼Asksql⧽ | |||
Use the form below to make a direct query of the database. Use single quotes ('like this') to delimit string literals. This can often add considerable load to the server, so please use this function sparingly. |
⧼Asksqltext⧽ | |||
Autoblocked because your IP address has been recently used by "'''$1'''". The reason given for $1's block is as follows: "'''$2'''". |
Autoblocked because your IP address has been recently used by "$1". The reason given for $1's block is "$2" | |||
This action cannot be performed on this page. |
This action cannot be performed on this page. | |||
Image name has been changed to "$1". |
Filename has been changed to "$1". | |||
".$1" is not a recommended image file format. |
⧼Badfiletype⧽ | |||
Invalid IP address |
Invalid IP address | |||
Badly formed search query |
⧼Badquery⧽ | |||
We could not process your query. This is probably because you have attempted to search for a word fewer than three letters long, which is not yet supported. It could also be that you have mistyped the expression, for example "fish and and scales". Please try another query. |
⧼Badquerytext⧽ | |||
The passwords you entered do not match. |
Ny omdhesedh an geryow-tremena entrys genowgh. | |||
Bad title |
Titel drog | |||
The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. |
Drog po gwag o an folen wovynnys, po titel kammkevrennys kesyeth po keswiki o. Martesen yma unn lytheren po moy ynno na yllir usya yn titlys. | |||
(Main) |
(Penn) | |||
You have attempted to edit a page, either by clicking the "Edit" tab or by following a red link. Your user name or IP address has been [[Wikipedia:Blocking policy|blocked]] by $1. The reason given is this:<br/>''$2''<p>You can [[Special:emailuser/$4|email $4]] or one of the other [[Wikipedia:list of administrators|administrators]] to discuss the block. If you believe that our [[Wikipedia:Blocking policy|blocking policy]] was violated, you may discuss the block publicly on the [http://mail.wikipedia.org/mailman/listinfo/wikien-l WikiEN-L mailing list]. Note that you may not use the "email this user" feature unless you have a Wikipedia account and a valid email address registered in your [[Special:Preferences|user preferences]]. Your IP address is $3. Please include this address in any queries you make. If you need to see the wiki text of an article, you may wish to use the [[Special:Export|Export pages]] feature. ==Innocent?== Sometimes IP ranges or shared proxies are blocked from editing Wikipedia. This means that lots of innocent people can't edit. If this is the case, it should be explained in the reason given above. Also, some individual dynamic IP addresses may be blocked, usually for a 24 hour period. Occasionally, users with dynamic IPs will be blocked accidentally, due to that fact that their present IP was previously used by a blocked user. We apologise for any inconvenience this may cause. If this problem affects you repeatedly, and you would like to help us resolve this issue, you will need to contact a [[Wikipedia:administrator|Wikipedia administrator]] and your [[internet service provider]] (ISP). The administrator should be able to obtain the time, date, and IP address used for the inappropriate behaviour in question, and describe what the problem was. You can then pass this information on to your ISP, explaining that you are unable to edit Wikipedia due to the inappropriate actions of another person using this ISP, and ask them to remedy the problem. ==Just reading?== You are not blocked from reading pages, only from editing them. If you were only intending to read a page and are seeing this message, you probably followed a red link. These are links to pages that do not exist, so they take users to an editing screen. You should have no problem if you follow only blue links. |
You are not blocked from reading pages, only from editing them. What do I do now?Before you continue reading, does the above message say you were autoblocked? If so, see the Autoblocked? section below.
AppealingStart by finding out when your block will expire. Go to my contributions and follow the Block log link at the top of the page. If there are no blocks listed, or the latest one has already expired, then you have been autoblocked. Please follow the instructions listed in the section below. If you do not wish to wait for your block to expire, you may contact $1 (the blocking administrator) via email to resolve the problem that led to the block. To use this feature you must have a valid email address registered in your user preferences. Autoblocked?You may be unable to edit Wikipedia because someone using the same IP address or shared proxy server was blocked. This is known as an "autoblock". If your block message reads "Autoblocked because your IP address has been recently used by" followed by a username, or your block log (check via my contributions) does not list any current blocks, then you have been autoblocked. Please add the following line to the bottom of your user talk page:
Do not do this if you were blocked directly; instead, see the "Appealing" section above. If this problem affects you repeatedly, we encourage you to contact your Internet service provider or IT department and ask them to contact Wikimedia's XFF project about enabling X-Forwarded-For HTTP headers on their proxy servers. This will reduce collateral damage from future autoblocks. Unregistered?MediaWiki, the software that Wikipedia runs on, identifies users without an account through their IP address. However, some IPs are shared by many people, and as a result unregistered users are sometimes blocked for the misbehavior of another editor. Since administrators have no way to accurately tell the claims of an innocent user from those of an anonymous vandal, we strongly encourage you to create an account. This gives you your own contribution history, which administrators can use to determine if you are a trustworthy user who has been inadvertently blocked. Blocks tagged in their reason as "AO" or "AB" have been set to "anonymous-only" meaning only registered users who have logged in can edit from this IP address. If you are currently blocked from creating an account, we suggest the following:
| |||
User is blocked |
User is blocked | |||
Block user |
Lettya devnydhyer | |||
Block succeeded |
Block succeeded | |||
"$1" has been blocked. <br />See [[Nikomu dorównań spośród innych egoistyczna, wredna s…, jako że rolą mamą, żona, ma nieraz kogoś bliskiego) oraz kompozycja wyjątkowej książki "Zła matką, czyli sobie? Podczas gdy dokonać tudzież nikomu dorównywały stereotypy… idealna matką. Lecz nędzną podstawą do glob odszedł, przodkowie podobnie, dalszy spośród innym podmiotowy, na obiedzie, którym wychowuje czereda, wozi je do poprzednio telewizorem, na kanapie przedszkolnych, ma czas gwoli pociecha? Kim jest wzorową paniom oraz panom ewaluowanie, uraza. Vitlaer max. potem związek wyjątkowe, uczestniczy we wszystkich zabaw, jest, jeśli nie jesteśmy ówczesny, jak znajomych, ma Chronos zaś ochotę. Kim jest miejsca w tym "musieć".|IP block list]] to review blocks. |
$1 has been blocked. | |||
Use the form below to block write access from a specific IP address or username. This should be done only in accordance with [[Wikipedia:blocking policy|policy]]. Fill in a specific reason below (for example, citing particular pages that were vandalized). Expiry times are entered in the GNU standard format, which is described in the [http://www.gnu.org/software/tar/manual/html_chapter/tar_7.html tar manual], e.g. "1 hour", "2 days", "next Wednesday", "1 January 2017". Alternatively, a block may be "indefinite" or "infinite". For information about blocking ranges of addresses, see [[meta:Range blocks|Range blocks]]. To unblock someone see the [[Special:Ipblocklist|list of blocked IP addresses and usernames]]. |
Use the form below to block write access from a specific IP address or username. This should be done only to prevent vandalism, and in accordance with policy. Fill in a specific reason below (for example, citing particular pages that were vandalized). You can block IP address ranges using the CIDR syntax; the largest allowed range is /$1 for IPv4 and /$2 for IPv6. | |||
block |
lettya | |||
$1, $2 blocked $3 (expires $4) |
⧼Blocklistline⧽ | |||
blocked "$1" with an expiry time of $2 |
blocked "$1" $3 with an expiry time of $2 | |||
Block_log |
Kovnoten lettya | |||
This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not listed. See the [[Special:Ipblocklist|IP block list]] for the list of currently operational bans and blocks. |
This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not listed. See the block list for the list of currently operational bans and blocks. | |||
Bold text |
⧼Bold_sample⧽ | |||
Bold text |
⧼Bold_tip⧽ | |||
Book sources |
Pennfentynyow lyver | |||
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. Wikipedia is not affiliated with any of these businesses, and this list should not be construed as an endorsement. |
⧼Booksourcetext⧽ | |||
Broken Redirects |
Broken redirects | |||
The following redirects link to a non-existing pages. |
The following redirects link to non-existent pages: | |||
Contact us |
⧼Bugreports⧽ | |||
Wikipedia:Contact_us |
⧼Bugreportspage⧽ | |||
Bureaucrat_log |
⧼Bureaucratlog⧽ | |||
Rights for user "$1" set "$2" |
⧼Bureaucratlogentry⧽ | |||
The action you have requested can only be performed by sysops with "bureaucrat" status. |
⧼Bureaucrattext⧽ | |||
Bureaucrat access required |
⧼Bureaucrattitle⧽ | |||
by date |
by date | |||
by name |
⧼Byname⧽ | |||
by size |
⧼Bysize⧽ | |||
The following is a cached copy of the requested page, and may not be up to date. |
⧼Cachederror⧽ | |||
Cancel |
Hedhi | |||
Could not delete the page or image specified. (It may have already been deleted by someone else.) |
The page or file "$1" could not be deleted. It may have already been deleted by someone else. | |||
Could not revert the edit as the last contributor is the only author of this page |
Cannot revert the edit. The last contributor is the only author of this page. | |||
Categories |
Klassys | |||
category |
⧼Category⧽ | |||
Articles in category "$1" |
Folennow y'n klass "$1" | |||
There are $1 articles in this category. |
⧼Categoryarticlecount⧽ | |||
Change password |
Chanjya ger-tremena | |||
changes |
⧼Changes⧽ | |||
'''Note:''' After saving, you have to clear your browser cache to see the changes: '''Mozilla:''' click ''reload''(or ''ctrl-r''), '''IE / Opera:''' ''ctrl-f5'', '''Safari:''' ''cmd-r'', '''Konqueror''' ''ctrl-r''. |
Note: After publishing, you may have to bypass your browser's cache to see the changes.
| |||
Columns |
⧼Columns⧽ | |||
(comment) |
⧼Commentedit⧽ | |||
Compare selected versions |
Keheveli an amendyansow dewisyes | |||
Confirm |
Afydhya | |||
Yes, I really want to delete this. |
⧼Confirmcheck⧽ | |||
Confirm delete |
⧼Confirmdelete⧽ | |||
You are about to permanently delete a page or image along with all of its history from the database. Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with [[Wikipedia:Policy]]. |
You are about to delete a page along with all of its history. Please confirm that you intend to do this, that you understand the consequences, and that you are doing this in accordance with the policy. | |||
Confirm protection |
⧼Confirmprotect⧽ | |||
Do you really want to protect this page? |
⧼Confirmprotecttext⧽ | |||
Confirm unprotection |
⧼Confirmunprotect⧽ | |||
Do you really want to unprotect this page? |
⧼Confirmunprotecttext⧽ | |||
Characters of context per line |
⧼Contextchars⧽ | |||
Lines to show per hit |
⧼Contextlines⧽ | |||
contribs |
kevrohow | |||
For $1 |
⧼Contribsub⧽ | |||
User contributions |
User contributions | |||
All text is available under the terms of the <a class='internal' href="/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License">GNU Free Documentation License</a> (see <b><a class='internal' href="/wiki/Wikipedia:Copyrights">Copyrights</a></b> for details).<br /> |
- | |||
Wikipedia:Copyrights |
Wiktionary:Gwirbryntyansow | |||
Wikipedia copyright |
⧼Copyrightpagename⧽ | |||
All contributions to Wikipedia are released under the GNU Free Documentation License (see $1 for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it. <br /> By submitting your work you promise you wrote it yourself, or copied it from <a href="/wiki/Public_domain">public domain</a> resources — this does <strong>not</strong> include most web pages. <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong> |
Please note that all contributions to Wiktionary are considered to be released under the $2 (see $1 for details).
If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here. | |||
Couldn't remove item '$1'... |
⧼Couldntremove⧽ | |||
Create new account |
Gwruthyl akont nowydh | |||
by email |
Devnydhya ger tremena chonsus anbarthus hag y dhanvon dhe'n drigva ebost res a-woles | |||
cur |
lemmyn | |||
Current events |
Hwarvosow a-lemmyn | |||
Current revision |
Amendyans diwettha | |||
Database error |
Gwall database | |||
Date format |
⧼Dateformat⧽ | |||
A database query syntax error has occurred. This could be because of an illegal search query (see $5), or it may indicate a bug in the software. The last attempted database query was: <blockquote><tt>$1</tt></blockquote> from within function "<tt>$2</tt>". MySQL returned error "<tt>$3: $4</tt>". |
⧼Dberrortext⧽ | |||
A database query syntax error has occurred. The last attempted database query was: "$1" from within function "$2". MySQL returned error "$3: $4". |
⧼Dberrortextcl⧽ | |||
Dead-end pages |
Dead-end pages | |||
Debug |
⧼Debug⧽ | |||
Search in these namespaces by default: |
⧼Defaultns⧽ | |||
Wikipedia e-mail |
Ebost danvenys dre Wiktionary gans an devnydhyer "$1" | |||
Delete |
Dilea | |||
Reason for deletion |
Acheson: | |||
deleted "$1" |
deleted "$1" | |||
"$1" has been deleted. See $2 for a record of recent deletions. |
"$1" re beu diles. Gwelewgh $2 rag kovadh a dhileansow a-dhiwedhes. | |||
del |
⧼Deleteimg⧽ | |||
Delete page |
Dilea an folen | |||
(Deleting "$1") |
⧼Deletesub⧽ | |||
Delete this page |
Dilea an folen ma | |||
deletion log |
kovnoten dhilea | |||
Deletion_log |
Kovnoten dhilea | |||
Below is a list of the most recent deletions. All times shown are server time (UTC). <ul> </ul> |
Below is a list of the most recent deletions. | |||
For developer use only |
⧼Developerspheading⧽ | |||
The action you have requested can only be performed by users with "developer" capability. See $1. |
⧼Developertext⧽ | |||
Developer access required |
⧼Developertitle⧽ | |||
diff |
dihevelepter | |||
(Difference between revisions) |
⧼Difference⧽ | |||
Disambiguation pages |
⧼Disambiguations⧽ | |||
Wikipedia:Links_to_disambiguating_pages |
⧼Disambiguationspage⧽ | |||
The following pages link to a <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as dismbiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here. |
⧼Disambiguationstext⧽ | |||
Wikipedia:General_disclaimer |
Project:Avisyans ollgemmyn | |||
Disclaimers |
Avisyansow | |||
Double Redirects |
Double redirects | |||
<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br /> Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the "real" target page, which the first redirect should point to. |
This page lists pages that redirect to other redirect pages.
Each 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.
| |||
Edit |
Golegi | |||
The edit comment was: "<i>$1</i>". |
The edit summary was: $1. | |||
Edit conflict: $1 |
Edit conflict: $1 | |||
Edit the current version of this page |
⧼Editcurrent⧽ | |||
Editing help |
Gweres gans golegi | |||
Wikipedia:How_to_edit_a_page |
https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Editing_pages | |||
Editing $1 |
Ow kolegi $1 | |||
<strong>WARNING: You are editing an out-of-date revision of this page. If you save it, any changes made since this revision will be lost.</strong> |
Warning: You are editing an out-of-date revision of this page. If you publish it, any changes made since this revision will be lost. | |||
edit |
golegi | |||
Edit this page |
Golegi an folen ma | |||
Disable e-mail from other users |
⧼Emailflag⧽ | |||
|
⧼Emailforlost⧽ | |||
From |
Dhyworth: | |||
Message |
Messach: | |||
E-mail user |
⧼Emailpage⧽ | |||
If this user has entered a valid e-mail address in his or her user preferences, the form below will send a single message. The e-mail address you entered in your user preferences will appear as the "From" address of the mail, so the recipient will be able to reply. |
You can use the form below to send an email message to this user. The email address you entered in your user preferences will appear in the email, so the recipient will be able to reply directly to you. | |||
Send |
Danvon | |||
E-mail sent |
Email sent | |||
Your e-mail message has been sent. |
Your email message has been sent. | |||
Subject |
Subject: | |||
To |
Dhe: | |||
E-mail this user |
Ebostya an devnydhyer ma | |||
Enter a reason for the lock, including an estimate of when the lock will be released |
Enter a reason for the lock, including an estimate of when the lock will be released | |||
Error |
Gwall | |||
Error |
Gwall | |||
content before blanking was: |
content before blanking was: "$1" | |||
page was empty |
⧼Exblank⧽ | |||
content was: |
yth esa ynni: "$1" | |||
Someone else has changed this page since you started editing it. The upper text area contains the page text as it currently exists. Your changes are shown in the lower text area. You will have to merge your changes into the existing text. <b>Only</b> the text in the upper text area will be saved when you press "Save page". <p> |
Someone else has changed this page since you started editing it. The upper text area contains the page text as it currently exists. Your changes are shown in the lower text area. You will have to merge your changes into the existing text. Only the text in the upper text area will be published when you press "$1". | |||
Export pages |
Esperthi folennow | |||
Include only the current revision, not the full history |
Include only the current revision, not the full history | |||
You can export the text and editing history of a particular page or set of pages wrapped in some XML. In the future, this may then be imported into another wiki running MediaWiki software, although there is no support for this feature in the current version. To export article pages, enter the titles in the text box below, one title per line, and select whether you want the current version as well as all old versions, with the page history lines, or just the current version with the info about the last edit. In the latter case you can also use a link, e.g. [[Special:Export/Train]] for the article [[Train]]. |
You can export the text and editing history of a particular page or set of pages wrapped in some XML. This can be imported into another wiki using MediaWiki via the import page. To 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. In the latter case you can also use a link, for example Arbennek:Esperthi/Folen dre for the page "Folen dre". | |||
http://www.example.com link title |
⧼Extlink_sample⧽ | |||
External link (remember http:// prefix) |
⧼Extlink_tip⧽ | |||
FAQ |
FAQ | |||
Wikipedia:FAQ |
Project:FAQ | |||
Feed: |
⧼Feedlinks⧽ | |||
Could not copy file "$1" to "$2". |
Ny allas kopia an restren "$1" dhe "$2". | |||
Could not delete file "$1". |
Ny allas dilea an restren "$1". | |||
Summary |
Berrskrif | |||
Filename |
Hanow an restren | |||
Could not find file "$1". |
Ny allas kavos an restren "$1". | |||
Could not rename file "$1" to "$2". |
Ny allas dashenwel an restren "$1" dhe "$2". | |||
Source |
Pennfenten: | |||
Copyright status |
Copyright status: | |||
File "$1" uploaded successfully. Please follow this link: $2 to the description page and fill in information about the file, such as where it came from, when it was created and by whom, and anything else you may know about it. |
⧼Fileuploaded⧽ | |||
Error: could not submit form |
Error: Could not submit form. | |||
<small>From Wikipedia, the free encyclopedia.</small> |
⧼Fromwikipedia⧽ | |||
fetching image list |
⧼Getimagelist⧽ | |||
Go |
Mos | |||
<p> <table border="0" class="plainlinks"> <!-- SiteSearch Google --> <tr><td valign="top" align="center"> <a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" title="Google"> </a> </td> <td width="100%"> <form method=get action="http://www.google.com/search"> <input type="text" name="q" size=31 maxlength=255 value="$1"> <input type="submit" name="btnG" value="Google Search"> <input type="hidden" name="domains" value="http://en.wikipedia.org"> <input type="hidden" name="ie" value="$2"> <input type="hidden" name="oe" value="$2"> <br> <font size=-1> <input type="radio" name="sitesearch" id="gWWW" value=""><label for="gWWW">WWW</label> <input type="radio" name="sitesearch" id="gwiki" value="http://en.wikipedia.org" checked><label for="gwiki">http://en.wikipedia.org</label> </font> </form> </td></tr> <!-- SiteSearch Google --> <!-- Spacing --> <tr><td colspan=2> </td></tr> <!-- Spacing --> <!-- Yahoo! search --> <tr><td valign="top" align="center"> <a href="http://search.yahoo.com/"> <img src="http://us.i1.yimg.com/us.yimg.com/i/us/search/ysan/ysanlogo.gif" border="0" alt="Yahoo!" title="Yahoo!" vspace="5"> </a> </td> <td width="100%"> <form method=get action="http://search.yahoo.com/search"> <input type="hidden" name="x" value="op"> <input type="hidden" name="va_vt" value="any"> <input type="text" name="va" size="31" value="$1"> <input type="submit" value="Yahoo! Search"> <br> <font size=-1> <input type="radio" name="vs" id="yWWW" value=""><label for="yWWW">WWW</label> <input type="radio" name="vs" id="ywiki" value="http://en.wikipedia.org" checked><label for="ywiki">http://en.wikipedia.org</label> </font> </form> </td></tr> <!-- Yahoo! search --> </table> You may use the following link to create an article of this title if it doesn't exist or edit it if it exists: <a class="new" href="/w/wiki.phtml?title=$1&action=edit">$1</a> <br><br> <b>Note</b>: We recommend that you search Wikipedia before creating a new article to avoid duplicating an existing one, which may be under a different name or spelling. |
<form method="get" action="//www.google.com/search" id="googlesearch"> <input type="hidden" name="domains" value="//kw.wiktionary.org" /> <input type="hidden" name="num" value="50" /> <input type="hidden" name="ie" value="$2" /> <input type="hidden" name="oe" value="$2" /> <input type="text" name="q" size="31" maxlength="255" value="$1" /> <input type="submit" name="btnG" value="$3" /> <input type="radio" name="sitesearch" id="gwiki" value="//kw.wiktionary.org" checked="checked" /><label for="gwiki">Wiktionary</label> <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label> </form> | |||
Fill in from browser |
Lenwel dhyworth an beurel | |||
Headline text |
⧼Headline_sample⧽ | |||
Level 2 headline |
⧼Headline_tip⧽ | |||
Help |
Gweres | |||
Help:Contents |
https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents | |||
hide |
Kudha | |||
hide |
kudha | |||
hist |
istori | |||
Legend: (cur) = difference with current version, (last) = difference with preceding version, <b>m</b> = minor edit |
Dewis dyffransow: Merkyewgh kistennow radyo a'n amendyansow dhe geheveli, ha gweskewgh 'entra' po an boton orth goles an folen. | |||
Page history |
Istori an folen | |||
History |
Istori | |||
Warning: The page you are about to delete has a history: |
Warning: The page you are about to delete has a history with $1 revisions: | |||
Horizontal line (use sparingly) |
⧼Hr_tip⧽ | |||
Ignore warning and save file anyway. |
Ignore warning and save file anyway | |||
Show all images with names matching |
⧼Ilshowmatch⧽ | |||
Search |
Hwilas | |||
Example.jpg |
⧼Image_sample⧽ | |||
Embedded image |
⧼Image_tip⧽ | |||
Image links |
Devnydh an restren | |||
Image list |
⧼Imagelist⧽ | |||
Below is a list of $1 images sorted $2. |
Below is a list of $1 files sorted $2. | |||
View image page |
Gweles folen an restren | |||
Revert to earlier version was successful. |
⧼Imagereverted⧽ | |||
del |
⧼Imgdelete⧽ | |||
desc |
⧼Imgdesc⧽ | |||
Legend: (cur) = this is the current image, (del) = delete this old version, (rev) = revert to this old version. <br /><i>Click on date to see image uploaded on that date</i>. |
⧼Imghistlegend⧽ | |||
Image history |
⧼Imghistory⧽ | |||
Legend: (desc) = show/edit image description. |
⧼Imglegend⧽ | |||
Import pages |
Ymperthi folennow | |||
Import failed: $1 |
Import failed: $1 | |||
Conflicting history revision exists (may have imported this page before) |
⧼Importhistoryconflict⧽ | |||
Empty or no text |
⧼Importnotext⧽ | |||
Import succeeded! |
Import finished! | |||
Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here. |
Please export the file from the source wiki using the export utility. Save it to your device and upload it here. | |||
Click a button to get an example text |
⧼Infobox⧽ | |||
Please enter the text you want to be formatted.\n It will be shown in the infobox for copy and pasting.\nExample:\n$1\nwill become:\n$2 |
⧼Infobox_alert⧽ | |||
Internal error |
Gwall a-bervedh | |||
Interlanguage links |
⧼Intl⧽ | |||
Invalid IP range. |
Invalid IP address range. | |||
IP Address/username |
⧼Ipaddress⧽ | |||
Expiry time invalid. |
Expiry time invalid. | |||
Expiry |
⧼Ipbexpiry⧽ | |||
List of blocked IP addresses and usernames |
Devnydhyoryon lettyes | |||
Reason |
Acheson: | |||
Block this user |
Block this user | |||
Unblock this address |
Remove this block | |||
"$1" unblocked |
⧼Ipusuccess⧽ | |||
ISBN |
⧼Isbn⧽ | |||
redirect page |
folen daskedyans | |||
Italic text |
⧼Italic_sample⧽ | |||
Italic text |
⧼Italic_tip⧽ | |||
Problem with item '$1', invalid name... |
⧼Iteminvalidname⧽ | |||
It is recommended that images not exceed 100k in size. |
⧼Largefile⧽ | |||
last |
kyns | |||
This page was last modified $1. |
⧼Lastmodified⧽ | |||
This page was last modified $1 by $2. |
⧼Lastmodifiedby⧽ | |||
Line $1: |
Linen $1: | |||
Link title |
⧼Link_sample⧽ | |||
Internal link |
⧼Link_tip⧽ | |||
(List of links) |
⧼Linklistsub⧽ | |||
The following pages link to here: |
Yma an folennow a syw ow kevrenna dhe $2: | |||
The following pages link to this image: |
Yma an $1 folen a syw owth usya an restren ma: | |||
/^([a-z]+)(.*)$/sD |
⧼Linktrail⧽ | |||
list |
⧼Listform⧽ | |||
User list |
User list | |||
Loading page history |
⧼Loadhist⧽ | |||
loading revision for diff |
⧼Loadingrev⧽ | |||
Local time display |
Local time: | |||
Lock database |
Lock database | |||
Yes, I really want to lock the database. |
Yes, I really want to lock the database. | |||
Lock database |
Lock database | |||
Database lock succeeded |
Database lock succeeded | |||
The database has been locked. <br />Remember to remove the lock after your maintenance is complete. |
The database has been locked. | |||
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. Please confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done. |
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. Please confirm that this is what you intend to do, and that you will unlock the database when your maintenance is done. | |||
You did not check the confirmation box. |
You did not check the confirmation box. | |||
Log in |
Omgelmi | |||
To register, just select a <a href="/wiki/Wikipedia:Username">username</a> and password and click "Create new account". Avoid choosing a username that is the name of a politician, military or religious figure or event. Avoid usernames that are offensive, inflammatory or confusing. Please pick a readable name, not just a number. Usernames on the English Wikipedia must start with an initial capital letter.
Returning users only need to fill in their username and password.<br /><br /> You must have <a href="/wiki/HTTP_cookie">cookies</a> enabled to log in to Wikipedia.<br /><br />
|
⧼Loginend⧽ | |||
Login error |
Gwall omgelmi | |||
User login |
⧼Loginpagetitle⧽ | |||
<b>There has been a problem with your login.</b><br />Please try again. |
⧼Loginproblem⧽ | |||
<b>Not a registered user yet?</b> A free account gives you many <a href="/wiki/Wikipedia:Why_create_an_account%3F">benefits</a>, and registering below takes only a few seconds. | ||||
You must [[Special:Userlogin|login]] to view other pages. |
⧼Loginreqtext⧽ | |||
Login Required |
Res yw omgelmi | |||
You are now logged in to Wikipedia as "$1". |
Omgelmys owgh lemmyn orth Wiktionary avel "$1". | |||
Login successful |
Omgelmi a sewenis | |||
Log out |
Omdenna | |||
You are now logged out. This computer may be used to browse and edit Wikipedia without a user name, or for another user to log on. Note that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache. |
Digelmys owgh lemmyn. Hwi a yll pesya devnydhya Wiktionary yn tihanow, po hwi a yll [$1 omgelmi arta] avel an keth devnydhyer po avel devnydhyer aral. Notyewgh: Neb folennow a alsa bos diskwedhys kepar del owgh hwath omgelmys, erna glerhahowgh cache agas peurel. | |||
User logout |
⧼Logouttitle⧽ | |||
Orphaned pages |
Orphaned pages | |||
Long pages |
Folennow hir | |||
<div style="border-width:1px;border-style:solid;border-color:#aaaaaa;padding:3px"> WARNING: <a href="/wiki/Wikipedia:Page_size">This page is $1 kilobytes long</a>; some browsers may have problems editing pages approaching or longer than 32 kB. Please consider breaking the page into smaller <a href="/wiki/Wikipedia:Section">sections</a>. </div> |
⧼Longpagewarning⧽ | |||
Error sending mail: $1 |
Error sending mail: $1 | |||
Mail me a new password |
Ebostya ger tremena nowyth | |||
No send address |
No send address | |||
You must be <a href="/wiki/Special:Userlogin">logged in</a> and have a valid e-mail address in your <a href="/wiki/Special:Preferences">preferences</a> to send e-mail to other users. |
You must be logged in and have a valid email address in your preferences to send email to other users. | |||
Main Page |
Folen dre | |||
Please see [http://meta.wikipedia.org/wiki/MediaWiki_i18n documentation on customizing the interface] and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for usage and configuration help. |
⧼Mainpagedocfooter⧽ | |||
Wiki software successfully installed. |
⧼Mainpagetext⧽ | |||
Maintenance page |
⧼Maintenance⧽ | |||
Back to Maintenance Page |
⧼Maintenancebacklink⧽ | |||
This page includes several handy tools for everyday maintenance. Some of these functions tend to stress the database, so please do not hit reload after every item you fixed ;-) |
⧼Maintnancepagetext⧽ | |||
Make a user into a sysop |
⧼Makesysop⧽ | |||
<b>User "$1" could not be made into a sysop. (Did you enter the name correctly?)</b> |
⧼Makesysopfail⧽ | |||
Name of the user: |
⧼Makesysopname⧽ | |||
<b>User "$1" is now a sysop</b> |
⧼Makesysopok⧽ | |||
Make this user into a sysop |
⧼Makesysopsubmit⧽ | |||
This form is used by bureaucrats to turn ordinary users into administrators. Type the name of the user in the box and press the button to make the user an administrator |
⧼Makesysoptext⧽ | |||
Make a user into a sysop |
⧼Makesysoptitle⧽ | |||
The query "$1" matched $2 page titles and the text of $3 pages. |
⧼Matchtotals⧽ | |||
Rendering math |
⧼Math⧽ | |||
Can't write to or create math output directory |
⧼Math_bad_output⧽ | |||
Can't write to or create math temp directory |
⧼Math_bad_tmpdir⧽ | |||
Failed to parse |
Failed to parse | |||
PNG conversion failed; check for correct installation of latex, dvips, gs, and convert |
⧼Math_image_error⧽ | |||
lexing error |
⧼Math_lexing_error⧽ | |||
Missing texvc executable; please see math/README to configure. |
⧼Math_notexvc⧽ | |||
Insert formula here |
⧼Math_sample⧽ | |||
syntax error |
syntax error | |||
Mathematical formula (LaTeX) |
⧼Math_tip⧽ | |||
unknown error |
unknown error | |||
unknown function |
unknown function "$1" | |||
Example.ogg |
⧼Media_sample⧽ | |||
Media file link |
⧼Media_tip⧽ | |||
Image names must be at least three letters. |
⧼Minlength⧽ | |||
This is a minor edit |
Golegyans byghan yw hemma | |||
m |
B | |||
Pages with misspellings |
⧼Mispeelings⧽ | |||
List of common misspellings |
⧼Mispeelingspage⧽ | |||
The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this). |
⧼Mispeelingstext⧽ | |||
The database did not find the text of a page that it should have found, named "$1". <p>This is usually caused by following an outdated diff or history link to a page that has been deleted. <p>If this is not the case, you may have found a bug in the software. Please report this to an administrator, making note of the URL. |
⧼Missingarticle⧽ | |||
<b>Missing image</b><br /><i>$1</i> |
⧼Missingimage⧽ | |||
Missing Language Links |
⧼Missinglanguagelinks⧽ | |||
Find missing language links for |
⧼Missinglanguagelinksbutton⧽ | |||
These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown. |
⧼Missinglanguagelinkstext⧽ | |||
More... |
Moy... | |||
Move |
Gwaya | |||
Move page |
⧼Movearticle⧽ | |||
moved to |
⧼Movedto⧽ | |||
Not logged in |
⧼Movenologin⧽ | |||
You must be a registered user and <a href="/wiki/Special:Userlogin">logged in</a> to move a page. |
You must be a registered user and logged in to move a page. | |||
Move page |
⧼Movepage⧽ | |||
Move page |
Gwaya an folen | |||
The associated talk page, if any, will be automatically moved along with it '''unless:'''
In those cases, you will have to move or merge the page manually if desired. Please contact an [[Wikipedia:Administrators|Administrator]] if you cannot do so, but '''do not''' just copy and paste the contents. |
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. In this case, you will have to move or merge the page manually if desired. | |||
Using the form below will rename a page, moving all of its history to the new name. The old title will become a redirect page to the new title. '''Links to the old page title will not be changed; be sure to check for double-redirects (using "What links here")''' after the move. You are responsible for making sure that links continue to point where they are supposed to go. Note that the page will '''not''' be moved if there is already a page at the new title, unless it is empty or a redirect and has no past edit history. This means that you can rename a page back to where it was just renamed from if you make a mistake, and you cannot overwrite an existing page. <b>WARNING!</b> This can be a drastic and unexpected change for a popular page; please be sure you understand the consequences of this before proceeding. |
Devnydhya an furvlen a-woles a dhashenow folen, yn unn waya oll y istori dhe'n hanow nowyth. An titel koth a vydh folen dhaskedyans dhe'n titel nowyth. Hwi a yll nowedhi daskedyansow a boynt dhe'n titel derowel yn awtomatek. Mar ny wrewgh, surhewgh hwi dhe jeckya rag daskedyansow dobyl po terrys. Omgemeryansek owgh rag surhe y pes kevrennow poyntya dhe'n tyller ewn. Notyewgh na wayir an folen mars eus folen orth an titel nowyth seulabrys, marnas bos an pyth kampollys diwettha daskedyans ha ny'n jeves istori chanjya kyns vyth. Hemm a styr y hyllowgh diswul dashenwel folen mar kwrewgh kammwrians, ha ny yllowgh gorskrifa folen eus ena seulabrys. Gwarnyans! Hemm a yll bos chanj tromm ha bras dres ehen rag folen gerys-da; Surhewgh mar pleg hwi dhe gonvedhes sewyansow an gwrians-ma kyns mos yn-rag. | |||
Move "talk" page as well, if applicable. |
Move associated talk page | |||
Move this page |
Gwaya an folen ma | |||
My contributions |
Kevrohow | |||
My page |
Folen | |||
My talk |
Keskows | |||
Navigation |
Kevrennow lewya | |||
$1 bytes |
$1 bayt | |||
$1 changes |
$1 chanj | |||
(New) |
(Nowyth) | |||
<div style="font-size:small;color:#003333;border-width:1px;border-style:solid;border-color:#aaaaaa;padding:3px"> You are at a page that does not exist yet. To create an article on this topic, type in the box below (see the '''[[Wikipedia:Help|help page]]''' and '''[[Wikipedia:Your first article|your first article guide]]''' for more info). '''Please do not''' create an article about yourself, or an article to promote a product or business, as it would be in '''serious violation''' of [[Wikipedia:Policy|Wikipedia's policies]] and removed without notice. Your addition to the encyclopedia will be visible immediately, so please '''only test in the [[wikipedia:sandbox|sandbox]]'''. </div> |
Hwi re holyas kevren dhe folen nag yw gwruthys hwath. Rag gwruthyl an folen, dallethewgh jynnskrifa y'n gist a-woles (gwelewgh an [$1 folen weres] rag moy kedhlow). Mar teuthowgh omma yn kamm, klyckyewgh boton war-dhelergh agas peurell. | |||
You have $1. |
⧼Newmessages⧽ | |||
new messages |
⧼Newmessageslink⧽ | |||
New page |
Folen nowydh | |||
N |
N | |||
New pages |
Folennow nowydh | |||
New password |
Ger-tremena nowyth: | |||
To new title |
Dhe ditel nowyth: | |||
(new users only) |
⧼Newusersonly⧽ | |||
(opens in new window) |
(ygeri yn fenester nowydh) | |||
next |
nessa | |||
next $1 |
nessa $1 | |||
$1 links |
$1 links | |||
You must affirm that your upload does not violate any copyrights. |
⧼Noaffirmation⧽ | |||
(Wikipedia does not have an article on this topic yet. To start the article, click <b>Edit this page</b>.) |
Nyns eus tekst y'n folen ma a-lemmyn. Hwi a yll hwilas titel an folen ma yn folennow erel, hwilas y'n kovnotennow kelmys, po gwruthyl an folen ma. | |||
You must supply a reason for the block. |
⧼Noblockreason⧽ | |||
Wikipedia is currently experiencing technical difficulties, and is unable to contact the database server. Please try again later. We apologise for the inconvenience.<br><br>Editors may use <a href="http://openfacts.berlios.de/index-en.phtml?title=Wikipedia_Status"><b>OpenFacts</b></a> as a backup wiki. There is also an active <a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a> channel on <b>irc.freenode.net</b> called <b>#wikipedia</b>. |
⧼Noconnect⧽ | |||
No changes were found matching these criteria. |
No changes were found matching these criteria. | |||
Wikipedia uses cookies to log in users. You have cookies disabled. Please enable them and try again. |
Wiktionary a dhevnydh cookies rag omgelmi devnydhyoryon. Dialosegys yw cookies war agas jynn amontya. Galosegewgh i hag assayewgh arta. | |||
The user account was created, but you are not logged in. Wikipedia uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password. |
Gwruthys veu an akont, mes nyns owgh omgelmys. Wiktionary a dhevnydh cookies rag omgelmi devnydhyoryon. Dialosegys yw cookies war agas jynn amontya. Galosegewgh i, hag omgelmewgh der agas hanow devnydhyer ha'gas ger-tremena nowyth. | |||
Creative Commons RDF metadata disabled for this server. |
⧼Nocreativecommons⧽ | |||
Could not select database $1 |
⧼Nodb⧽ | |||
Dublin Core RDF metadata disabled for this server. |
⧼Nodublincore⧽ | |||
There is no e-mail address recorded for user "$1". |
Nyns eus trigva ebost rekordys rag an devnydhyer "$1". | |||
This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users. |
This user has not specified a valid email address. | |||
No e-mail address |
No email address | |||
No page with this exact title exists; trying to find similar titles. |
⧼Nogomatch⧽ | |||
There is no edit history for this page. |
There is no edit history for this page. | |||
No pages link to here. |
Nyns eus folen vyth ow kevrenna dhe $2. | |||
There are no pages that link to this image. |
Nyns eus folen vyth owth usya an restren ma. | |||
You have not specified a valid user name. |
Ny resowgh hanow devnydhyer da. | |||
<strong>Note</strong>: unsuccessful searches are often caused by searching for common words like "have" and "from", which are not indexed, or by specifying more than one search term (only pages containing all of the search terms will appear in the result). |
⧼Nonefound⧽ | |||
You have requested a special page that is not recognized by the wiki. |
You have requested an invalid special page. A list of valid special pages can be found at Folennow arbennek. | |||
No such action |
No such action | |||
The action specified by the URL is not recognized by the wiki |
The action specified by the URL is invalid. You might have mistyped the URL, or followed an incorrect link. This might also indicate a bug in the software used by Wiktionary. | |||
No such special page |
No such special page | |||
There is no user by the name "$1". Check your spelling, or use the form below to create a new user account. |
There is no user by the name "$1". Usernames are case-sensitive. Check your spelling, or create a new account. | |||
The wiki server can't provide data in a format your client can read. |
⧼Notacceptable⧽ | |||
Not a content page |
Not a content page | |||
You have not specified a target page or user to perform this function on. |
You have not specified a target page or user to perform this function on. | |||
No target |
No target | |||
<strong>Note:</strong> |
Noten: | |||
No page text matches |
Nyns eus tekst folen vyth owth omdhesedha | |||
No article title matches. Try the Google or Yahoo! searches below for a full-text search. Note that their caches of Wikipedia content may not be up-to-date. |
⧼Notitlematches⧽ | |||
Not logged in |
Digelmys | |||
You have no items on your watchlist. |
You have no items on your watchlist. | |||
Insert non-formatted text here |
⧼Nowiki_sample⧽ | |||
Ignore wiki formatting |
⧼Nowiki_tip⧽ | |||
Category |
Klass | |||
Help |
Gweres | |||
Image |
Restren | |||
Article |
Folen | |||
Media page |
Folen media | |||
MediaWiki page |
Messach | |||
Special page |
Folen arbennek | |||
Template |
Skantlyn | |||
User page |
Folen dhevnydhyer | |||
Project page |
⧼Nstab-wp⧽ | |||
$1 views |
⧼Nviews⧽ | |||
OK |
Sur | |||
Old password |
Ger-tremena koth: | |||
orig |
⧼Orig⧽ | |||
Orphaned pages |
⧼Orphans⧽ | |||
Based on work by $1. |
Based on work by $1. | |||
Other languages |
Yn tavosow erel | |||
Move succeeded |
Gwaya a sewenis | |||
Page "[[$1]]" moved to "[[$2]]". <strong>Please [[Special:Whatlinkshere/$2|check]] if this move has created any double-redirects, and fix them if necessary.</strong> |
⧼Pagemovedtext⧽ | |||
$1 - Wikipedia |
$1 - Wiktionary | |||
Someone (probably you, from IP address $1) requested that we send you a new Wikipedia login password. The password for user "$2" is now "$3". You should log in and change your password now. |
Nebonan (hwi martesen, dhyworth an drigva IP $1) a wovynnis ger tremena nowyth rag Wiktionary ($4). Ger tremena anbarthus rag an devnydhyer "$2" re beu gwruthys hag a veu settyes dhe "$3". Mars o henna agas bodh, y fydh res dhywgh omgelmi ha dewis ger tremena nowyth lemmyn. Agas ger tremena anbarthus a dhiwedh yn $5 dydh. Mar kovynnis nebonan aral hemma, po hwi a'gas beus kov a'gas ger tremena ha ny'm beus hwans dh'y janjya namoy, hwi a yll skonya aswon an messach-ma ha pesya devnydhya agas ger tremena koth. | |||
Password reminder from Wikipedia |
Ger-tremena nowyth rag Wiktionary | |||
A new password has been sent to the e-mail address registered for "$1". Please log in again after you receive it. |
Ger-tremena nowydh re beu danvenys dhe'n drigva ebost kovskrifys rag "$1". Omgelmewgh arta mar pleg wosa hwi dh'y dhegemeres. | |||
The following data is cached and may not be completely up to date: |
The following data is cached and may not be up to date. A maximum of $1 results are available in the cache. | |||
Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki. |
⧼Perfdisabled⧽ | |||
Here's a saved copy from $1: |
⧼Perfdisabledsub⧽ | |||
Personal tools |
Toulys personel | |||
Popular pages |
⧼Popularpages⧽ | |||
Community portal |
Porth an gemeneth | |||
Wikipedia:Community Portal |
Project:Porth an gemeneth | |||
Post a comment |
⧼Postcomment⧽ | |||
Wikipedia is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine. |
⧼Poweredby⧽ | |||
Search |
⧼Powersearch⧽ | |||
Search in namespaces :<br /> $1<br /> $2 List redirects Search for $3 $9 |
⧼Powersearchtext⧽ | |||
Preferences |
Dewisyow | |||
email address to them, and it can be used to send you a new password if you forget it. |
⧼Prefs-help-userdata⧽ | |||
Misc settings |
Misc | |||
User data |
Profil devnydhyer | |||
Recent changes and stub display |
Chanjyow a-dhiwedhes | |||
You are logged in as "$1". Your internal ID number is $2. See [[m:MediaWiki User's Guide: Setting preferences|MediaWiki User's Guide: Setting preferences]] for help deciphering the options. |
⧼Prefslogintext⧽ | |||
Not logged in |
⧼Prefsnologin⧽ | |||
You must be <a href="/wiki/Special:Userlogin">logged in</a> to set user preferences. |
⧼Prefsnologintext⧽ | |||
Preferences have been reset from storage. |
⧼Prefsreset⧽ | |||
Preview |
Ragwel | |||
This preview reflects the text in the upper text editing area as it will appear if you choose to save. |
This preview reflects the text in the upper text editing area as it will appear if you choose to publish it. | |||
Remember that this is only a preview, and has not yet been saved! |
Perthewgh kov, nyns yw hemma marnas ragwel. Nyns yw gwithys agas chanjyow hwath! | |||
previous $1 |
$1 kyns | |||
Printable version |
Versyon pryntyadow | |||
(From http://en.wikipedia.org) |
⧼Printsubtitle⧽ | |||
Protect |
Difres | |||
Reason for protecting |
Acheson: | |||
protected [[$1]] |
protected "$1" | |||
<a href='/wiki/Wikipedia:This_page_is_protected'>Protected page</a> |
Folen dhifresys | |||
WARNING: This page has been locked so that only users with sysop privileges can edit it. Be sure you are following the <a href="/wiki/Wikipedia:Protection_policy">protected page guidelines</a>. |
Gwarnyans: An folen ma re beu difresys ma nag allo marnas devnydhyoryon gans gwiryow menystrer hy golegi. Yma an diwettha kovnoten a-woles rag godhvos: | |||
This page has been locked to prevent editing. There are a number of reasons why this may be so; please see [[Wikipedia:This page is protected]]. You can view and copy the source of this page: |
⧼Protectedtext⧽ | |||
Protection_log |
Kovnoten dhifres | |||
Below is a list of page locks/unlocks. See [[Wikipedia:Protected page]] and [[Wikipedia:Protection policy]] for more information. |
Below is a list of changes to page protections. See the protected pages list for the list of currently operational page protections. | |||
Protect page |
Protect a page | |||
(replace this with a reason) |
⧼Protectreason⧽ | |||
(Protecting "$1") |
⧼Protectsub⧽ | |||
Protect this page |
Difres an folen ma | |||
Proxy blocker |
Proxy blocker | |||
Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or tech support and inform them of this serious security problem. |
Your IP address has been blocked because it is an open proxy. Please contact your Internet service provider or technical support of your organization and inform them of this serious security problem. | |||
Done. |
⧼Proxyblocksuccess⧽ | |||
Browse |
Peuri | |||
Edit |
Golegi | |||
Find |
Kavos | |||
My pages |
Ow folennow | |||
Context |
⧼Qbpageinfo⧽ | |||
This page |
An folen ma | |||
Quickbar settings |
⧼Qbsettings⧽ | |||
This preference only works in the 'Standard' and the 'CologneBlue' skin. |
⧼Qbsettingsnote⧽ | |||
Special pages |
⧼Qbspecialpages⧽ | |||
Submit query |
⧼Querybtn⧽ | |||
Query successful |
⧼Querysuccessful⧽ | |||
Random page |
Folen jonsus | |||
The sysop ability to create range blocks is disabled. |
The administrator ability to create range blocks is disabled. | |||
in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits. |
⧼Rchide⧽ | |||
Show last $1 changes in last $2 days<br />$3 |
Diskwedhes an $1 chanj diwettha gwrys y'n $2 dydh diwettha | |||
Show new changes starting from $1 |
Diskwedhes chanjyow nowydh a-dhia $3 $2 | |||
|
⧼Rcliu⧽ | |||
Loading recent changes |
⧼Rcloaderr⧽ | |||
(to pages linked from "$1") |
⧼Rclsub⧽ | |||
Below are the last <strong>$1</strong> changes in the last <strong>$2</strong> days. |
⧼Rcnote⧽ | |||
Below are the changes since <b>$2</b> (up to <b>$1</b> shown). |
A-woles yma an chanjyow a-dhia $3, $4 (ow tiskwedhes bys yn $1). | |||
Database locked |
Alhwedhys yw an database | |||
The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal. The administrator who locked it offered this explanation: <p>$1 |
The database is currently locked to new entries and other modifications, probably for routine database maintenance, after which it will be back to normal. The system administrator who locked it offered this explanation: $1 | |||
WARNING: The database has been locked for maintenance, so you will not be able to save your edits right now. You may wish to cut-n-paste the text into a text file and save it for later. |
Warning: The database has been locked for maintenance, so you will not be able to publish your edits right now. You may wish to copy and paste your text into a text file and save it for later. The system administrator who locked it offered this explanation: $1 | |||
Recent changes |
Chanjyow a-dhiwedhes | |||
Number of titles in recent changes |
Number of edits to show in recent changes, page histories, and in logs, by default: | |||
Related changes |
Chanjyow kelmys | |||
Track the most recent changes to the wiki on this page. |
- | |||
(Redirected from $1) |
(Daskevarwodhys dhyworth $1) | |||
Remember my password across sessions. |
⧼Remembermypassword⧽ | |||
Remove checked items from watchlist |
⧼Removechecked⧽ | |||
Removed from watchlist |
⧼Removedwatch⧽ | |||
The page "$1" has been removed from your watchlist. |
"$1" and its discussion page have been removed from your watchlist. | |||
Removing requested items from watchlist... |
⧼Removingchecked⧽ | |||
Reset preferences |
⧼Resetprefs⧽ | |||
$1 deleted edits |
$1 golegyans diles | |||
Hits to show per page |
⧼Resultsperpage⧽ | |||
Retrieved from "$1" |
Dhyworth "$1" | |||
Return to $1. |
Dehweles dhe $1. | |||
Retype new password |
Jynnskrifewgh an ger-tremena nowydh arta: | |||
Re-upload |
⧼Reupload⧽ | |||
Return to the upload form. |
Hedhi ughkarga ha dehweles dhe'n furvlen ughkarga | |||
Reverted to earlier revision |
Reverted to earlier revision | |||
rev |
⧼Revertimg⧽ | |||
Reverted edits by $2 to last version by $1 | ||||
Revision history |
⧼Revhistory⧽ | |||
Revision as of $1 |
Versyon a-dhia $1 | |||
Revision not found |
⧼Revnotfound⧽ | |||
The old revision of the page you asked for could not be found. Please check the URL you used to access this page. |
⧼Revnotfoundtext⧽ | |||
http://www.faqs.org/rfcs/rfc$1.html | ||||
Rights: |
⧼Rights⧽ | |||
Roll back edits |
Roll back edits | |||
Rollback |
⧼Rollback_short⧽ | |||
Rollback failed |
Rollback failed | |||
rollback |
rolya war-dhelergh | |||
Editbox dimensions: Rows |
⧼Rows⧽ | |||
Save page |
Gwitha an folen | |||
Your preferences have been saved. |
Gwithys re beu agas dewisyansow. | |||
Save file |
Gwitha restren | |||
Save preferences |
Gwitha | |||
Search |
Hwilas | |||
<p>Sorry! Full text search has been disabled for performance reasons. In the meantime, you can use the Google or Yahoo! searches below. Note that their copies of Wikipedia content may be out of date.</p> |
Wiktionary search is disabled. You can search via Google in the meantime. Note that their indexes of Wiktionary content may be out of date. | |||
Wikipedia:Searching |
⧼Searchhelppage⧽ | |||
Searching Wikipedia |
⧼Searchingwikipedia⧽ | |||
For query "$1" |
⧼Searchquery⧽ | |||
Search results |
Sewyansow hwilas | |||
Search result settings |
Hwilas | |||
For more information about searching Wikipedia, see $1. |
⧼Searchresulttext⧽ | |||
(section) |
⧼Sectionedit⧽ | |||
Select a newer version for comparison |
⧼Selectnewerversionfordiff⧽ | |||
Select an older version for comparison |
⧼Selectolderversionfordiff⧽ | |||
Only read-only queries are allowed. |
⧼Selectonly⧽ | |||
Pages with Self Links |
⧼Selflinks⧽ | |||
The following pages contain a link to themselves, which they should not. |
⧼Selflinkstext⧽ | |||
There were serious xhtml markup errors detected by tidy. |
⧼Seriousxhtmlerrors⧽ | |||
Server time is now |
Eur an servyer: | |||
<b>User rights for "$1" could not be set. (Did you enter the name correctly?)</b> |
⧼Set_rights_fail⧽ | |||
Set user rights |
⧼Set_user_rights⧽ | |||
Set bureaucrat flag |
⧼Setbureaucratflag⧽ | |||
Short pages |
Folennow berr | |||
show |
Diskwedhes | |||
$1 minor edits | $2 bots | $3 logged in users |
⧼Showhideminor⧽ | |||
Showing below <b>$1</b> results starting with #<b>$2</b>. |
⧼Showingresults⧽ | |||
Showing below <b>$3</b> results starting with #<b>$2</b>. |
⧼Showingresultsnum⧽ | |||
Show last $1 images sorted $2. |
⧼Showlast⧽ | |||
Show preview |
Diskwedhes ragwel | |||
show |
diskwedhes | |||
Your signature with timestamp |
⧼Sig_tip⧽ | |||
Site statistics |
⧼Sitestats⧽ | |||
There are '''$1''' total pages in the database. This includes "talk" pages, pages about Wikipedia, minimal "stub" pages, redirects, and others that probably don't qualify as articles. Excluding those, there are '''$2''' pages that are probably legitimate articles. There have been a total of '''$4''' page edits since the software was upgraded (July 20, 2002). That comes to '''$5''' average edits per page. For more detailed statistics see:
<!--[http://en.wikipedia.org/stats Usage statistics]-->
|
⧼Sitestatstext⧽ | |||
The Free Encyclopedia | ||||
Donations |
Argevri | |||
Wikipedia |
Wiktionary | |||
Wikipedia user $1 |
devnydhyer Wiktionary $1 | |||
Wikipedia user(s) $1 |
devnydhyoryon Wiktionary $1 | |||
Skin |
⧼Skin⧽ | |||
The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site. You might want to check the following regular expression for patterns that are currently blocked: |
The text you wanted to publish was blocked by the spam filter. This is probably caused by a link to a forbidden external site. | |||
Spam protection filter |
Spam protection filter | |||
Special Page |
Folen arbennek | |||
Special pages |
Folennow arbennek | |||
Special pages for all users |
⧼Spheading⧽ | |||
Please note that all queries are logged: http://en.wikipedia.org/upload/sqllog_mFhyRe6 |
⧼Sqlislogged⧽ | |||
Enter query |
⧼Sqlquery⧽ | |||
Statistics |
Statystygyon | |||
Stored version |
Stored revision | |||
Threshold for stub display |
⧼Stubthreshold⧽ | |||
Subcategories |
Isklassys | |||
There are $1 subcategories to this category. |
⧼Subcategorycount⧽ | |||
Subject/headline |
Testen: | |||
View subject |
⧼Subjectpage⧽ | |||
Successful upload |
⧼Successfulupload⧽ | |||
<a href="/wiki/Wikipedia:Edit_summary" class='internal' title="Briefly describe the changes you have made here">Edit summary</a> |
Berrskrif: | |||
For sysop use only |
⧼Sysopspheading⧽ | |||
The action you have requested can only be performed by users with "sysop" capability. See $1. |
⧼Sysoptext⧽ | |||
Sysop access required |
⧼Sysoptitle⧽ | |||
table |
⧼Tableform⧽ | |||
Discussion |
Keskows | |||
The page itself was moved successfully, but the talk page could not be moved because one already exists at the new title. Please merge them manually. Contact an <a href="/wiki/Wikipedia:Administrators">Administrator</a> if you cannot do so, but DO NOT just copy and paste the contents. |
⧼Talkexists⧽ | |||
Discuss this page |
⧼Talkpage⧽ | |||
The corresponding talk page was also moved. |
⧼Talkpagemoved⧽ | |||
The corresponding talk page was <strong>not</strong> moved. |
⧼Talkpagenotmoved⧽ | |||
<!-- MediaWiki:talkpagetext --> | ||||
Editing |
⧼Textboxsize⧽ | |||
Page text matches |
Page text matches | |||
View or restore $1? |
Gweles po daskor $1? | |||
Enlarge |
Brashe | |||
Time zone |
Time zone: | |||
Offset |
⧼Timezoneoffset⧽ | |||
Enter number of hours your local time differs from server time (UTC). |
⧼Timezonetext⧽ | |||
Article title matches |
Page title matches | |||
Table of contents |
Rol an folen | |||
Toolbox |
Toulys | |||
See the differences between the two selected versions of this page. [alt-v] |
Gweles an dyffransow ynter dew amendyansow dewisys a'n folen ma | |||
Mark this as a minor edit [alt-i] |
Merkya hemma avel chanj byghan | |||
Preview your changes, please use this before saving! [alt-p] |
Ragweles agas chanjyow; devnydhyewgh hemma kyns gwitha! | |||
Save your changes [alt-s] |
Gwitha agas chanjyow | |||
Search this wiki [alt-f] |
Hwilas yn Wiktionary | |||
View the last $1 changes; view the last $2 days. |
⧼Uclinks⧽ | |||
Below are this user's last <b>$1</b> changes in the last <b>$2</b> days. |
⧼Ucnote⧽ | |||
(top) |
a-lemmyn | |||
Unblock user |
Unblock user | |||
Use the form below to restore write access to a previously blocked IP address or username. |
Use the form below to restore write access to a previously blocked IP address or username. | |||
unblock |
dislettya | |||
unblocked "$1" |
unblocked $1 | |||
Restore deleted page |
View deleted pages | |||
Undelete |
Disdhilea $1 chanj | |||
Restore deleted page |
⧼Undeletearticle⧽ | |||
Restore! |
Undelete | |||
restored "$1" |
undeleted "$1" | |||
The page [[$1]] has been successfully restored. See [[Wikipedia:Deletion_log]] for a record of recent deletions and restorations. |
⧼Undeletedtext⧽ | |||
If you restore the page, all revisions will be restored to the history. If a new page with the same name has been created since the deletion, the restored revisions will appear in the prior history, and the current revision of the live page will not be automatically replaced. |
If you undelete the page, all revisions will be undeleted to the history. If a new page with the same name has been created since the deletion, the undeleted revisions will appear in the prior history. | |||
View and restore deleted pages |
View and undelete deleted pages | |||
The following pages have been deleted but are still in the archive and can be restored. The archive may be periodically cleaned out. |
The following $1 pages have been deleted but are still in the archive and can be undeleted. The archive may be periodically cleaned out. | |||
Deleted revision as of $1 |
⧼Undeleterevision⧽ | |||
$1 revisions archived |
$1 revisions deleted | |||
Unexpected value: "$1"="$2". |
Unexpected value: "$1"="$2". | |||
Unlock database |
Unlock database | |||
Yes, I really want to unlock the database. |
Yes, I really want to unlock the database. | |||
Unlock database |
Unlock database | |||
Database lock removed |
Database lock removed | |||
The database has been unlocked. |
The database has been unlocked. | |||
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. Please confirm that this is what you intend to do. |
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. Please confirm that this is what you intend to do. | |||
Unprotect |
Chanjya difresans | |||
Reason for unprotecting |
⧼Unprotectcomment⧽ | |||
unprotected [[$1]] |
removed protection from "$1" | |||
(Unprotecting "$1") |
⧼Unprotectsub⧽ | |||
Remove protection |
Chanjya difresans an folen ma | |||
Unused images |
Restrennow heb devnydh | |||
<p>Please note that other web sites may link to an image with a direct URL, and so may still be listed here despite being in active use. |
The following files exist but are not embedded in any page. Please 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. | |||
Unwatch |
Diswolya | |||
Stop watching |
Stop watching | |||
(Updated) |
(Nowedhys) | |||
Upload file |
Ughkarga restren | |||
Upload file |
Ughkarga restren | |||
Uploading is temporarily disabled while we're on temporary, overstressed servers. Once the regular setup is back online (sorry, no time estimate), upload should be available again. |
Uploads disabled. | |||
Uploaded files |
⧼Uploadedfiles⧽ | |||
uploaded "$1" |
uploaded "$1" | |||
Upload error |
Gwall ughkarga | |||
Upload images, sounds, documents etc. |
⧼Uploadfile⧽ | |||
Upload images |
⧼Uploadlink⧽ | |||
upload log |
⧼Uploadlog⧽ | |||
Upload_log |
Kovnoten ughkarga | |||
Below is a list of the most recent file uploads. All times shown are server time (UTC). <ul> </ul> |
Below is a list of the most recent file uploads. See the gallery of new files for a more visual overview. | |||
Not logged in |
Digelmys | |||
You must be <a href="/wiki/Special:Userlogin">logged in</a> to upload files. |
Res yw bos omgelmys rag ughkarga restrennow. | |||
Use this page to upload files from your local hard disk. <div style="border: 1px solid grey; background: #ddf; padding: 7px; margin: 0 auto;"><strong>Notice:</strong> Your file is likely to get deleted if you do not follow the following guidelines: <ul><li>Provide <em>detailed</em> information on the source of the file. If you made it yourself, say so. If you got it from the Internet, provide a link to the page.<br> </li> <li>Specify the <em>licence</em> of the file. Add <tt>{{GFDL}}</tt> if the file is licenced under the <a href="/wiki/Wikipedia:Text_of_the_GNU_Free_Documentation_License">GNU FDL</a>, <tt>{{PD}}</tt> if it is in the <a href="/wiki/Public_domain">public domain</a>, etc. See <a href="/wiki/Wikipedia:Image_copyright_tags">Image copyright tags</a> for more of these.<br> </li> <li>Place a link to the file (or an image tag, if it is an image) in a relevant article, or use the description page to describe what the file contains (preferably both). In the case of an image, describe what the image depicts. In the case of sound files, describe what it is.<br> </li> <li>To include the image in an article, use a link in the form <tt>[[Image:File.jpg]]</tt> or <tt>[[Image:File.png|alt text]]</tt> or <tt>[[Media:File.ogg]]</tt> for sounds. To include an image as a thumbnail, use <tt>[[Image:File.jpg|thumb|Caption]]</tt><br> </li> <li><strong>Use a sensible filename!</strong> Please name your file, say, "Eiffel Tower, Paris, at night.jpg" in preference to "etpan1024c.jpg" or somesuch. This will prevent your upload from replacing an already-existing file without warning. (You can check for existing images in the <a class='internal' href="/wiki/Special:Imagelist">list of uploaded images</a>.)<br> </li> See <a href="/wiki/Wikipedia:Uploading_images">Wikipedia:Uploading images</a> for information on how this upload form works, how to use images in articles, and what file formats are preferred for what types of images. </div> <p>To upload a file, type the path and filename to the file on your hard disk in the box below (or use the <i>Browse</i> button to display a dialog box). Enter <strong>all</strong> the necessary information in the <i>Summary</i> field, click the checkbox to acknowledge the copyright, and finally click <i>Upload file</i>.</p> |
Use the form below to upload files. To view or search previously uploaded files go to the list of uploaded files. Uploads and reuploads are also logged in the upload log. Deletions are logged in the deletion log. To include a file in a page, use a link in one of the following forms:
| |||
Upload warning |
Upload warning | |||
1 Set first character to "0" to disable the new category page layout. |
⧼Usenewcategorypage⧽ | |||
<b>User rights for "$1" updated</b> |
⧼User_rights_set⧽ | |||
<strong>Tip:</strong> Use the 'Show preview' button to test your new css/js before saving. |
⧼Usercssjsyoucanpreview⧽ | |||
'''Remember that you are only previewing your user CSS, it has not yet been saved!''' |
Remember that you are only previewing your user CSS. It has not yet been published! | |||
The user name you entered is already in use. Please choose a different name. |
Y tevnydhir an hanow devnydhyer entrys genowgh seulabrys. Dewisewgh ken hanow mar pleg. | |||
'''Remember that you are only testing/previewing your user javascript, it has not yet been saved!''' |
Remember that you are only testing/previewing your user JavaScript. It has not yet been published! | |||
Log in |
⧼Userlogin⧽ | |||
Log out |
Omdenna | |||
Mail object returned error: |
⧼Usermailererror⧽ | |||
View user page |
⧼Userpage⧽ | |||
User statistics |
⧼Userstats⧽ | |||
There are '''$1''' registered users. '''$2''' of these are administrators (see $3). |
⧼Userstatstext⧽ | |||
Version |
Versyon | |||
This page has been accessed $1 times. |
This page has been accessed $1 times. | |||
View ($1) ($2) ($3). |
Gweles ($1 | $2) ($3) | |||
View source |
Gweles an bennfenten | |||
< Discussion |
Gweles an dadhlow | |||
Wanted pages |
Wanted pages | |||
Watch |
Golya | |||
You have $1 pages on your watchlist (not counting talk pages); you can <a href='$4'>display and edit the complete list</a>. In the time period selected below, users have made $2 edits to articles in the English version of Wikipedia. $3... |
⧼Watchdetails⧽ | |||
Here's an alphabetical list of your watched pages. Check the boxes of pages you want to remove from your watchlist and click the 'remove checked' button at the bottom of the screen. |
⧼Watcheditlist⧽ | |||
My watchlist |
Rol-wolya | |||
Your watchlist contains $1 pages. |
⧼Watchlistcontains⧽ | |||
(for user "$1") |
⧼Watchlistsub⧽ | |||
Checking watched pages for recent edits |
⧼Watchmethod-list⧽ | |||
Checking recent edits for watched pages |
⧼Watchmethod-recent⧽ | |||
None of your watched items were edited in the time period displayed. |
⧼Watchnochange⧽ | |||
Not logged in |
Not logged in | |||
You must be <a href="/wiki/Special:Userlogin">logged in</a> to modify your watchlist. |
⧼Watchnologintext⧽ | |||
Watch this page |
Golya an folen ma | |||
Watch this page |
Golya an folen ma | |||
<h2>Welcome, $1!</h2><p>Your account has been created. Don't forget to change your Wikipedia preferences. |
⧼Welcomecreation⧽ | |||
What links here |
Folennow kevrennys | |||
To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions. |
⧼Whitelistacctext⧽ | |||
You are not allowed to create an account |
⧼Whitelistacctitle⧽ | |||
You have to [[Special:Userlogin|login]] to edit pages. |
Please $1 to edit pages. | |||
Login required to edit |
⧼Whitelistedittitle⧽ | |||
You have to [[Special:Userlogin|login]] to read pages. |
⧼Whitelistreadtext⧽ | |||
Login required to read |
⧼Whitelistreadtitle⧽ | |||
View project page |
⧼Wikipediapage⧽ | |||
Wikipedia, the free encyclopedia |
⧼Wikititlesuffix⧽ | |||
Below are the last $1 changes in the last <b>$2</b> hours. |
A-woles yma an $1 chanj diwettha y'n $2 our diwettha, a-dhia $3, $4. | |||
This is a saved version of your watchlist. |
⧼Wlsaved⧽ | |||
Show last $1 hours $2 days $3 |
⧼Wlshowlast⧽ | |||
Incorrect parameters to wfQuery()<br /> Function: $1<br /> Query: $2 |
⧼Wrong_wfQuery_params⧽ | |||
The password you entered is incorrect. Please try again. |
Kamm o an ger tremena. Assayewgh arta mar pleg. | |||
Differences |
Dyffransow | |||
Your e-mail (optional)* |
Ebost: | |||
Your username |
Hanow devnydhyer: | |||
Your nickname (for signatures) |
Sinans nowyth: | |||
Your password |
Ger-tremena: | |||
Retype password |
Jynnskrifewgh agas ger-tremena arta: | |||
Your real name* |
Hanow gwir: | |||
Your text |
Agas tekst |