Šablon:All system messages
Od Vikirječnik
Ovo je spisak svih sistemskih poruka u MediaWiki imenskom prostoru.
|
Name |
Default text |
Current text |
||||||||
|
$1 moved to $2 |
||||||||||
|
$1 moved to $2 over redirect |
||||||||||
|
/* edit this file to customize the monobook skin for the entire site */ |
/*
|
|||||||||
|
/* edit this file to customize the monobook skin for the entire site */ |
/* tooltips and access keys
*/
ta = new Object();
ta['pt-userpage'] = new Array('.','Moja korisnička stranica');
ta['pt-anonuserpage'] = new Array('.','Stranica anonimnog korisnika sa IP adresom');
ta['pt-mytalk'] = new Array('n','Moja stranica za razgovor');
ta['pt-anontalk'] = new Array('n','Razgovor o doprinosu sa ove IP adrese');
ta['pt-preferences'] = new Array('','Moja podešavanja');
ta['pt-watchlist'] = new Array('l','Spisak stranica koje pratite.');
ta['pt-mycontris'] = new Array('y','Spisak mog doprinosa');
ta['pt-login'] = new Array('o','Prijava nije obavezna, ali donosi mnogo koristi.');
ta['pt-anonlogin'] = new Array('o','Prijava nije obavezna, ali donosi mnogo koristi.');
ta['pt-logout'] = new Array('o','Odjava sa Vikirječnika');
ta['ca-talk'] = new Array('t','Razgovor o sadržaju');
ta['ca-edit'] = new Array('e','Možete da uređujete ovu stranicu. Koristite dugme "Prikaži izgled".');
ta['ca-addsection'] = new Array('+','Dodajte svoj komentar.');
ta['ca-viewsource'] = new Array('e','Ova stranica je zaštićena. Možete pogledati ili kopirati izvorni tekst.');
ta['ca-history'] = new Array('h','Prethodne verzije ove stranice.');
ta['ca-protect'] = new Array('=','Zaštitite stranicu od budućih izmjena');
ta['ca-delete'] = new Array('d','Izbrišite ovu stranicu');
ta['ca-undelete'] = new Array('d','Vratite izmjene koje su načinjene prije brisanja stranice');
ta['ca-move'] = new Array('m','Premjestite stranicu');
ta['ca-nomove'] = new Array('','Nemate dozvolu za pomjeranje ove stranice');
ta['ca-watch'] = new Array('w','Dodajte stranicu u listu praćnih stranica');
ta['ca-unwatch'] = new Array('w','Izbrišite stranicu sa liste praćnih stranica');
ta['search'] = new Array('f','Pretražite Vikirječnik');
ta['p-logo'] = new Array('','Početna strana');
ta['n-mainpage'] = new Array('z','Posjetite početnu stranicu');
ta['n-portal'] = new Array('','O projektu, kako možete pomoći, i gdje da nađete potrebne informacije');
ta['n-currentevents'] = new Array('','Podaci o trenutnim događajima');
ta['n-recentchanges'] = new Array('r','Spisak nedavnih izmjena na Vikirječniku.');
ta['n-randompage'] = new Array('x','Otvorite slučaju stranicu');
ta['n-help'] = new Array('','Naučite da uređujete Vikirječnik.');
ta['n-sitesupport'] = new Array('','Podržite nas');
ta['t-whatlinkshere'] = new Array('j','Spisak svih stranica koje su povezane sa ovom');
ta['t-recentchangeslinked'] = new Array('k','Nedavne izmjene stranica koje su povezane sa ovom');
ta['feed-rss'] = new Array('','RSS za ovu stranicu');
ta['feed-atom'] = new Array('','Atom za ovu stranicu');
ta['t-contributions'] = new Array('','Pogledajte spisak doprinosa ovog korisnika');
ta['t-emailuser'] = new Array('','Pošaljite elektronsku poštu ovom korisniku');
ta['t-upload'] = new Array('u','Pošaljite slike i medija fajlove');
ta['t-specialpages'] = new Array('q','Spisak svih posebih stranica');
ta['ca-nstab-main'] = new Array('c','Pogledajte sadržaj stranice');
ta['ca-nstab-user'] = new Array('c','Pogledajte korisničku stranicu');
ta['ca-nstab-media'] = new Array('c','Pogledajte medija fajl');
ta['ca-nstab-special'] = new Array('','Ovo je stranica posebne namjene i zato je ne možete uređivati');
ta['ca-nstab-wp'] = new Array('a','Pogledajte projekat stranicu');
ta['ca-nstab-image'] = new Array('c','Pogledajte stranicu slike');
ta['ca-nstab-mediawiki'] = new Array('c','Pogledajte sistemsku poruku');
ta['ca-nstab-template'] = new Array('c','Pogledajte šablon');
ta['ca-nstab-help'] = new Array('c','Pogledajte stranicu za pomoć');
ta['ca-nstab-category'] = new Array('c','Pogledajte stranicu kategorije');
/*
Cookies
*/
function SetCookie(cookieName, cookieValue) {
var today = new Date();
var expire = new Date();
var nDays = 30;
expire.setTime( today.getTime() + (3600000 * 24 * nDays) );
document.cookie = cookieName + "=" + escape(cookieValue)
+ ";expires="+expire.toGMTString();
}
function GetCookie(name) {
var i =0;
while (i < document.cookie.length) {
if (document.cookie.substr(i,name.length) == name) {
var valend = document.cookie.indexOf(";",i+name.length+1);
if (valend == -1) {
valend = document.cookie.length;
}
return unescape(document.cookie.substring(i+name.length+1,valend));
}
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
}
/*
IE scrollbar compatibility
*/
if (window.showModalDialog && document.compatMode && document.compatMode == "CSS1Compat")
{
var oldWidth;
var docEl = document.documentElement;
function fixIEScroll()
{
if (!oldWidth || docEl.clientWidth > oldWidth)
doFixIEScroll();
else
setTimeout(doFixIEScroll, 1);
oldWidth = docEl.clientWidth;
}
function doFixIEScroll() {
docEl.style.overflowX = (docEl.scrollWidth - docEl.clientWidth < 4) ? "hidden" : "";
}
document.attachEvent("onreadystatechange", fixIEScroll);
attachEvent("onresize", fixIEScroll);
}
/*
addLoadEvent
*/
function addLoadEvent(func) {
if (window.addEventListener)
window.addEventListener("load", func, false);
else if (window.attachEvent)
window.attachEvent("onload", func);
}
/*
LinkFA
*/
function LinkFA() {
// iterate over all <span>-elements
for(var i=0; a = document.getElementsByTagName("span")[i]; i++) {
// if found a FA span
if(a.className == "FA") {
// iterate over all <li>-elements
for(var j=0; b = document.getElementsByTagName("li")[j]; j++) {
// if found a FA link
if(b.className == "interwiki-" + a.id) {
b.style.padding = "0 0 0 16px";
b.style.backgroundImage = "url('http://upload.wikimedia.org/wikipedia/en/6/60/LinkFA-star.png')";
b.style.backgroundRepeat = "no-repeat";
b.title = "Odabrani članak";
}
}
}
}
}
/*
*/
// ============================================================
// BEGIN Dynamic Navigation Bars (experimantal)
// set up the words in your language
var NavigationBarHide = ' Sakrij ';
var NavigationBarShow = ' Pokaži ';
// set up max count of Navigation Bars on page,
// if there are more, all will be hidden
// NavigationBarShowDefault = 0; // all bars will be hidden
// NavigationBarShowDefault = 1; // on pages with more than 1 bar all bars will be hidden
var NavigationBarShowDefault = 1;
// shows and hides content and picture (if available) of navigation bars
// Parameters:
// indexNavigationBar: the index of navigation bar to be toggled
function toggleNavigationBar(indexNavigationBar) {
var NavToggle = document.getElementById("NavToggle" + indexNavigationBar);
var NavFrame = document.getElementById("NavFrame" + indexNavigationBar);
if (!NavFrame || !NavToggle) {
return false;
}
// if shown now
if (NavToggle.firstChild.data == NavigationBarHide) {
for (
var NavChild = NavFrame.firstChild;
NavChild;
NavChild = NavChild.nextSibling
) {
if (NavChild.className == 'NavPic') {
NavChild.style.display = 'none';
}
if (NavChild.className == 'NavContent') {
NavChild.style.display = 'none';
}
if (NavChild.className == 'NavToggle') {
NavChild.firstChild.data = NavigationBarShow;
}
}
// if hidden now
} else if (NavToggle.firstChild.data == NavigationBarShow) {
for (
var NavChild = NavFrame.firstChild;
NavChild;
NavChild = NavChild.nextSibling
) {
if (NavChild.className == 'NavPic') {
NavChild.style.display = 'block';
}
if (NavChild.className == 'NavContent') {
NavChild.style.display = 'block';
}
if (NavChild.className == 'NavToggle') {
NavChild.firstChild.data = NavigationBarHide;
}
}
}
}
/*
*/
// adds show/hide-button to navigation bars
function createNavigationBarToggleButton() {
var indexNavigationBar = 0;
// iterate over all < div >-elements
for(
var i=0;
NavFrame = document.getElementsByTagName("div")[i];
i++
) {
// if found a navigation bar
if (NavFrame.className == "NavFrame") {
indexNavigationBar++;
var NavToggle = document.createElement("a");
NavToggle.className = 'NavToggle';
NavToggle.setAttribute('id', 'NavToggle' + indexNavigationBar);
NavToggle.setAttribute('href', 'javascript:toggleNavigationBar(' + indexNavigationBar + ');');
var NavToggleText = document.createTextNode(NavigationBarHide);
NavToggle.appendChild(NavToggleText);
// add NavToggle-Button as first div-element
// in < div class="NavFrame" >
NavFrame.insertBefore(
NavToggle,
NavFrame.firstChild
);
NavFrame.setAttribute('id', 'NavFrame' + indexNavigationBar);
}
}
// if more Navigation Bars found than Default: hide all
if (NavigationBarShowDefault < indexNavigationBar) {
for(
var i=1;
i<=indexNavigationBar;
i++
) {
toggleNavigationBar(i);
}
}
}
// END Dynamic Navigation Bars
// ============================================================
/*
Page Numbering
*/
//default setting, may be overridden by user
var DisplayPageNumbersDefault = true;
CookieDisplayPageNumbers = GetCookie ("DisplayPageNumbers")
if (CookieDisplayPageNumbers ) {
if (CookieDisplayPageNumbers == "false") DisplayPageNumbersDefault = false;
}
/*
PageNumbers
*/
function PageNumbers() {
var indexNavigationBar = 0;
// iterate over all < span >-elements until class "PageNumber" is found
for(
var i=0;
SpanElem = document.getElementsByTagName("span")[i];
i++
) {
// if found a page number
if (SpanElem.className == "PageNumber") {
SpanElem.style.display = 'none';
var PageDisplay = document.createElement("li");
PageDisplay.setAttribute('id', 't-pagenumberdisplay');
var PageDisplayLink = document.createElement("a");
PageNumberText = document.createTextNode("");
PageDisplayLink.appendChild(PageNumberText);
PageDisplay.appendChild(PageDisplayLink);
var SpecialPageLink = document.getElementById("t-specialpages");
SpecialPageLink.parentNode.appendChild(PageDisplay);
displayPageNumbers(DisplayPageNumbersDefault);
break;
}
}
}
/*
displayPageNumbers
*/
function displayPageNumbers(bool) {
SetCookie ("DisplayPageNumbers",bool);
var PageDisplayLink = document.getElementById("t-pagenumberdisplay").firstChild;;
// iterate over all < span >-elements
for(
var i=0;
SpanElem = document.getElementsByTagName("span")[i];
i++
) {
// if found a page number
if (SpanElem.className == "PageNumber") {
// if page number shall be displayed
if(bool==true && SpanElem.style.display=='none') {
SpanElem.style.display = 'inline';
//SpanElem.style.color = '#000000';
//SpanElem.style.fontWeight = 'bold';
PageDisplayLink.firstChild.data = ("Seitenzahlen ausblenden");
PageDisplayLink.setAttribute('href', 'javascript:displayPageNumbers(!DisplayPageNumbersDefault);');
}
// if page number shall be hidden
if(bool==false) {
SpanElem.style.display = 'none';
PageDisplayLink.firstChild.data = ("Seitenzahlen einblenden");
PageDisplayLink.setAttribute('href', 'javascript:displayPageNumbers(!DisplayPageNumbersDefault);');
}
}
}
DisplayPageNumbersDefault = bool;
}
/*
Annotations
*/
//default setting, may be overridden by user
var DisplayAnnotationsDefault = true;
function Annotations() {
var indexNavigationBar = 0;
// iterate over all < span >-elements until class "Annotation" is found
for(
var i=0;
SpanElem = document.getElementsByTagName("span")[i];
i++
) {
// if found a annotation
if (SpanElem.className == "Annotation") {
SpanElem.style.display = 'none';
var AnnotationDisplay = document.createElement("li");
AnnotationDisplay.setAttribute('id', 't-annotationdisplay');
var AnnotationDisplayLink = document.createElement("a");
AnnotationText = document.createTextNode("");
AnnotationDisplayLink.appendChild(AnnotationText);
AnnotationDisplay.appendChild(AnnotationDisplayLink);
var SpecialPageLink = document.getElementById("t-specialpages");
SpecialPageLink.parentNode.appendChild(AnnotationDisplay);
displayAnnotations(DisplayAnnotationsDefault);
break;
}
}
}
/*
displayAnnotations
*/
function displayAnnotations(bool) {
var AnnotationDisplayLink = document.getElementById("t-annotationdisplay").firstChild;;
// iterate over all < span >-elements
for(
var i=0;
SpanElem = document.getElementsByTagName("span")[i];
i++
) {
// if found a page number
if (SpanElem.className == "Annotation") {
// if page number shall be displayed
if(bool==true) {
SpanElem.style.display = 'inline';
AnnotationDisplayLink.firstChild.data = ("Anmerkungen ausblenden");
AnnotationDisplayLink.setAttribute('href', 'javascript:displayAnnotations(!DisplayAnnotationsDefault);');
}
// if page number shall be hidden
if(bool==false) {
SpanElem.style.display = 'none';
AnnotationDisplayLink.firstChild.data = ("Anmerkungen einblenden");
AnnotationDisplayLink.setAttribute('href', 'javascript:displayAnnotations(!DisplayAnnotationsDefault);');
}
}
}
DisplayAnnotationsDefault = bool;
}
/*
LineBreaks
*/
//default setting, may be overridden by user
var DisplayLineBreaksDefault = true;
function LineBreaks() {
var indexNavigationBar = 0;
// iterate over all < span >-elements until class "LineBreak" is found
for(
var i=0;
SpanElem = document.getElementsByTagName("span")[i];
i++
) {
// if found a lbr
if (SpanElem.className == "LineBreak") {
SpanElem.style.display = 'none';
var LineBreakDisplay = document.createElement("li");
LineBreakDisplay.setAttribute('id', 't-linebreakdisplay');
var LineBreakDisplayLink = document.createElement("a");
LineBreakText = document.createTextNode("");
LineBreakDisplayLink.appendChild(LineBreakText);
LineBreakDisplay.appendChild(LineBreakDisplayLink);
var SpecialPageLink = document.getElementById("t-specialpages");
SpecialPageLink.parentNode.appendChild(LineBreakDisplay);
displayLineBreaks(DisplayLineBreaksDefault);
break;
}
}
}
/*
displayLineBreaks
*/
function displayLineBreaks(bool) {
var LineBreakDisplayLink = document.getElementById("t-linebreakdisplay").firstChild;;
// iterate over all < span >-elements
for(
var i=0;
SpanElem = document.getElementsByTagName("span")[i];
i++
) {
// if found a page number
if (SpanElem.className == "LineBreak") {
// if page number shall be displayed
if(bool==true) {
SpanElem.style.display = 'inline';
LineBreakDisplayLink.firstChild.data = ("Zeilenumbrüche ausblenden");
LineBreakDisplayLink.setAttribute('href', 'javascript:displayLineBreaks(!DisplayLineBreaksDefault);');
}
// if lbr shall be hidden
if(bool==false) {
SpanElem.style.display = 'none';
LineBreakDisplayLink.firstChild.data = ("Zeilenumbrüche einblenden");
LineBreakDisplayLink.setAttribute('href', 'javascript:displayLineBreaks(!DisplayLineBreaksDefault);');
}
}
}
DisplayLineBreaksDefault = bool;
}
/*
interwikiExtra
*/
function interwikiExtra() {
// iterate over all <span>-elements
for(var i=0; a = document.getElementsByTagName("span")[i]; i++) {
// if found a linkInfo span
if(a.className == "interwiki-info") {
// iterate over all <li>-elements
var count=0;
for(var j=0; b = document.getElementsByTagName("li")[j]; j++) {
if(b.className == "interwiki-" + a.id) {
b.innerHTML = b.innerHTML + " "+a.title;
if(a.title == "(OV)") { b.title = "Originaltext"; }
}
else if(b.className == "interwiki-" + a.id.substr(0,a.id.length-1)) {
count = count+1;
if(a.id.charAt(a.id.length-1) == count) {
b.innerHTML = b.innerHTML + " "+a.title;
}
}
}
}
if(a.className == "AndereVersion") {
p = a.title.indexOf("|");
pvers = document.getElementById("p-version");
if (pvers == null) {
c = document.getElementById("column-one");
c.innerHTML = c.innerHTML
+ "<div class=\"portlet\" id=\"p-version\">"
+ "<h5>Andere Versionen</h5>"
+ "<div class=\"pBody\">"
+ "<ul>"
+ "</ul>"
+ "</div>";
pvers = document.getElementById("p-version");
}
e = pvers.getElementsByTagName("ul")[0];
e.innerHTML = e.innerHTML
+ "<li class=\"\"><a href='"
+ a.title.substr(0,p)
+ "'>" + a.title.substr(p+1,a.title.length-1)+ "</a> " +"</li>"
}
if(a.className == "AnderesFormat") {
p = a.title.indexOf("|");
pvers = document.getElementById("p-format");
if (pvers == null) {
c = document.getElementById("column-one");
c.innerHTML = c.innerHTML
+ "<div class=\"portlet\" id=\"p-format\">"
+ "<h5>Andere Formate</h5>"
+ "<div class=\"pBody\">"
+ "<ul>"
+ "</ul>"
+ "</div>";
pvers = document.getElementById("p-format");
}
e = pvers.getElementsByTagName("ul")[0];
e.innerHTML = e.innerHTML
+ "<li class=\"\"><a href=':"
+ a.title.substr(0,p)
+ "'>" + a.title.substr(p+1,a.title.length-1)+ "</a> " +"</li>"
}
}
}
/*
BilingualLink
*/
function BilingualLink() {
if( document.body.className.substring(0,4) != "ns-0" ) return;
var doc_url = document.URL;
var url = '';
// iterate over all <li>-elements
for(var j=0; b = document.getElementsByTagName("li")[j]; j++) {
if(b.className.substring(0,10) == "interwiki-" ) {
var lang = b.className.substring(10,b.className.length);
if( doc_url.indexOf('?title=') != -1 ) {
var qm = doc_url.indexOf('&match=');
if( qm != -1 ) url = doc_url.substring(0,qm)+"&match="+lang;
else url = doc_url+"&match="+lang;
} else {
var qm = doc_url.indexOf('?');
if( qm != -1 ) url = doc_url.substring(0,qm)+"?match="+lang;
else url = doc_url+"?match="+lang;
}
b.innerHTML = b.innerHTML+
"<a href='"+url+"'> ⇔</a>";
}
}
}
/*
ProofReadLink
*/
function ProofReadLink () {
// iterate over all < span >-elements until class "ProofRead" is found
for(
var i=0;
SpanElem = document.getElementsByTagName("span")[i];
i++
) {
// if found a page number
if (SpanElem.className == "ProofRead") {
ImageSrc=SpanElem.title;
var ProofReadTab = document.createElement("li");
ProofReadTab.setAttribute('id', 'ca-proofread');
var ProofReadTabLink = document.createElement("a");
ProofReadTabLink.href=document.getElementById("ca-edit").firstChild.href + "&image="+ImageSrc;
ProofReadTabText = document.createTextNode("Korrekturlesen");
ProofReadTabLink.appendChild(ProofReadTabText);
ProofReadTab.appendChild(ProofReadTabLink);
var VersionLink = document.getElementById("ca-history");
VersionLink.parentNode.appendChild(ProofReadTab);
break;
}
}
}
/*
Only If Editing
*/
//Vordefinition für eigene Sonderzeichenleiste
MyChar = new Array();
MyCharText = new Array();
MyCharEnd = new Array();
MyCharDefault = new Array();
//Im Bearbeitungsmodus?
var isEditing = document.URL.indexOf("action=edit") > 0 || document.URL.indexOf("action=submit") > 0;
// ============================================================
// BEGIN import Onlyifediting-functions (z.B. für Dropdown-Leiste zum Einfügen von Sonderzeichen)
// Optionen für das Sonderzeichenmenü in [[MediaWiki:Edittools]]
// wird in [[MediaWiki:Monobook.js]] ganz unten eingebunden
// Diese Variablen können in den Benutzer-Javascripts angepasst werden
/*
addEditButton
*/
//The cleaner way to add an editbar button.
function addEditButton(imageFile, tagOpen, sampleText, tagClose, speedTip)
{
mwCustomEditButtons[mwCustomEditButtons.length] = {
"imageFile": "http://upload.wikimedia.org/wikipedia/" +
imageFile,
"tagOpen": tagOpen,
"sampleText": sampleText,
"tagClose": tagClose,
"speedTip": speedTip
};
}
/*
addEditButtons
*/
//Don't wait for onload for adding the mwCustom buttons...build this table before the page loads, so wikibits.js knows to display them.
addEditButton( 'commons/3/30/Btn_toolbar_rayer.png',
'<s>', 'Prekriži', '</s>', 'Prekriži');
addEditButton( 'commons/8/88/Btn_toolbar_enum.png',
'# ', '1', '\n# 2\n# 3', 'Numerisana lista');
addEditButton( 'commons/1/11/Btn_toolbar_liste.png',
'* ', 'A', '\n* B\n* C', 'Lista');
addEditButton( 'commons/9/9e/Btn_toolbar_gallery.png',
'\n<gallery>\n', 'Image:Vista-openbsd.png|Opis',
'\nImage:AMule.png|Opis\nImage:Cyberduck ' +
'icon.png|Opis\n</gallery>', 'Galerija');
addEditButton( 'commons/3/37/Btn_toolbar_commentaire.png',
'<!--', 'Komentar', '-->', 'Komentar');
addEditButton( 'en/c/c8/Button_redirect.png',
'#REDIRECT [[', '{{subst:lcfirst:{{PAGENAME}}}}',
']]', 'Cilj preusmjeravanja');
addEditButton( 'en/5/5f/Button_center.png',
'<center>', 'primjer', '</center>', 'Centrirani tekst');
addEditButton( 'en/e/e9/Button_headline2.png',
'\n===', 'Drugi podnaslov', '===', 'Drugi podnaslov');
addEditButton( 'en/8/8e/Button_shifting.png', ':',
'Pomakni u desno', ':', 'Pomakni u desno');
addEditButton( 'en/5/58/Button_small.png', '<small>',
'Smanjen tekst', '</small>', 'Smanjen tekst');
addEditButton( 'en/8/80/Button_upper_letter.png', '<sup>',
'Faktor tekst', '</sup>', 'Faktor');
addEditButton( 'en/9/93/Button_sub_link.png',
'[[Stranica#', 'Podnaslov', ']]', 'Podnaslov');
addEditButton( 'en/f/fd/Button_blockquote.png',
'<blockquote style="border: 1px solid blue; padding: ' +
'2em;">\n',
'primjer', '\n</blockquote>', 'Citat u okviru');
//addEditButton( 'en/1/13/Button_enter.png', '<br />', '', '',
// 'Novi red');
/*
bsImprovedToolbar
*/
//============================================================
// Insertion de nouveaux boutons dans la barre d'outil
//============================================================
/**
* Ajoute quelques boutons sur la barre d'outil
* Inspiré de mon code précédent et des icônes sur he:
* @author: fr:user:dake
* @version: 0.1
*/
function bsImprovedToolbar()
{
tooly = document.getElementById('toolbar');
if ( (!tooly) ) return;
var buttonAB = document.createElement("img");
buttonAB.width = 23;
buttonAB.height = 22;
buttonAB.src = 'http://upload.wikimedia.org/wikipedia/commons/5/59/Button_replace.png';
buttonAB.border = 0;
buttonAB.alt = 'Zamjeni tekst';
buttonAB.title = 'Zamjeni Tekst'
buttonAB.style.cursor = "pointer";
buttonAB.onclick = function() {
stringReplaceBox();
return false;
}
tooly.appendChild(buttonAB);
}
addLoadEvent(bsImprovedToolbar);
/*
InsertTagsValue
*/
//Autoinkrement-Tags
function insertTagsValue(uchar, ucharend, uchardefault, ucharnr) {
var txtarea = document.editform.wpTextbox1;
// IE
if (document.selection && !is_gecko) {
var theSelection = document.selection.createRange().text;
// Mozilla
} else if(txtarea.selectionStart || txtarea.selectionStart == '0') {
var replaced = false;
var startPos = txtarea.selectionStart;
var endPos = txtarea.selectionEnd;
if (endPos-startPos)
replaced = true;
var scrollTop = txtarea.scrollTop;
var theSelection = (txtarea.value).substring(startPos, endPos);
}
if (theSelection == "") {
if(!(lastVal = GetCookie("CharDefaultValue-"+ ucharnr))) lastVal ="0";
theSelection= parseInt(lastVal)+parseInt(uchardefault.substr(1));
theSelection= theSelection.toString();
}
SetCookie("CharDefaultValue-"+ ucharnr,theSelection);
insertTags(uchar,ucharend,theSelection);
}
/*
stringReplaceBox
*/
function stringReplaceBox() {
Valreplace=GetCookie ("StrReplace");
Valreplacement=GetCookie ("StrReplacement");
if (Valreplace && Valreplacement) {
//Anführungszeichen ersetzen
Valreplace=Valreplace.replace(/"/g,""");
Valreplacement=Valreplacement.replace(/"/g,""");
} else {
Valreplace="";
Valreplacement="";
}
PromptWin = window.open("about:blank", "PromptWin", "width=280,height=120,dependent=yes,location=no,menubar=no,resizable=yes,status=no,toolbar=no");
PromptWin.focus();
PromptWin.document.open();
PromptWin.document.write("<title>Text ersetzen</title>");
PromptWin.document.write("<body style=\"background-color: threedface;\">");
PromptWin.document.write("<form id=\"replaceform\" name=\"replaceform\" method=POST action=\"javascript:void(0)\">");
PromptWin.document.write("<center><table border=\"0\">");
PromptWin.document.write("<tr><td style=\"font: message-box\">zamjeni:</td> <td><input type=TEXT name=\"valreplace\" value=\"" + Valreplace + "\" size=25 tabindex=\"1\"></td></tr>");
PromptWin.document.write("<tr><td style=\"font: message-box\">sa:</td> <td><input type=TEXT name=\"valreplacement\" value=\"" + Valreplacement + "\" size=25 tabindex=\"2\"></td></tr></table>");
PromptWin.document.write("<p><input type=SUBMIT value=\" Zamjeni \" tabindex=\"3\" onclick=\"opener.stringReplace(document.replaceform.valreplace.value,document.replaceform.valreplacement.value); self.close()\"> ");
PromptWin.document.write("<input type=RESET value=\"Poništi\" tabindex=\"4\" onclick=\"self.close()\"></p>");
PromptWin.document.write("</center></form></body>");
PromptWin.document.close();
PromptWin.document.replaceform.valreplace.select();
}
function stringReplace(inReplace,inReplacement) {
SetCookie ("StrReplace",inReplace);
SetCookie ("StrReplacement",inReplacement);
var StrReplace = new RegExp(inReplace, "g");
var StrReplacement=inReplacement;
if (document.editform)
var txtarea = document.editform.wpTextbox1;
else {
// some alternate form? take the first one we can find
var areas = document.getElementsByTagName('textarea');
var txtarea = areas[0];
}
txtarea.value=txtarea.value.replace(StrReplace,StrReplacement);
}
/*
ProofReading
*/
//Height of ProofReadDiv
var DivHeight=0;
function ProofReading () {
if (window.location.search.indexOf("image=") != -1) {
var ImageString = window.location.search.substring(window.location.search.indexOf("image=")+6,window.location.search.length);
if (ImageString != "") {
TextBoxRows= document.getElementsByName("wpTextbox1")[0].getAttribute('rows');
TextBoxRows=Math.ceil(TextBoxRows/2);
document.getElementsByName("wpTextbox1")[0].setAttribute('rows',TextBoxRows);
var ImageFrame = "<div id=\"ImageFrame\">" + ImageFrameContent(ImageString) + "</div>";
document.getElementById("contentSub").innerHTML += ImageFrame
}
}
}
/*
ImageFrameContent
*/
function ImageFrameContent(ImageString) {
if (DivHeight == 0) {
if(document.selection && !is_gecko) {
//IE:
DivHeight=Math.ceil(document.body.clientHeight*0.5)+"px";
} else {
//andere:
DivHeight=Math.ceil(window.innerHeight*0.4)+"px";
}
}
var ZoomInIcon = "<a href=\"javascript:Zoom(50)\"><img src=\"http://upload.wikimedia.org/wikipedia/commons/4/48/Magnifier_zoom_in.png\" title=\"vergrößern\" width=24 height=24></a>";
var ZoomOutIcon = "<a href=\"javascript:Zoom(-50)\"><img src=\"http://upload.wikimedia.org/wikipedia/commons/9/92/Magifier_zoom_out.png\" title=\"verkleinern\" width=24 height=24></a>";
var ZoomStdIcon = "<a href=\"javascript:Zoom(0)\"><img src=\"http://upload.wikimedia.org/wikipedia/commons/7/79/Magnifier.png\" title=\"Fensterbreite\" width=24 height=24></a>";
var ImageFrame = ZoomOutIcon + " " + ZoomStdIcon + " " + ZoomInIcon;
var ImageApp = /\.png$|\.jpeg$|\.jpg$|\.gif$/;
if (ImageApp.test(ImageString) == true) {
ImageFrame += "<div style=\"overflow: scroll; height: " + DivHeight + "; width: 100%;\">";
ImageFrame += "<img onerror=\"ImageError('"+ ImageString+"')\" id=\"ProofReadImage\" src=\""+ GetImageUrl(ImageString) +"\" alt=\""+ GetImageUrl(ImageString) +"\"";
if (GetCookie("PrImageWidth")) {
ImageFrame +="width = \"" + GetCookie("PrImageWidth") +"\"";
}
ImageFrame += "></div>";
} else {
ImageFrame += "<iframe id=\"ProofReadImage\" src=\""+ GetImageUrl(ImageString) +"\" style=\"height: " + DivHeight + "; width: 100%;\">";
}
return ImageFrame
}
/*
GetImageUrl
*/
function GetImageUrl(name) {
var retval = name;
if (name.indexOf("http:") != 0) retval = "index.php/Special:Filepath/" + name;
return retval;
}
function ImageError(imagename) {
if (document.getElementById("ProofReadImage").src.indexOf("commons") == -1 && document.getElementById("ProofReadImage").src.indexOf("Special:Filepath") != -1) {
//image not from commons
document.getElementById("ProofReadImage").src = "http://commons.wikimedia.org/wiki/Special:Filepath/" + imagename;
}
}
function Zoom(value) {
PrImage = document.getElementById("ProofReadImage");
if (value == 0) PrImage.width = document.getElementById("ImageFrame").offsetWidth-15;
else PrImage.width=PrImage.width+value;
SetCookie("PrImageWidth",PrImage.width);
if(document.selection && !is_gecko) {
//IE:
document.getElementById("ImageFrame").innerHTML = ImageFrameContent(PrImage.src);
}
}
/*
chooseCharSubset
*/
// CharSubset-Auswahl
function chooseCharSubset(ss) {
s = parseInt( ss );
if ( isNaN(s) ) s = 0;
if (SpecCharsAccesskeys.length==0) {
if (is_opera) SpecCharsAccesskeys = new Array("!","\"","§","$","%","&","/","(",")","=");
else SpecCharsAccesskeys = new Array("1","2","3","4","5","6","7","8","9","0","!","\"","§","$","%","&","/","(",")","=");
}
if (s>=0) {
var l = document.getElementById('editpage-specialchars').getElementsByTagName('p');
for (var i = 0; i < l.length ; i++) {
if (i==s) {
l[i].style.display = 'inline';
SetArrayAccessKeys(l[i].getElementsByTagName('a'),SpecCharsAccesskeys);
} else l[i].style.display = 'none';
}
SetCookie('CharSubset', s);
}
}
/*
SetArrayAccessKeys
*/
// Ein Array von Accesskeys an ein Array von Elementen
function SetArrayAccessKeys(elements, keys) {
for (var i =0; i < elements.length;i++) {
if (i < keys.length) {
elements[i].setAttribute("accessKey",keys[i]);
elements[i].setAttribute("title","alt-"+keys[i]);
} else {
elements[i].setAttribute("accessKey","");
elements[i].setAttribute("title","");
}
}
}
/*
AddMyChars
*/
//Vorfunktion für eigene Sonderzeichenleiste, nutzt globale Variablen
function AddMyChars() {
if (MyChar[0]) AddMyCharsDo(MyChar, MyCharEnd, MyCharText, MyCharDefault);
}
//Eigene Sonderzeichenliste
function AddMyCharsDo(thechar, thecharend, thechartext, thechardefault) {
var specialcharslist = document.getElementById('specialchars');
var addtext = "<p class=\"specialbasic\" id=\"Eigene\" title=\"Eigene\" style=\"display: none;\">\n\r";
addtext += "Eigene Zeichen:\n\r";
addtext += "<font style=\"text-decoration: none;\" face=\"Arial Unicode MS,Lucida Sans Unicode,MS Mincho,Arial,sans-serif\">";
for (var i = 0; i < thechar.length; i++) {
if (!thecharend[i]) thecharend[i]="";
if (!thechardefault[i]) thechardefault[i]="";
jsfunction ="insertTags('" + thechar[i] + "','" + thecharend[i] + "','" + thechardefault[i] +"')";
//Autoinkrement-Funktion einsetzen
if (thechardefault[i].charAt(0) == "+" && !isNaN(parseInt(thechardefault[i].substr(1)))) {
jsfunction = "insertTagsValue('" + thechar[i] + "','" + thecharend[i] + "','" + thechardefault[i] + "','" + i +"')";
}
if (!thechartext[i]) thechartext[i] = thechar[i]+" "+thecharend[i];
addtext += "<a href=\"javascript:" +jsfunction +"\">" + thechartext[i] + "</a>\n\r";
}
addtext += "</font></p>";
specialcharslist.innerHTML = addtext+specialcharslist.innerHTML;
}
/*
addCharSubsetMenu
*/
/*
DANGER-MOUSE NOTE: This code is <<<VERY>>> sensitive to [[MediaWiki:Edittools]] changes! Make sure there are no <span>s only <div>s. Make sure there is no <p></p> at top!
*/
SpecCharsAccesskeys = new Array();
// Combined cross-browser features of [[:zh:MediaWiki:Monobook.js]]...
function addCharSubsetMenu() {
var SpecCharsMove = true;
var edittools = document.getElementById('editpage-specialchars');
if (edittools) {
var name;
var menu=document.createElement("select");
menu.style.display="inline";
var line = edittools.getElementsByTagName('p');
for (var i = 0; i < line.length ; i++) {
if (line[i].className == "specialbasic" || line[i].className == "speciallang") {
if (line[i].title) name=line[i].title;
else name = line[i].id;
menu.options[menu.options.length]=new Option(name);
}
}
menu.onchange=function() {chooseCharSubset(this.selectedIndex);} ;
if (SpecCharsMove) {
edittools.insertBefore(menu,edittools.firstChild);
} else {
edittools.insertAfter(menu,edittools.firstChild);
}
var stdsubset = 0;
if (GetCookie ("CharSubset")) stdsubset = parseInt( GetCookie ("CharSubset") );
if ( isNaN(stdsubset) ) stdsubset = 0;
menu.options[stdsubset].selected = true;
chooseCharSubset(stdsubset);
//Gleicher Tabindex für alle Elemente der Toolbar
var charlinks = document.getElementById('toolbar').getElementsByTagName('a');
for (var i=0; i < charlinks.length; i++) {
charlinks[i].setAttribute("tabindex",8);
}
} //end if (edittools)
}
/*
elementMoveto
*/
//from [[:zh:MediaWiki:Monobook.js]]
function elementMoveto(node, refNode, pos) {
if(node && refNode) {
var parent = refNode.parentNode;
if (pos && pos == 'after') refNode=refNode.nextSibling;
try {
parent.insertBefore(node, refNode);
} catch (DOMException) {};
}
}
/*
fixToolbar
*/
//from [[:zh:MediaWiki:Monobook.js]]
function fixToolbar(){
var wpEditToolbar = document.getElementById("toolbar");
var dropdownListEditTools = document.getElementById("dropdownListEditTools");
elementMoveto(dropdownListEditTools , wpEditToolbar , 'after' );
if (dropdownListEditTools) dropdownListEditTools.style.display="block";
var editspecialchars = document.getElementById("editpage-specialchars");
elementMoveto( editspecialchars, wpEditToolbar, 'after' );
}
/*
customizeWiktionary
*/
// Menü-Einfügung
function customizeWiktionary() {
AddMyChars();
addCharSubsetMenu();
fixToolbar();
}
addLoadEvent(customizeWiktionary);
addLoadEvent(ProofReading);
// END import Onlyifediting-functions
// ============================================================
addLoadEvent( LinkFA );
addLoadEvent( createNavigationBarToggleButton );
addLoadEvent( interwikiExtra );
addLoadEvent( BilingualLink );
addLoadEvent( PageNumbers );
addLoadEvent( Annotations );
addLoadEvent( LineBreaks );
addLoadEvent( ProofReadLink );
/*
mainpg
*/
//Main page tab no longer says article
function mainpg()
{
var site = location.href;
if (site == 'http://bs.wiktionary.org/wiki/Početna_strana')
{
if(document.getElementById('ca-nstab-main'))
{
document.getElementById('ca-nstab-main').firstChild.innerHTML = 'početna strana';
}
}
else if(document.title.indexOf("Početna strana") != -1)
{
if(document.getElementById('ca-nstab-main'))
{
document.getElementById('ca-nstab-main').firstChild.innerHTML = 'početna strana';
}
}
}
addOnloadHook(mainpg);
/*
doRedirect
*/
/* Redirect if a case-insensitive search on an external link is found */
function doRedirect() {
dym = document.getElementById('did-you-mean')
if ( dym ) {
var dymtarget = dym.firstChild.title ;
var target = dymtarget ;
pagetitle = document.getElementsByTagName('h1').item(0).firstChild.nodeValue;
if (pagetitle == target) {
alert('No looping allowed.');
return;
}
if ( pagetitle.toLowerCase().replace(/[^a-z]/g, "") != target.toLowerCase().replace(/[^a-z]/g, "") ) {
alert(target + " does not match " + pagetitle);
return;
}
if ( pagetitle.search(/Editing /g) != -1 ) return;
pagenamee = pagetitle.replace(/\ /g, "_");
document.location.replace( 'http://bs.wiktionary.org/wiki/Posebno:Search/' + pagenamee ) ;
}
}
/*
fixEditSectionWikifiedLinks
*/
// edit-section still doesn't return to correct spot if link contains a [[wikified]] term.
function fixEditSectionWikifiedLinks() {
if (/\.5B/.test(window.location.href)) {
var url=window.location.href.replace(/.5B.5B:/g,"").replace(/.5B/g, "").replace(/.5D/g, "");
window.location = url;
}
//removed check for 7B/7D
}
/*
mainCustomizeWiktionary
*/
/* do any Wiktionary-specific customizations */
function mainCustomizeWiktionary() {
doRedirect();
fixEditSectionWikifiedLinks();
}
addLoadEvent(mainCustomizeWiktionary) ;
/*
Kill Main Page
*/
//Sakrij "Početna strana" naslov
var mpTitle = "Početna strana";
var isMainPage = (document.title.substr(0, document.title.lastIndexOf(" - ")) == mpTitle);
var isDiff = (document.location.search && (document.location.search.indexOf("diff=") != -1 || document.location.search.indexOf("oldid=") != -1));
if (isMainPage && !isDiff) document.write('<style type="text/css">/*<![CDATA[*/ #lastmod, #siteSub, #contentSub, h1.firstHeading { display: none !important; } /*]]>*/</style>');
/*
*/ |
|||||||||
|
About |
O |
|||||||||
|
Wiktionary:About |
Vikirječnik:O Vikirječniku |
|||||||||
|
About Wiktionary |
O Vikirječniku |
|||||||||
|
+ |
<Accesskey-addsection> |
|||||||||
|
n |
<Accesskey-anontalk> |
|||||||||
|
. |
<Accesskey-anonuserpage> |
|||||||||
|
a |
<Accesskey-article> |
|||||||||
|
v |
v |
|||||||||
|
<accesskey-contributions> |
<Accesskey-contributions> |
|||||||||
|
<accesskey-currentevents> |
<Accesskey-currentevents> |
|||||||||
|
d |
<Accesskey-delete> |
|||||||||
|
e |
<Accesskey-edit> |
|||||||||
|
<accesskey-emailuser> |
<Accesskey-emailuser> |
|||||||||
|
<accesskey-help> |
<Accesskey-help> |
|||||||||
|
h |
<Accesskey-history> |
|||||||||
|
o |
<Accesskey-login> |
|||||||||
|
o |
<Accesskey-logout> |
|||||||||
|
z |
<Accesskey-mainpage> |
|||||||||
|
i |
i |
|||||||||
|
m |
<Accesskey-move> |
|||||||||
|
y |
<Accesskey-mycontris> |
|||||||||
|
n |
<Accesskey-mytalk> |
|||||||||
|
<accesskey-portal> |
<Accesskey-portal> |
|||||||||
|
<accesskey-preferences> |
<Accesskey-preferences> |
|||||||||
|
p |
p |
|||||||||
|
= |
<Accesskey-protect> |
|||||||||
|
x |
<Accesskey-randompage> |
|||||||||
|
r |
<Accesskey-recentchanges> |
|||||||||
|
c |
<Accesskey-recentchangeslinked> |
|||||||||
|
s |
s |
|||||||||
|
f |
f |
|||||||||
|
<accesskey-sitesupport> |
<Accesskey-sitesupport> |
|||||||||
|
<accesskey-specialpage> |
<Accesskey-specialpage> |
|||||||||
|
q |
<Accesskey-specialpages> |
|||||||||
|
t |
<Accesskey-talk> |
|||||||||
|
d |
<Accesskey-undelete> |
|||||||||
|
w |
<Accesskey-unwatch> |
|||||||||
|
u |
s |
|||||||||
|
. |
<Accesskey-userpage> |
|||||||||
|
e |
<Accesskey-viewsource> |
|||||||||
|
w |
w |
|||||||||
|
l |
<Accesskey-watchlist> |
|||||||||
|
b |
<Accesskey-whatlinkshere> |
|||||||||
|
The Password for '$1' has been sent to $2. |
Šifra za '$1' je poslata na $2. |
|||||||||
|
Password sent. |
Šifra poslata. |
|||||||||
|
Action complete |
Radnja je izvršena |
|||||||||
|
Added to watchlist |
Dodato u spisak vaših praćenih stranica |
|||||||||
|
The page "$1" has been added to your [[Special:Watchlist|watchlist]]. Future changes to this page and its associated Talk 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. <p>If you want to remove the page from your watchlist later, click "Stop watching" in the sidebar. |
Stranica "$1" je dodata vašem spisku praćenih stranica. Buduće promjene ove stranice (i pridružene stranice za razgovor) će biti navedene ovdje, i stranica će biti podebljana u spisku nedavnih izmjena da bi se lakše uočila.
Ako bi ste kasnije htjeli da uklonite stranicu sa vašeg spiska praćenih stranica, kliknite na "ukinite praćenje" na paleti. |
|||||||||
|
+ |
+ |
|||||||||
|
Wiktionary:Administrators |
Vikirječnik:Administratori |
|||||||||
|
I affirm that the copyright holder of this file agrees to license it under the terms of the $1. |
<Affirmation> |
|||||||||
|
all |
sve |
|||||||||
|
All system messages |
Sve sistemske poruke |
|||||||||
|
This is a list of all system messages available in the MediaWiki: namespace. |
Ovo je spisak svih sistemskih poruka u MediaWiki imenskom prostoru. |
|||||||||
|
All pages |
Sve stranice |
|||||||||
|
$1 to $2 |
$1 do $2 |
|||||||||
|
<font color=red><b>User $1, you are already logged in!</b></font><br /> |
Korisnik $1 je već prijavljen! |
|||||||||
|
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]]). |
Ne može se vratiti posljednja izmjena $1 od korisnika $2 (razgovor); neko drugi je već izmjenio ili vratio članak. Posljednja izmjena od korisnika $3 (razgovor). |
|||||||||
|
Oldest pages |
Najstarije stranice |
|||||||||
|
and |
i |
|||||||||
|
Talk for this IP |
Razgovor za ovu IP adresu |
|||||||||
|
''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.'' |
|
|||||||||
|
Anonymous user(s) of Wiktionary |
Anonimni korisnik Vikirječnika |
|||||||||
|
Content page |
Članak |
|||||||||
|
A page of that name already exists, or the name you have chosen is not valid. Please choose another name. |
Stranica sa tim imenom već postoji ili ime koje ste odabrali nije ispravno. Molimo da odaberete drugačije ime. |
|||||||||
|
View content page |
Pogledaj članak |
|||||||||
|
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 you share an IP address with "$1". Reason "$2". |
Automatski ste blokirani jer dijelite IP adresu sa "$1". Razlog za blokiranje je: "$2" |
|||||||||
|
This action cannot be performed on this page. |
Ova akcija ne može biti izvršena na ovoj stranici. |
|||||||||
|
Image name has been changed to "$1". |
Ime slike je promjenjeno u "$1". |
|||||||||
|
".$1" is not a recommended image file format. |
".$1" nije preporučen format za sliku. |
|||||||||
|
Invalid IP address |
Pogrešna IP adresa |
|||||||||
|
Badly formed search query |
Loše oblikovan upit za pretragu |
|||||||||
|
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. |
Nismo mogli da obradimo vaš upit. Ovo je vjerovatno zbog toga što ste pokušali da tražite riječ kraću od tri slova, što trenutno nije podržano. Takođe je moguće da ste pogrešno ukucali izraz, na primjer "riba ii krljušti". Molimo vas da pokušate nekim drugim upitom. |
|||||||||
|
The passwords you entered do not match. |
Šifre koje ste unijeli se razlikuju! |
|||||||||
|
Bad title |
Loš naslov |
|||||||||
|
The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. |
Zahtjevani naslov stranice je bio neispravan, prazan ili neispravno povezan međujezički ili interwiki naslov. |
|||||||||
|
(Main) |
(Glavni) |
|||||||||
|
Your user name or IP address has been blocked by $1. The reason given is this:<br />''$2''<p>You may contact $1 or one of the other [[Wiktionary:Administrators|administrators]] to discuss the block. Note that you may not use the "email this user" feature unless you have 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. |
Vaše korisničko ime ili IP adresa je blokirana od strane $1. Dati razlog je sljedeći:$2 Možete kontaktirati $1 ili nekog drugog administratora da biste razgovarili o blokadi. |
|||||||||
|
User is blocked |
Korisnik je blokiran |
|||||||||
|
Block user |
Blokirajte korisnika |
|||||||||
|
Block succeeded |
Blokiranje uspješno |
|||||||||
|
"$1" has been blocked. <br />See [[Special:Ipblocklist|IP block list]] to review blocks. |
$1 je blokiran. |
|||||||||
|
Use the form below to block write access from a specific IP address or username. This should be done only only to prevent vandalism, and in accordance with [[Wiktionary:Policy|policy]]. Fill in a specific reason below (for example, citing particular pages that were vandalized). |
Koristite formular ispod da blokirate pristup specifičnim IP adresama i korisničkim imenima. Blokiranje se koristi samo za prevenciju vandalizma i u skladu sa pravilima. Unesite konkretan razlog za blokiranje izpod. |
|||||||||
|
block |
blokirajte |
|||||||||
|
$1, $2 blocked $3 (expires $4) |
$1, $2 blokirao korisnika $3 ($4) |
|||||||||
|
blocked "$1" with an expiry time of $2 |
Blokiran "$1". Dužina: $2 |
|||||||||
|
Block_log |
Zapis blokiranja |
|||||||||
|
This is a log of user blocking and unblocking actions. Automatically blocked IP addresses are not be listed. See the [[Special:Ipblocklist|IP block list]] for the list of currently operational bans and blocks. |
Ispod je spisak blokiranja i deblokiranja korisnika. Automatski blokirane IP adrese nisu uspisane ispod. Pogledajte blokirane IP adrese za spisak trenutno operativnih zabrana. |
|||||||||
|
Bold text |
Podebljan tekst |
|||||||||
|
Bold text |
Podebljan tekst |
|||||||||
|
Book sources |
Književni izvori |
|||||||||
|
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.Wiktionary is not affiliated with any of these businesses, and this list should not be construed as an endorsement. |
Ispod je spisak veza na druge sajtove koji prodaju nove i korištene knjige, i takođe mogu imati daljnje informacije o knjigama koje tražite. Vikirječnik ne sarađuje ni se jednim od ovih preduzeća, i ovaj spisak ne treba da se shvati kao potvrda njihovog kvaliteta. |
|||||||||
|
Broken Redirects |
Pokvarena preusmjerenja |
|||||||||
|
The following redirects link to a non-existing pages. |
Sljedeća preusmjerenja vode na stranice koje ne postoje: |
|||||||||
|
Bug reports |
Prijavite grešku |
|||||||||
|
Wiktionary:Bug_reports |
Vikirječnik:Prijave grešaka |
|||||||||
|
Bureaucrat_log |
Historija_birokrata |
|||||||||
|
Rights for user "$1" set "$2" |
Prava za korisnika $1 su promjenjena sa $2 u $3 |
|||||||||
|
The action you have requested can only be performed by sysops with "bureaucrat" status. |
<Bureaucrattext> |
|||||||||
|
Bureaucrat access required |
Privilegije birokrate su neophodne |
|||||||||
|
by date |
po datumu |
|||||||||
|
by name |
po imenu |
|||||||||
|
by size |
po veličini |
|||||||||
|
The following is a cached copy of the requested page, and may not be up to date. |
Sljedeći podaci su pohranjeni u keš (cache) memoriji i moguće je da ne prikazuju trenutno stanje. |
|||||||||
|
Cancel |
Poništite |
|||||||||
|
Could not delete the page or image specified. (It may have already been deleted by someone else.) |
Nije moguće izbrisati navedenu stranicu ili sliku. (Moguće je da ju je neko drugi već obrisao.) |
|||||||||
|
Cannot revert edit; last contributor is only author of this page. |
Nije moguće poništiti izmjenu; zadnja izmjena je ujedno i jedina izmjena. |
|||||||||
|
Categories |
Kategorije |
|||||||||
|
category |
kategorija |
|||||||||
|
Articles in category "$1" |
Stranice u kategoriji "$1" |
|||||||||
|
Change password |
Promijeni šifru |
|||||||||
|
changes |
izmjene |
|||||||||
|
Columns |
Kolona: |
|||||||||
(comment) |
<Commentedit> |
|||||||||
|
Compare selected versions |
Uporedite označene verzije |
|||||||||
|
Confirm |
Potvrda |
|||||||||
|
Yes, I really want to delete this. |
<Confirmcheck> |
|||||||||
|
Confirm delete |
Potvrdite brisanje |
|||||||||
|
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 [[Wiktionary:Policy]]. |
Akcija brisanja će nepovratno izbrisati stranicu ili sliku zajedno sa svom njenom historijom iz baze. Potvrdite da namjeravate da uradite ovo, da razumijete posljedice i da materijal brišete u skladu sa pravilima Vikirječnika. |
|||||||||
|
Confirm protection |
Potvrdite zaštitu |
|||||||||
|
Do you really want to protect this page? |
Da li zaista želite da zaštitite ovu stranicu? |
|||||||||
|
Confirm unprotection |
Potvrdite oslobađanje zaštite |
|||||||||
|
Do you really want to unprotect this page? |
Da li zaista želite da oslobodite zaštitu? |
|||||||||
|
Characters of context per line |
Karaktera konteksta po liniji: |
|||||||||
|
Lines to show per hit |
Linija po pogotku: |
|||||||||
|
contribs |
doprinos |
|||||||||
|
For $1 |
Korisnik: $1 |
|||||||||
|
User contributions |
Doprinos korisnika |
|||||||||
|
Content is available under $1. |
Sadržaj je licenciran pod $1. |
|||||||||
|
Wiktionary:Copyrights |
Vikirječnik:Autorska prava |
|||||||||
|
Wiktionary copyright |
Vikirječnik Autorska prava |
|||||||||
|
Please note that all contributions to Wiktionary are considered to be released under the GNU Free Documentation License (see $1 for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here.<br /> You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. <strong>DO NOT SUBMIT COPYRIGHTED WORK WITHOUT PERMISSION!</strong> |
Za sve priloge poslate na Vikirječnik projekat smatramo da su objavljeni pod $2 (konsultujte $1 za detalje). Ukoliko ne želite da vaše stranice (prilozi) budu podložni izmjenama i slobodnom rasturanju i objavljivanju, nemojte ih postavljati ovdje. Također, postavljanje stranica podrazumijeva i vašu izjavu da ste ga napisali sami, ili da ste ga kopirali iz izvora u javnom domenu ili sličnog slobodnog izvora. NEMOJTE SLATI RAD ZAŠTIĆEN AUTORSKIM PRAVIMA BEZ DOZVOLE AUTORA! |
|||||||||
|
Couldn't remove item '$1'... |
Ne može se ukloniti '$1'... |
|||||||||
|
Create new account |
Registrujte se |
|||||||||
|
by email |
e-poštom |
|||||||||
|
cur |
tren |
|||||||||
|
Current events |
Novosti |
|||||||||
|
Current revision |
Trenutna revizija |
|||||||||
|
Database error |
Greška u bazi |
|||||||||
|
Date format |
Format datuma |
|||||||||
|
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>". |
Desila se sintaksna greška upita baze. Ovo je moguće zbog ilegalnog upita, ili moguće greške u softveru. Posljednji pokušani upit je bio:
iz funkcije "$2". MySQL je vratio grešku "$3: $4". |
|||||||||
|
A database query syntax error has occurred. The last attempted database query was: "$1" from within function "$2". MySQL returned error "$3: $4". |
Desila se sintaksna greška upita baze. Posljednji pokušani upit je bio: "$1" iz funkcije "$2". MySQL je vratio grešku "$3: $4". |
|||||||||
|
Dead-end pages |
Stranice bez internih veza |
|||||||||
|
Debug |
Ispravite greške |
|||||||||
|
Search in these namespaces by default: |
Pretražujte u sljedećim imenskim prostorima: |
|||||||||
|
Wiktionary e-mail |
Vikirječnik e-pošta |
|||||||||
|
Delete |
Izbrišite |
|||||||||
|
Reason for deletion |
Razlog za brisanje |
|||||||||
|
deleted "$1" |
članak "$1" izbrisan |
|||||||||
|
"$1" has been deleted. See $2 for a record of recent deletions. |
Članak "$1" je izbrisan. Pogledajte $2 za zapis o skorašnjim brisanjima. |
|||||||||
|
del |
obr |
|||||||||
|
Delete page |
Izbrišite stranicu |
|||||||||
|
(Deleting "$1") |
(Brisanje stranice "$1") |
|||||||||
|
Delete this page |
Izbrišite ovu stranicu |
|||||||||
|
deletion log |
historija brisanja |
|||||||||
|
Deletion_log |
Historija brisanja |
|||||||||
|
Below is a list of the most recent deletions. All times shown are server time (UTC). <ul> </ul> |
Ispod je spisak nedavno izbrisanih stranica. |
|||||||||
|
For developer use only |
<Developerspheading> |
|||||||||
|
The action you have requested can only be performed by users with "developer" status. See $1. |
Akciju koju ste zatražili mogu izvesti samo korisnici sa "developer" statusom. Pogledajte $1. |
|||||||||
|
Developer access required |
Neophodan je developerski pristup |
|||||||||
|
diff |
razl |
|||||||||
|
(Difference between revisions) |
(Razlika između revizija) |
|||||||||
|
Disambiguation pages |
Stranice za višeznačne odrednice |
|||||||||
|
Wiktionary:Links_to_disambiguating_pages |
Šablon:Višeznačna odrednica |
|||||||||
|
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. |
Sljedeće stranice se povezuju sa višeznačnom odrednicom. Umjesto toga, one bi trebale da se povezuju sa odgovarajućom temom. |
|||||||||
|
Wiktionary:General_disclaimer |
Vikirječnik:Odricanje odgovornosti |
|||||||||
|
Disclaimers |
Odricanje odgovornosti |
|||||||||
|
Double Redirects |
Dvostruka preusmjerenja |
|||||||||
|
<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. |
Svaki red sadrži veze na prvo i drugo preusmjerenje, kao i na prvu liniju teksta drugog preusmjerenja, što obično daje "pravu" ciljnu stranicu, na koju bi prvo preusmjerenje i trebalo da pokazuje. |
|||||||||
|
Edit |
Uredite |
|||||||||
|
The edit comment was: "<i>$1</i>". |
Komentar izmjene je: "$1". |
|||||||||
|
Edit conflict: $1 |
Konflikt sa izmjenom: $1 |
|||||||||
|
Edit the current version of this page |
Uredite trenutnu verziju ove stranice |
|||||||||
|
Editing help |
Pomoć pri uređivanju stranice |
|||||||||
|
Help:Editing |
Vikirječnik:Uređivanje |
|||||||||
|
Editing $1 |
Mijenjate stranicu: $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> |
PAŽNJA: Mijenjate stariju verziju ove stranice. Ako sačuvate trenutne izmjene, sve izmjene počevši od ove verzije će biti izgubljene!
|
|||||||||
|
edit |
uredite |
|||||||||
|
Edit this page |
Izmijenite ovu stranicu |
|||||||||
|
Disable e-mail from other users |
<Emailflag> |
|||||||||
|
Fields marked with a star (*) are optional. Storing an email address enables people to contact you through the website without you having to reveal your email address to them, and it can be used to send you a new password if you forget it.<br /><br />Your real name, if you choose to provide it, will be used for giving you attribution for your work. |
|
|||||||||
|
From |
Od |
|||||||||
|
Message |
Poruka |
|||||||||
|
E-mail user |
Pošalji e-pismo korisniku |
|||||||||
|
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. |
Ako je korisnik kojeg pokušavate da kontaktirate unio ispravnu e-poštansku adresu pri registraciji, možete njega ili nju kontaktirati putem ovog formulara. Adresa koju ste vi unijeli pri registraciji će biti adresa pošiljaoca, što će korisniku omogućiti da istim putem odgovori na vašu poruku. Vašu e-poštansku adresu možete promijeniti u vašim korisničkim podšenjima. |
|||||||||
|
Send |
Pošalji poruku |
|||||||||
|
E-mail sent |
Poruka poslata |
|||||||||
|
Your e-mail message has been sent. |
Vaša poruka je poslata e-poštom. |
|||||||||
|
Subject |
Tema |
|||||||||
|
To |
Za |
|||||||||
|
E-mail this user |
Kontaktiraj ovog korisnika |
|||||||||
|
Enter a reason for the lock, including an estimate of when the lock will be released |
Unesite razlog za zaključavanje, uključujući procijenu vremena otključavanja |
|||||||||
|
Error |
Greška |
|||||||||
|
Error |
Greška |
|||||||||
|
content before blanking was: |
sadržaj prije brisanja je bio: '$1' |
|||||||||
|
page was empty |
stranica je bila prazna |
|||||||||
|
content was: |
sadržaj je bio: '$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> |
Neko drugi je promjenio ovu stranicu otkad ste Vi počeli da je mijenjate. Gornje tekstualno polje sadrži tekst stranice koji trenutno postoji. Vaše izmjene su prikazane u donjem tekstu. Moraćete da unesete svoje promjene u postojeći tekst. Samo tekst u gornjem tekstualnom polju će biti snimljen kad kliknete "Sačuvaj". |
|||||||||
|
Export pages |
Izvoz stranica |
|||||||||
|
Include only the current revision, not the full history |
Uključite samo trenutnu reviziju, ne cijelu historiju |
|||||||||
|
You can export the text and editing history of a particular page or set of pages wrapped in some XML; this can then be imported into another wiki running MediaWiki software, transformed, or just kept for your private amusement. |
Možete izvesti tekst i historiju promjena određene stranice ili grupe stranice u XML formatu. Ovo onda može biti uvezeno u drugi wiki koji koristi MedijaViki softver, transformisano, ili korišteno za Vaše lične potrebe. |
|||||||||
|
http://www.example.com link title |
http://www.adresa.com opis adrese |
|||||||||
|
External link (remember http:// prefix) |
Vanjska poveznica (zapamti prefiks http://) |
|||||||||
|
FAQ |
ČPP |
|||||||||
|
Wiktionary:FAQ |
Vikirječnik:NNP |
|||||||||
|
Feed: |
Fid: |
|||||||||
|
Could not copy file "$1" to "$2". |
Ne može se kopirati "$1" na "$2". |
|||||||||
|
Could not delete file "$1". |
Ne može se izbrisati fajl "$1". |
|||||||||
|
Summary |
Opis |
|||||||||
|
Filename |
Ime fajla |
|||||||||
|
Could not find file "$1". |
Ne može se naći fajl "$1". |
|||||||||
|
Could not rename file "$1" to "$2". |
Ne može se promjeniti ime fajla "$1" to "$2". |
|||||||||
|
Source |
Izvor |
|||||||||
|
Copyright status |
Status autorskih prava |
|||||||||
|
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. |
Datoteka "$1" je uspješno postavljena. Na slijedećoj stranici: $2 možete da unesete opis datoteke i informacije o porijeklu datoteke (gdje i kada je nastala, ko je kreirao istu i kada ili odakle je preuzeta) ili bilo koje ostale relevantne informacije o datoteci koji su vam poznati. Ako je ova datoteka slika, unesite je u članak na slijedeći način: [[Image:$1|thumb|Opis vaše slike]] |
|||||||||
|
Error: could not submit form |
Greška: ne može se poslati upitnik |
|||||||||
|
From Wiktionary |
iz Vikipedije |
|||||||||
|
fetching image list |
pribavljam spisak slika |
|||||||||
|
Go |
Idi |
|||||||||
|
<!-- SiteSearch Google --> <FORM method=GET action="http://www.google.com/search"> <TABLE bgcolor="#FFFFFF"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google"></A> </td> <td> <INPUT TYPE=text name=q size=31 maxlength=255 value="$1"> <INPUT type=submit name=btnG VALUE="Google Search"> <font size=-1> <input type=hidden name=domains value="http://bs.wiktionary.org"><br /><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="http://bs.wiktionary.org" checked> http://bs.wiktionary.org <br /> <input type='hidden' name='ie' value='$2'> <input type='hidden' name='oe' value='$2'> </font> </td></tr></TABLE> </FORM> <!-- SiteSearch Google --> |
<form method="get" action="http://www.google.com/search" id="googlesearch"> <input type="hidden" name="domains" value="http://bs.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="http://bs.wiktionary.org" checked="checked" /><label for="gwiki">Vikirječnik</label> <input type="radio" name="sitesearch" id="gWWW" value="" /><label for="gWWW">WWW</label> </form> |
|||||||||
|
Fill in from browser |
Unesi razliku iz brauzera |
|||||||||
|
Headline text |
Naslov |
|||||||||
|
Level 2 headline |
Podnaslov |
|||||||||
|
Help |
Pomoć |
|||||||||
|
Help:Contents |
Pomoć:Sadržaj |
|||||||||
|
hide |
sakrij |
|||||||||
|
hide |
sakrij |
|||||||||
|
hist |
hist |
|||||||||
|
Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br/> Legend: (cur) = difference with current version, (last) = difference with preceding version, M = minor edit. |
Objašnjenje: (tren) = razlika sa trenutnom verziom, (posl) = razlika sa prethodnom verziom, M = mala izmjena |
|||||||||
|
Page history |
Historija izmjena |
|||||||||
|
History |
Historija |
|||||||||
|
Warning: The page you are about to delete has a history: |
Pažnja: Stranica koju namjeravate da izbrišete ima historiju: |
|||||||||
|
Horizontal line (use sparingly) |
Horizontalna linija (koristite oskudno) |
|||||||||
|
Ignore warning and save file anyway. |
Ignoriši upozorenje i postavi datoteku. |
|||||||||
|
Show all images with names matching |
Prikaži sve slike sa odgovarajućim imenima |
|||||||||
|
Search |
Traži |
|||||||||
|
Example.jpg |
ime_slike.jpg |
|||||||||
|
Embedded image |
Uklopljena slika |
|||||||||
|
Image links |
Poveznice na sliku |
|||||||||
|
Image list |
Spisak slika |
|||||||||
|
Below is a list of $1 images sorted $2. |
Ispod je prikazan spisak sa $1 slika sortiranih $2. |
|||||||||
|
View image page |
Prikaži stranicu sa slikom |
|||||||||
|
Revert to earlier version was successful. |
Ranija verzija slike je uspješno vraćena. |
|||||||||
|
del |
izbr |
|||||||||
|
desc |
opis |
|||||||||
|
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>. |
Objašnjenje: (tren) = ovo je trenutna slika, (izbr) = izbrišite ovu staru verziju, (vrt) = vratite na ovu staru verziju. |
|||||||||
|
Image history |
Historija slike |
|||||||||
|
Legend: (desc) = show/edit image description. |
Legenda: (opis) = prikaži/izmijeni opis slike. |
|||||||||
|
Import pages |
Uvoz stranica |
|||||||||
|
Import failed: $1 |
Uvoz nije uspjeo: $1 |
|||||||||
|
Conflicting history revision exists (may have imported this page before) |
Postoji konfliktna historija revizija |
|||||||||
|
Empty or no text |
Stranica je prazna, ili bez teksta |
|||||||||
|
Import succeeded! |
Uspješno ste uvezli stranicu! |
|||||||||
|
Please export the file from the source wiki using the Special:Export utility, save it to your disk and upload it here. |
Molimo Vas da izvezete fajl iz izvornog vikija koristeći izvoz, sačuvajte ga kod sebe i pošaljite ovde. |
|||||||||
|
Click a button to get an example text |
Kliknite na dugme da biste dobili primjer teksta |
|||||||||
|
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 |
Interna greška |
|||||||||
|
Interlanguage links |
Međujezičke veze |
|||||||||
|
Invalid IP range. |
Netačan raspon IP adresa. |
|||||||||
|
IP Address/username |
IP adresa/korisničko ime |
|||||||||
|
Expiry time invalid. |
Vremenska dužina nije ispravna. |
|||||||||
|
Expiry |
Dužina |
|||||||||
|
List of blocked IP addresses and usernames |
Spisak blokiranih IP adresa ili korisničkih imena |
|||||||||
|
Reason |
Razlog |
|||||||||
|
Block this user |
Blokirajte korisnika |
|||||||||
|
Unblock this address |
Deblokirajte ovu adresu |
|||||||||
|
"$1" unblocked |
"$1" deblokiran |
|||||||||
|
ISBN |
<Isbn> |
|||||||||
|
redirect page |
preusmjerivač |
|||||||||
|
Italic text |
Kurzivan tekst |
|||||||||
|
Italic text |
Kurzivan tekst |
|||||||||
|
Problem with item '$1', invalid name... |
Problem sa '$1', neispravno ime... |
|||||||||
|
It is recommended that images not exceed 100k in size. |
Preporučuje se da slike ne pređu veličinu od 100K. |
|||||||||
|
last |
posl |
|||||||||
|
This page was last modified $1. |
Ova stranica je posljednji put izmjenjena $1 |
|||||||||
|
This page was last modified $1 by $2. |
Ovu stranicu je posljednji put promjenio $2, dana $2. |
|||||||||
|
Line $1: |
Linija $1: |
|||||||||
|
Link title |
Naslov poveznice |
|||||||||
|
Internal link |
Unutrašnja poveznica |
|||||||||
|
(List of links) |
(Spisak poveznica) |
|||||||||
|
The following pages link to here: |
Sljedeće stranice vode ovdje: |
|||||||||
|
The following pages link to this image: |
Sljedeće stranice vode na ovu sliku: |
|||||||||
|
/^([a-z]+)(.*)$/sD |
/^([a-z]+)(.*)$/sD |
|||||||||
|
list |
spisak |
|||||||||
|
User list |
Spisak korisnika |
|||||||||
|
Loading page history |
Učitaje se historija stranice |
|||||||||
|
loading revision for diff |
učitava se revizija za razliku |
|||||||||
|
Local time display |
Lokalno vrijeme |
|||||||||
|
Lock database |
Zaključajte bazu |
|||||||||
|
Yes, I really want to lock the database. |
Da, zaista želim da zaključam bazu. |
|||||||||
|
Lock database |
Zaključajte bazu |
|||||||||
|
Database lock succeeded |
Baza je zaključana |
|||||||||
|
The database has been locked. <br />Remember to remove the lock after your maintenance is complete. |
Baza podataka je zaključana. |
|||||||||
|
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. |
Zaključavanje baze će svim korisnicima ukinuti mogućnost izmjene stranica, promjene korisničkih podešavanja, izmjene praćenih stranica, i svega ostalog što zahtjeva promjene u bazi. Molimo Vas da potvrdite da je ovo zaista ono što namjeravate da uradite, i da ćete otkučati bazu kad završite posao oko njenog održavanja. |
|||||||||
|
You did not check the confirmation box. |
Niste potvrdili svoju namjeru. |
|||||||||
|
Log in |
Prijavite se |
|||||||||
|
|
Registracija na Vikirječniku je brza i jednostavna i ima mnoge prednosti!
Registrovani korisnici moraju samo popuniti korisničko ime i šifru.
Adresa e-pošte nije obavezna. Ukoliko odaberete da je unesete, omogućeno će biti da vam ostali korisnici mogu slati poruke bez znanja vaše prave adrese e-pošte, i dozvoljava vam da ukoliko zaboravite lozinku možete da je vratite. Niko neće moći vidjeti adresu vaše e-pošte. |
|||||||||
|
Login error |
Greška |
|||||||||
|
User login |
Prijava korisnika |
|||||||||
|
<b>There has been a problem with your login.</b><br />Try again! |
Bilo je problema sa vašim prijavljivanjem. |
|||||||||
|
You must have cookies enabled to log in to Wiktionary. |
Morate imati kolačiće (cookies) omogućene da biste se prijavili na Vikirječnik. |
|||||||||
|
You must [[special:Userlogin|login]] to view other pages. |
Morate se prijaviti da biste pogledali druge stranice. |
|||||||||
|
Login Required |
Potrebno je prijavljivanje |
|||||||||
|
You are now logged in to Wiktionary as "$1". |
Sad ste prijavljeni na Vikirječnik kao "$1". |
|||||||||
|
Login successful |
Prijava uspješna |
|||||||||
|
Log out |
Odjavite se |
|||||||||
|
You are now logged out. You can continue to use Wiktionary anonymously, or you can log in again as the same or as a different user. Note that some pages may continue to be displayed as if you were still logged in, until you clear your browser cache |
Sada ste odjavljeni. |
|||||||||
|
User logout |
Odjavite se |
|||||||||
|
Orphaned pages |
Nepovezane stranice |
|||||||||
|
Long pages |
Dugačke stranice |
|||||||||
|
WARNING: This page is $1 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections. |
PAŽNJA: Ova stranica je duga $1 kilobajta. Neki brauzeri mogu imati problema kad uređujete stranice skoro ili duže od 32 kb. Razmislite o podjeli stranice na manje dijelove. |
|||||||||
|
Error sending mail: $1 |
Greška pri slanju e-pošte: $1 |
|||||||||
|
Mail me a new password |
Pošalji mi moju šifru |
|||||||||
|
No send address |
Nema adrese za slanje |
|||||||||
|
You must be <a href="{{localurl: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. |
Morate biti prijavljeni i imati ispravnu adresu e-pošte u vašim podešavanjima da biste slali e-poštu drugim korisnicima. |
|||||||||
|
Main Page |
Početna strana |
|||||||||
|
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. |
Kontaktirajte uputstva za korisnike za informacije o upotrebi wiki programa. Početak |
|||||||||
|
Wiki software successfully installed. |
Viki softver is uspješno instaliran. |
|||||||||
|
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 |
Dodijelite administratorska prava korisniku |
|||||||||
|
<b>User "$1" could not be made into a sysop. (Did you enter the name correctly?)</b> |
Korisnik "$1" nije mogao dobiti administratorska prava. (Da li ste pravo unijeli ime?) |
|||||||||
|
Name of the user: |
Ime korisnika: |
|||||||||
|
<b>User "$1" is now a sysop</b> |
Korisnik "$1" je sad administrator |
|||||||||
|
Make this user into a sysop |
Dodajte ovom korisniku administratorska prava |
|||||||||
|
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 |
Ovaj formular se koristi od strane birokrata da se obični korisnici pretvore u administratore. Unesite ime korisnika u kutiju i kliknite dugme da bi korisnik postao administrator. |
|||||||||
|
Make a user into a sysop |
Pretvorite korisnika u administratora |
|||||||||
|
The query "$1" matched $2 page titles and the text of $3 pages. |
Upit "$1" je nađen u "$2" naslova članaka i tekst $3 članaka. |
|||||||||
|
Rendering math |
Prikaz matematičkih simbola |
|||||||||
|
Can't write to or create math output directory |
Ne može se napisati ili napraviti direktorijum za matematični izvještaj. |
|||||||||
|
Can't write to or create math temp directory |
Ne može se napisati ili napraviti privremeni matematični direktorijum |
|||||||||
|
Failed to parse |
Neuspjeh pri parsiranju |
|||||||||
|
PNG conversion failed; check for correct installation of latex, dvips, gs, and convert |
PNG konverzija neuspješna; provjerite tačnu instalaciju latex-a, dvips-a, gs-a i convert-a |
|||||||||
|
lexing error |
riječnička greška |
|||||||||
|
Missing texvc executable; please see math/README to configure. |
Nedostaje izvršno texvc; molimo Vas da pogledate math/README da podesite. |
|||||||||
|
Insert formula here |
Unesite formulu ovdje |
|||||||||
|
syntax error |
sintaksna greška |
|||||||||
|
Mathematical formula (LaTeX) |
Matematička formula (LaTeX) |
|||||||||
|
unknown error |
nepoznata greška |
|||||||||
|
unknown function |
nepoznata funkcija |
|||||||||
|
Example.mp3 |
ime_medija_fajla.ogg |
|||||||||
|
Media file link |
Putanja ka multimedijalnom fajlu |
|||||||||
|
Image names must be at least three letters. |
Imena fajlova moraju imati bar tri slova. |
|||||||||
|
This is a minor edit |
Ovo je mala izmjena |
|||||||||
|
M |
m |
|||||||||
|
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. |
Baza nije mogla naći tekst stranice koji je trebala da nađe, nazvan "$1". Ovo je obično izazvano praćenjem zastarijelog "razl" ili veze ka historiji stranice koja je izbrisana. Ako ovo nije slučaj, možda ste pronašli grešku u softveru. Molimo Vas da prijavite ovo jednom od administratora, zajedno sa URL-om. |
|||||||||
|
<b>Missing image</b><br /><i>$1</i> |
Ovdje nedostaje slika |
|||||||||
|
Missing Language Links |
Nedostajuće jezičke veze |
|||||||||
|
Find missing language links for |
Nađite nedostajuće jezičke veze za |
|||||||||
|
These pages do <i>not</i> link to their counterpart in $1. Redirects and subpages are <i>not</i> shown. |
Ove stranice nisu povezane sa odgovarajućim stranicama u $1. Preusmjerenja i podstranice nisu prikazani. |
|||||||||
|
More... |
Još... |
|||||||||
|
Move |
Premjestite |
|||||||||
|
Move page |
Premjestite stranicu |
|||||||||
|
moved to |
premještena na |
|||||||||
|
Not logged in |
Niste prijavljeni |
|||||||||
|
You must be a registered user and <a href="/wiki/Special:Userlogin">logged in</a> to move a page. |
Morate biti registrovani korisnik i prijavljeni da biste premjestili stranicu. |
|||||||||
|
Move page |
Premjestite stranicu |
|||||||||
|
Move page |
premjestite stranicu |
|||||||||
|
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. |
Odgovarajuća stranica za razgovor, ako postoji, će automatski biti premještena istovremeno osim:
U tim slučajevima, moraćete ručno da premjestite stranicu ukoliko to želite. |
|||||||||
|
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 [[Special:Maintenance|check]] for double or broken redirects. 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. |
Donji upitnik će preimenovati stranicu, premještajući svu njenu historiju na novo ime. Stari naslov će postati preusmjerenje na novi naslov. Poveznice prema starom naslovu neće biti promijenjene; obavezno provjerite da li ima dvostruka ili pokvarenih preusmjerenja. Na vama je odgovornost da veze i dalje idu tamo gdje trebaju da idu. Obratite pažnju da stranica neće biti pomjerena ako već postoji stranica sa novim naslovom, osim ako je ona prazna ili preusmjerenje i nema historiju promjena. Ovo znači da ne možete preimenovati stranicu na ono ime sa koga ste je preimenovali ako pogriješite, i ne možete prepisati postojeću stranicu. PAŽNJA! Ovo može biti drastična i neočekivana promjena za popularnu stranicu; molimo Vas da budete sigurni da razumijete poslijedice ovoga prije što nastavite. |
|||||||||
|
Move "talk" page as well, if applicable. |
Premjestite "stranicu za razgovor" takođe, ako je moguće. |
|||||||||
|
Move this page |
Premjesti ovu stranicu |
|||||||||
|
My contributions |
Moj doprinos |
|||||||||
|
My page |
Moja korisnička stranica |
|||||||||
|
My talk |
Moj razgovor |
|||||||||
|
Navigation |
Navigacija |
|||||||||
|
$1 bytes |
$1 bajtova |
|||||||||
|
$1 changes |
$1 promijena |
|||||||||
|
(New) |
(Novi članak) |
|||||||||
|
You've followed a link to a page that doesn't exist yet. To create the page, start typing in the box below (see the [[Wiktionary:Help|help page]] for more info). If you are here by mistake, just click your browser's '''back''' button. |
Vikirječnik nema stranicu All system messages.
|
|||||||||
|
You have $1. |
Imate $1. |
|||||||||
|
new messages |
nove poruke |
|||||||||
|
New page |
Nova stranica |
|||||||||
|
N |
N |
|||||||||
|
New pages |
Nove stranice |
|||||||||
|
New password |
Nova šifra: |
|||||||||
|
To new title |
Novi naziv |
|||||||||
(new users only) |
(samo novi korisnici) |
|||||||||
|
next |
sljed |
|||||||||
|
next $1 |
sljedećih $1 |
|||||||||
|
$1 links |
$1 veza |
|||||||||
|
You must affirm that your upload does not violate any copyrights. |
<Noaffirmation> |
|||||||||
|
(There is currently no text in this page) |
Vikirječnik još nema ovu stranicu.
|
|||||||||
|
You must supply a reason for the block. |
<Noblockreason> |
|||||||||
|
Sorry! The wiki is experiencing some technical difficulties, and cannot contact the database server. |
Žao nam je! Viki ima neke tehničke poteškoće, i ne može da se poveže sa serverom baze. |
|||||||||
|
No changes were found matching these criteria. |
Nisu nađene izmjene koje spadaju pod ove kriterije. |
|||||||||
|
Wiktionary uses cookies to log in users. You have cookies disabled. Please enable them and try again. |
Vikirječnik koristi kolačiće (cookies) da bi se korisnici prijavili. Vi ste onemogućili kolačiće na Vašem kompjuteru. Molimo Vas da ih omogućite i da pokušate ponovo sa prijavom. |
|||||||||
|
The user account was created, but you are not logged in. Wiktionary uses cookies to log in users. You have cookies disabled. Please enable them, then log in with your new username and password. |
Korisnički nalog je napravljen, ali niste prijavljeni. Vikirječnik koristi kolačiće (cookies) da bi se korisnici prijavili. Vi ste onemogućili kolačiće na Vašem kompjuteru. Omogućite ih a onda se prijavite sa svojim novim korisničkim imenom i šifrom. |
|||||||||
|
Creative Commons RDF metadata disabled for this server. |
Creative Commons RDF metapodaci onemogućeni za ovaj server. |
|||||||||
|
Could not select database $1 |
Ne mogu da izaberem bazu $1 |
|||||||||
|
Dublin Core RDF metadata disabled for this server. |
Dublin Core RDF metapodaci onemogućeni za ovaj server. |
|||||||||
|
There is no e-mail address recorded for user "$1". |
Ne postoji adresa e-pošte za korisnika "$1". |
|||||||||
|
This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users. |
Ovaj korisnik nije naveo ispravnu adresu e-pošte, ili je izabrao da ne prima e-poštu od drugih korisnika. |
|||||||||
|
No e-mail address |
Nema adrese e-pošte |
|||||||||
|
No page with this exact title exists, trying full text search. |
Nema stranice sa takvim imenom. Možete da napravite članak sa tim naslovom ili da stavite zahtjev za ovaj članak ili potražite na drugim stranicama.
|
|||||||||
|
There is no edit history for this page. |
Ne postoji historija izmjena za ovu stranicu. |
|||||||||
|
No pages link to here. |
Ništa nije povezano ovdje. |
|||||||||
|
There are no pages that link to this image. |
Nijedana stranica ne vodi na ovu sliku. |
|||||||||
|
You have not specified a valid user name. |
Niste izabrali ispravno korisničko ime. |
|||||||||
|
<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). |
Pažnja: neuspješne pretrage su često izazvane traženjem čestih riječi kao "je" ili "od", koje nisu indeksirane, ili navođenjem više od jednog izraza za traženje (samo stranice koje sadrže sve izraze koji se traže će se pojaviti u rezultatima). |
|||||||||
|
You have requested a special page that is not recognized by the wiki. |
Pokušali ste da učitate stranicu posebne namjene koja se ne nalazi na Vikirječniku. |
|||||||||
|
No such action |
Ova radnja ne postoji |
|||||||||
|
The action specified by the URL is not recognized by the wiki |
Akcija navedena u URL-u nije prepoznata od strane Vikirječnik softvera. |
|||||||||
|
No such special page |
Ova stranica posebne namjene ne postoji |
|||||||||
|
There is no user by the name "$1". Check your spelling, or use the form below to create a new user account. |
Ne postoji korisnik sa imenom "$1". Provjerite Vaše kucanje, ili upotrebite donji upitnik da napravite novi korisnički nalog. |
|||||||||
|
The wiki server can't provide data in a format your client can read. |
Viki server ne može da pruži podatke u onom formatu koji Vaš klijent može da pročita. |
|||||||||
|
Not a content page |
Nije članak |
|||||||||
|
You have not specified a target page or user to perform this function on. |
Niste naveli ciljnu stranicu ili korisnika na kome bi se izvela ova funkcija. |
|||||||||
|
No target |
Nema cilja |
|||||||||
|
<strong>Note:</strong> |
Pažnja: |
|||||||||
|
No page text matches |
Tekst ni jednog članka ne sadrži upit |
|||||||||
|
No page title matches |
Naslov ni jednog članka ne odgovara upitu |
|||||||||
|
Not logged in |
Niste prijavljeni |
|||||||||
|
You have no items on your watchlist. |
Nemate ništa u svom spisku praćenih stranica. |
|||||||||
|
Insert non-formatted text here |
Dodaj neformatirani tekst ovdje |
|||||||||
|
Ignore wiki formatting |
Ignoriši viki formatiranje teksta |
|||||||||
|
Category |
Kategorija |
|||||||||
|
Help |
Pomoć |
|||||||||
|
Image |
Slika |
|||||||||
|
Article |
Članak |
|||||||||
|
Media |
Medija |
|||||||||
|
Message |
Poruka |
|||||||||
|
Special |
Posebna stranica |
|||||||||
|
Template |
Šablon |
|||||||||
|
User page |
Korisnička stranica |
|||||||||
|
About |
Članak |
|||||||||
|
$1 views |
$1 puta pogledano |
|||||||||
|
OK |
da |
|||||||||
|
Old password |
Stara šifra: |
|||||||||
|
orig |
<Orig> |
|||||||||
|
Orphaned pages |
Siročići |
|||||||||
|
Based on work by $1. |
Bazirano na radu od strane korisnika $1. |
|||||||||
|
Other languages |
Drugi jezici |
|||||||||
|
Move succeeded |
Premještanje uspjelo |
|||||||||
|
Page "[[$1]]" moved to "[[$2]]". |
||||||||||
|
$1 - Wiktionary |
$1 - Vikirječnik |
|||||||||
|
Someone (probably you, from IP address $1) requested that we send you a new Wiktionary login password. The password for user "$2" is now "$3". You should log in and change your password now. |
Neko (vjerovatno Vi, sa IP adrese $1) je zahtjevao da vam pošaljemo novu Vikirječnik šifru za prijavljivanje na bs.wiktionary.org. Šifra za korisnika "$2" je sad "$3". Sada treba da se prijavite i promjenite šifru. Ako je neko drugi napravio ovaj zahtjev ili ako ste se sjetili vaše šifre i ne želite više da je promjenite, možete da ignorišete ovu poruku i da nastavite koristeći vašu staru šifru. |
|||||||||
|
Password reminder from Wiktionary |
Vikirječnik podsjetnik za šifru |
|||||||||
|
A new password has been sent to the e-mail address registered for "$1". Please log in again after you receive it. |
Nova šifra je poslata na adresu e-pošte korisnika "$1". |
|||||||||
|
The following data is cached and may not be completely up to date: |
Sljedeći podaci su pohranjeni u keš (cache) memoriji i moguće je da ne prikazuju trenutno stanje: |
|||||||||
|
Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki. |
Žao nam je! Ova mogućnost je privremeno onemogućena jer usporava bazu do te mjere da više niko ne može da koristi viki. |
|||||||||
|
Here's a saved copy from $1: |
Ovdje je sačuvana kopija $1: |
|||||||||
|
Personal tools |
Lični alati |
|||||||||
|
Popular pages |
Popularne stranice |
|||||||||
|
Community portal |
Vrata zajednice |
|||||||||
|
Wiktionary:Community Portal |
Vikirječnik:Vrata zajednice |
|||||||||
|
Post a comment |
Pošaljite komentar |
|||||||||
|
Wiktionary is powered by [http://www.mediawiki.org/ MediaWiki], an open source wiki engine. |
Vikirječnik je onemogućen od strane MedijaViki, viki mašine slobodnog koda. |
|||||||||
|
Search |
Traži |
|||||||||
|
Search in namespaces :<br /> $1<br /> $2 List redirects Search for $3 $9 |
Pretraga u imenskim prostorima : |
|||||||||
|
Preferences |
Podešavanja |
|||||||||
email address to them, and it can be used to send you a new password if you forget it. |
|
|||||||||
|
Misc settings |
Ostala podešavanja |
|||||||||
|
User data |
Korisnički podaci |
|||||||||
|
Recent changes and stub display |
Podešavanja nedavnih izmjena |
|||||||||
|
You are logged in as "$1". Your internal ID number is $2. See [[Wiktionary:User preferences help]] for help deciphering the options. |
Prijavljeni ste kao "$1". Vaš interni ID broj je $2. Pogledajte Vikirječnik:Pomoć oko korisničkih podešavanja za pomoć oko dešifrovanja mogućnosti. |
|||||||||
|
Not logged in |
Niste prijavljeni |
|||||||||
|
You must be <a href="/wiki/Special:Userlogin">logged in</a> to set user preferences. |
Morate biti prijavljeni da biste podešavali korisnička podešavanja. |
|||||||||
|
Preferences have been reset from storage. |
Podešavanja su vraćena na prvotne vrijednosti. |
|||||||||
|
Preview |
Pregled stranice |
|||||||||
|
This preview reflects the text in the upper text editing area as it will appear if you choose to save. |
Ovaj pregled reflektuje tekst u gornjem polju kako će izgledati ako pritisnete "Sačuvaj članak". |
|||||||||
|
Remember that this is only a preview, and has not yet been saved! |
Izmjene još uvijek nisu sačuvane. Ovo je samo pregled izmjena. |
|||||||||
|
previous $1 |
prethodnih $1 |
|||||||||
|
Printable version |
Verzija sa štampanje |
|||||||||
|
(From http://bs.wiktionary.org) |
||||||||||
|
Protect |
Zaštitite |
|||||||||
|
Reason for protecting |
Razlog za zaštitu |
|||||||||
|
protected [[$1]] |
stranica "$1" je zaštićena |
|||||||||
|
Protected page |
Zaštićena stranica |
|||||||||
|
WARNING: This page has been locked so that only users with sysop privileges can edit it. Be sure you are following the <a href='/w/wiki.phtml/Wiktionary:Protected_page_guidelines'>protected page guidelines</a>. |
Ova stranica je zaštićena od izmjena i samo je korisnici sa administratorskim privilegijama mogu mijenjati. Postoje brojni razlozi za zaštitu stranica od izmjena na Vikirječniku. Za više informacija pogledajte pravila za zaštitu stranica. Možete pogledati i kopirati izvorni tekst stranice.
|
|||||||||
|
This page has been locked to prevent editing; there are a number of reasons why this may be so, please see [[Wiktionary:Protected page]]. You can view and copy the source of this page: |
Ova stranica je zaštićena od izmjena. Postoje brojni razlozi za zaštitu stranica od izmjena na Vikirječniku. Za više informacija pogledajte pravila za zaštitu stranica. Možete pogledati i kopirati izvorni tekst stranice.
|
|||||||||
|
Protection_log |
Zapis zaštite |
|||||||||
|
Below is a list of page locks/unlocks. See [[Wiktionary:Protected page]] for more information. |
Ispod je spisak zaštićenih i oslobođenih stranica. Pogledajte Vikirječnik:Zaštićena stranica za više informacija. |
|||||||||
|
Protect page |
Zaštitite stranicu |
|||||||||
|
(give a reason) |
(dajte razlog) |
|||||||||
|
(Protecting "$1") |
(Zaštićuje se "$1") |
|||||||||
|
Protect this page |
Zaštitite ovu stranicu |
|||||||||
|
Proxy blocker |
Bloker proksija |
|||||||||
|
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. |
Vaša IP adresa je blokirana jer je ona otvoreni proksi. Molimo vas da kontaktirate vašeg davatelja internetskih usluga (Internet Service Provider-a) ili tehničku podršku i obavijestite ih o ovom ozbiljnom sigurnosnom problemu. |
|||||||||
|
Done. |
Proksi uspješno blokiran. |
|||||||||
|
Browse |
Nađite |
|||||||||
|
Edit |
Izmjenite |
|||||||||
|
Find |
Pronađite |
|||||||||
|
My pages |
Moje opcije |
|||||||||
|
Context |
Informacije o stranici |
|||||||||
|
This page |
Opcije stranice |
|||||||||
|
Quickbar settings |
Podešavanja navigacione palete |
|||||||||
|
Special pages |
Posebne stranice |
|||||||||
|
Submit query |
Pošaljite upit |
|||||||||
|
Query successful |
Upit uspješan |
|||||||||
|
Random page |
Slučajna stranica |
|||||||||
|
The sysop ability to create range blocks is disabled. |
Administratorska mogućnost da blokira grupe je isključena. |
|||||||||
|
in $4 form; $1 minor edits; $2 secondary namespaces; $3 multiple edits. |
u $4 obliku; $1 male izmjene; $2 sekundarni imenski prostori; $3 višestruke izmjene. |
|||||||||
|
Show last $1 changes in last $2 days<br />$3 |
Prikaži najskorijih $1 izmjena u posljednjih $2 dana; |
|||||||||
|
Show new changes starting from $1 |
Prikaži nove izmjene počev od $1 |
|||||||||
|
|
|||||||||
|
Loading recent changes |
Učitavaju se nedavne izmjene |
|||||||||
|
(to pages linked from "$1") |
(na stranice povezane sa "$1") |
|||||||||
|
Below are the last <strong>$1</strong> changes in last <strong>$2</strong> days. |
Ispod je najskorijih $1 izmjena u posljednjih $2 dana. |
|||||||||
|
Below are the changes since <b>$2</b> (up to <b>$1</b> shown). |
Ispod su izmjene od $2 (do $1 prikazano). |
|||||||||
|
Database locked |
Baza je zaključana |
|||||||||
|
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 |
Baza je trenutno zaključana za nove unose i ostale izmjene, vjerovatno zbog rutinskog održavanja, posle čega će biti vraćena u uobičajeno stanje. Administrator koji ju je zaključao je ponudio ovo objašnjenje: $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. |
PAŽNJA: Baza je zaključana zbog održavanja, tako da nećete moći da sačuvate svoje izmjene za sada. Možda želite da kopirate i nalijepite tekst u tekst editor i sačuvate ga za kasnije. |
|||||||||
|
Recent changes |
Nedavne izmjene |
|||||||||
|
Number of titles in recent changes |
Broj izmjena na nedavnim izmjenama: |
|||||||||
|
Related changes |
Srodne izmjene |
|||||||||
|
Track the most recent changes to the wiki on this page. |
Na ovoj stranici možete pratiti nedavne izmjene. Vikirječnik trenutno ima 329 članaka.
|
|||||||||
|
(Redirected from $1) |
(Preusmjereno sa $1) |
|||||||||
|
Remember my password across sessions. |
Zapamti šifru za iduće prijavljivanje. |
|||||||||
|
Remove checked items from watchlist |
Uklonite označene unose iz spiska praćenih stranica |
|||||||||
|
Removed from watchlist |
Uklonjeno iz spiska praćenih stranica |
|||||||||
|
The page "$1" has been removed from your watchlist. |
Stranica "$1" je uklonjena iz vašeg spiska praćenih stranica. |
|||||||||
|
Removing requested items from watchlist... |
Uklanjaju se ove stranice sa spiska praćenih stranica... |
|||||||||
|
Reset preferences |
Vrati podešavanja |
|||||||||
|
$1 deleted edits |
$1 izbrisanih izmjena |
|||||||||
|
Hits to show per page |
Pogodaka po stranici: |
|||||||||
|
Retrieved from "$1" |
Preuzeto sa: "$1" |
|||||||||
|
Return to $1. |
Vratite se na stranicu "$1". |
|||||||||
|
Retype new password |
Ponovo ukucajte novu šifru |
|||||||||
|
Re-upload |
Ponovo postavite |
|||||||||
|
Return to the upload form. |
Vrati me na formular za postavljanje datoteka. |
|||||||||
|
Reverted to earlier revision |
Vraćeno na prijašnju reviziju |
|||||||||
|
rev |
vrt |
|||||||||
|
Reverted edit of $2, changed back to last version by $1 |
Vraćene izmjene $2 na poslijednju izmjenu korisnika $1 |
|||||||||
|
Revision history |
Historija izmjena |
|||||||||
|
Revision as of $1 |
Revizija od $1 |
|||||||||
|
Revision not found |
Revizija nije pronađena |
|||||||||
|
The old revision of the page you asked for could not be found. Please check the URL you used to access this page. |
Starija revizija ove stranice koju ste zatražili nije nađena. Molimo Vas da provjerite URL pomoću kojeg ste pristupili ovoj stranici. |
|||||||||
|
http://www.faqs.org/rfcs/rfc$1.html |
||||||||||
|
Rights: |
Prava: |
|||||||||
|
Roll back edits |
Vrati izmjene |
|||||||||
|
Rollback |
Vrati |
|||||||||
|
Rollback failed |
Povratak na prethodnu ver. neuspješan |
|||||||||
|
rollback |
vrati |
|||||||||
|
Rows |
Redova |
|||||||||
|
Save page |
Sačuvaj |
|||||||||
|
Your preferences have been saved. |
Vaša podešavanja su sačuvana. |
|||||||||
|
Save file |
Sačuvaj fajl |
|||||||||
|
Save preferences |
Sačuvajte podešavanja |
|||||||||
|
Search |
Pretraga |
|||||||||
|
<p>Sorry! Full text search has been disabled temporarily, for performance reasons. In the meantime, you can use the Google search below, which may be out of date.</p> |
Nažalost, pretraga kompletnog teksta u stranicama je privremeno onemogućena iz tehničkih razloga. U međuvremenu možete koristiti Google pretragu koja može odražavati nešto starije stanje Vikirječnika. |
|||||||||
|
Wiktionary:Searching |
Vikiriječnik:Pretraga |
|||||||||
|
Searching Wiktionary |
Pretraživanje Vikipedije |
|||||||||
|
For query "$1" |
Tražili ste "<a href="/wiki/$1">$1</a>" <a href="/wiki/Special:Allpages/$1">[Sadržaj]</a> |
|||||||||
|
Search results |
Rezultati pretrage |
|||||||||
|
Search result settings |
Podešavanja rezultata pretrage |
|||||||||
|
For more information about searching Wiktionary, see $1. |
Za više informacija o pretraživanju Vikirječnika, pogledajte Pretraga Vikirječnika. |
|||||||||
(section) |
(dio) |
|||||||||
|
Select a newer version for comparison |
Odaberite noviju verziju za poređenje |
|||||||||
|
Select an older version for comparison |
Odaberite stariju verziju za poređenje |
|||||||||
|
Only read-only queries are allowed. |
Svi upiti osim "SELECT" su ograničeni na razvojni tim Vikiriječnika. |
|||||||||
|
Pages with Self Links |
Stranice sa samovezama |
|||||||||
|
The following pages contain a link to themselves, which they should not. |
Sledeće stranice sadrže veze na same sebe, što ne bi trebalo. |
|||||||||
|
There were serious xhtml markup errors detected by tidy. |
<Seriousxhtmlerrors> |
|||||||||
|
Server time is now |
Trenutno vrijeme na serveru |
|||||||||
|
<b>User rights for "$1" could not be set. (Did you enter the name correctly?)</b> |
Korisnička prava za $"1" nisu mogla da se podese. (Da li ste pravilno unijeli ime?) |
|||||||||
|
Set user rights |
Postavi prava korisnika |
|||||||||
|
Set bureaucrat flag |
Postavi prava birokrate |
|||||||||
|
Short pages |
Kratke stranice |
|||||||||
|
show |
prikaži |
|||||||||
|
$1 minor edits | $2 bots | $3 logged in users |
$1 male izmjene | $2 botove | $3 prijavljene korisnike | $4 patrolne greške | $5 moje izmjene |
|||||||||
|
Showing below <b>$1</b> results starting with #<b>$2</b>. |
$1 rezultata su prikazani ispod počevši od #$2. |
|||||||||
|
Showing below <b>$3</b> results starting with #<b>$2</b>. |
$3 rezultata su prikazani ispod počevši od #$2. |
|||||||||
|
Show last $1 images sorted $2. |
Prikaži zadnjih $1 slika sortiranih $2. |
|||||||||
|
Show preview |
Prikaži izgled |
|||||||||
|
show |
prikaži |
|||||||||
|
Your signature with timestamp |
Vaš potpis sa trenutnim vremenom |
|||||||||
|
Site statistics |
Statistika o Vikirječniku |
|||||||||
|
There are '''$1''' total pages in the database. This includes "talk" pages, pages about Wiktionary, minimal "stub" pages, redirects, and others that probably don't qualify as content pages. Excluding those, there are '''$2''' pages that are probably legitimate content pages. There have been a total of '''$3''' page views, and '''$4''' page edits since the wiki was setup. That comes to '''$5''' average edits per page, and '''$6''' views per edit. |
Vikirječnik trenutno ima $2 stranica. Ovaj broj isključuje preusmjerenja, stranice za razgovor, stranice sa opisom slike, korisničke stranice, šablone, stranice za pomoć, članke bez poveznica, i stranice o Vikirječniku. Totalni broj stranica u bazi (uključujući sve stranice): $1. Stranice su do sada bile posjećene $3 puta i $4 puta izmjenjene otkako je Vikirječnik osnovan, što predstavlja u prosjeku $5 izmjena po stranici i $6 posjeta po izmjeni. |
|||||||||
|
The Free Encyclopedia |
Slobodni rječnik |
|||||||||
|
Donations |
Donacije |
|||||||||
|
Wiktionary |
Vikirječnik |
|||||||||
|
Wiktionary user $1 |
Vikirječnikov korisnik $1 |
|||||||||
|
Wiktionary user(s) $1 |
Vikirječnikovi korisnici $1 |
|||||||||
|
Skin |
Izgled Vikirječnika |
|||||||||
|
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: |
Strana koju želite da sačuvate je blokirana od strane filtera za neželjene poruke. Ovo je vjerovatno izazvao vezom ka spoljašnjem sajtu. |
|||||||||
|
Spam protection filter |
Filter za zaštitu od neželjenih poruka |
|||||||||
|
Special Page |
Posebna stranica |
|||||||||
|
Special pages |
Posebne stranice |
|||||||||
|
Special pages for all users |
Posebne stranice za sve korisnike |
|||||||||
|
Please note that all queries are logged. |
<Sqlislogged> |
|||||||||
|
Enter query |
Unesite upit |
|||||||||
|
Statistics |
Statistika |
|||||||||
|
Stored version |
Trenutna verzija |
|||||||||
|
Threshold for stub display |
Granica za prikazivanje kratkih stranica |
|||||||||
|
Subcategories |
Podkategorije |
|||||||||
|
Subject/headline |
Tema/naslov |
|||||||||
|
View subject |
Pogledajte temu |
|||||||||
|
Successful upload |
Uspješno postavljanje |
|||||||||
|
Summary |
Sažetak |
|||||||||
|
For sysop use only |
Samo sa sisope |
|||||||||
|
The action you have requested can only be performed by users with "sysop" status. See $1. |
Akciju koju ste zatražili mogu izvesti samo administratori. Pogledajte $1. |
|||||||||
|
Sysop access required |
Neophodan je administratorski pristup |
|||||||||
|
table |
tabela |
|||||||||
|
Discussion |
Razgovor |
|||||||||
|
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. |
Stranica je uspješno premještena ali stranica za razgovor nije jer ona već postoji na stranici pod novim naslovom. Trebate ručno spojiti dvije stranice za razgovor. |
|||||||||
|
Discuss this page |
Razgovor o stranici |
|||||||||
|
The corresponding talk page was also moved. |
Prateća stranica za razgovor je također premještena. |
|||||||||
|
The corresponding talk page was <strong>not</strong> moved. |
Prateća stranica za razgovor nije premještena. |
|||||||||
|
<!-- MediaWiki:talkpagetext --> |
||||||||||
|
Textbox dimensions |
Veličine tekstualnog polja |
|||||||||
|
Page text matches |
Stranice čiji tekst sadrži upit |
|||||||||
|
View or restore $1? |
Pogledaj ili vrati $1? |
|||||||||
|
Enlarge |
Uvećajte |
|||||||||
|
Time zone |
Vremenska zona |
|||||||||
|
Offset |
Vremenska razlika |
|||||||||
|
Enter number of hours your local time differs from server time (UTC). |
Unesite broj sati za koji se vaše lokalno vrijeme razlikuje od vremena na serveru (UTC) |
|||||||||
|
Article title matches |
Stranice koje odgovaraju upitu |
|||||||||
|
Table of contents |
Sadržaj |
|||||||||
|
Toolbox |
Posebne funkcije |
|||||||||
|
Add a comment to this page. [alt-+] |
<Tooltip-addsection> |
|||||||||
|
Discussion about edits from this ip address [alt-n] |
<Tooltip-anontalk> |
|||||||||
|
The user page for the ip you're editing as [alt-.] |
<Tooltip-anonuserpage> |
|||||||||
|
View the content page [alt-a] |
<Tooltip-article> |
|||||||||
|
Atom feed for this page |
<Tooltip-atom> |
|||||||||
|
See the differences between the two selected versions of this page. [alt-v] |
Prikaži razlike između dvije označene verzije ove stranice. [alt-v] |
|||||||||
|
View the list of contributions of this user |
<Tooltip-contributions> |
|||||||||
|
Find background information on current events |
<Tooltip-currentevents> |
|||||||||
|
Delete this page [alt-d] |
<Tooltip-delete> |
|||||||||
|
You can edit this page. Please use the preview button before saving. [alt-e] |
<Tooltip-edit> |
|||||||||
|
Send a mail to this user |
<Tooltip-emailuser> |
|||||||||
|
The place to find out. |
<Tooltip-help> |
|||||||||
|
Past versions of this page, [alt-h] |
<Tooltip-history> |
|||||||||
|
You are encouraged to log in, it is not mandatory however. [alt-o] |
<Tooltip-login> |
|||||||||
|
Log out [alt-o] |
<Tooltip-logout> |
|||||||||
|
Visit the Main Page [alt-z] |
<Tooltip-mainpage> |
|||||||||
|
Mark this as a minor edit [alt-i] |
Naznačite da se radi o maloj izmjeni [alt-i] |
|||||||||
|
Move this page [alt-m] |
<Tooltip-move> |
|||||||||
|
List of my contributions [alt-y] |
<Tooltip-mycontris> |
|||||||||
|
My talk page [alt-n] |
<Tooltip-mytalk> |
|||||||||
|
You don't have the permissions to move this page |
<Tooltip-nomove> |
|||||||||
|
About the project, what you can do, where to find things |
<Tooltip-portal> |
|||||||||
|
My preferences |
<Tooltip-preferences> |
|||||||||
|
Preview your changes, please use this before saving! [alt-p] |
Prikaži izgled mojih izmjena. Preporučeno pri bilo kakvom uređivanju! [alt-p] |
|||||||||
|
Protect this page [alt-=] |
<Tooltip-protect> |
|||||||||
|
Load a random page [alt-x] |
<Tooltip-randompage> |
|||||||||
|
The list of recent changes in the wiki. [alt-r] |
<Tooltip-recentchanges> |
|||||||||
|
Recent changes in pages linking to this page [alt-c] |
<Tooltip-recentchangeslinked> |
|||||||||
|
RSS feed for this page |
<Tooltip-rss> |
|||||||||
|
Save your changes [alt-s] |
Sačuvaj moje izmjene. [alt-s] |
|||||||||
|
Search this wiki [alt-f] |
Pretražite Vikirječnik [alt-f] |
|||||||||
|
Support Wiktionary |
<Tooltip-sitesupport> |
|||||||||
|
This is a special page, you can't edit the page itself. |
<Tooltip-specialpage> |
|||||||||
|
List of all special pages [alt-q] |
<Tooltip-specialpages> |
|||||||||
|
Discussion about the content page [alt-t] |
<Tooltip-talk> |
|||||||||
|
Restore the $1 edits done to this page before it was deleted [alt-d] |
<Tooltip-undelete> |
|||||||||
|
Remove this page from your watchlist [alt-w] |
<Tooltip-unwatch> |
|||||||||
|
Upload images or media files [alt-u] |
Započni postavljanje |
|||||||||
|
My user page [alt-.] |
<Tooltip-userpage> |
|||||||||
|
This page is protected. You can view its source. [alt-e] |
<Tooltip-viewsource> |
|||||||||
|
Add this page to your watchlist [alt-w] |
Dodaj ovu stranicu na moj spisak praćenih stranica. [alt-w] |
|||||||||
|
The list of pages you're monitoring for changes. [alt-l] |
<Tooltip-watchlist> |
|||||||||
|
List of all wiki pages that link here [alt-b] |
<Tooltip-whatlinkshere> |
|||||||||
|
View the last $1 changes; view the last $2 days. |
Gledaj poslijednjih $1 izmjena; gledaj poslijednjih $2 dana. |
|||||||||
|
Below are this user's last <b>$1</b> changes in the last <b>$2</b> days. |
Ispod je poslijednjih $1 izmjena u poslijednjih $2 dana. |
|||||||||
(top) |
(vrh) |
|||||||||
|
Unblock user |
Odblokiraj korisnika |
|||||||||
|
Use the form below to restore write access to a previously blocked IP address or username. |
Upotrebite donji upitnik da bi ste vratili pravo pisanja ranije blokiranoj IP adresi ili korisničkom imenu. |
|||||||||
|
unblock |
deblokiraj |
|||||||||
|
unblocked "$1" |
deblokiran $1 |
|||||||||
|
Restore deleted page |
Pregled izbrisanih stranica |
|||||||||
|
Undelete $1 edits |
Vrati izbrisane stranice ($1) |
|||||||||
|
Restore deleted page |
Vrati izbrisanu stranicu |
|||||||||
|
Restore! |
Vrati stranicu! |
|||||||||
|
restored "$1" |
vraćeno "$1" |
|||||||||
|
[[$1]] has been successfully restored. See [[Wiktionary:Deletion_log]] for a record of recent deletions and restorations. |
Članak $1 je uspješno vraćen. Pogledajte Special:Log/delete za zapis o skorašnjem brisanjima i vraćanjima. |
|||||||||
|
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. |
Ako vratite stranicu, sve revizije će biti vraćene njenoj historiji. Ako je nova stranica istog imena napravljena od brisanja, vraćene revizije će se pojaviti u ranijoj historiji, a trenutna revizija sadašnje stranice neće biti automatski zamijenjena. |
|||||||||
|
View and restore deleted pages |
Pogledaj i vrati izbrisane stranice |
|||||||||
|
The following pages have been deleted but are still in the archive and can be restored. The archive may be periodically cleaned out. |
Sledeće stranice su izbrisane ali su još uvijek u arhivi i mogu biti vraćene. Arhiva moše biti periodično čišćena. |
|||||||||
|
Deleted revision as of $1 |
Izbrisana revizija od $1 |
|||||||||
|
$1 revisions archived |
$1 arhiviranih revizija |
|||||||||
|
Unexpected value: "$1"="$2". |
Neočekivana vrijednost: "$1"="$2". |
|||||||||
|
Unlock database |
Otključaj bazu |
|||||||||
|
Yes, I really want to unlock the database. |
Da, zaista želim da otključam bazu. |
|||||||||
|
Unlock database |
Otključaj bazu |
|||||||||
|
Database lock removed |
Baza je otključana |
|||||||||
|
The database has been unlocked. |
Vikirječnikova baza podataka je otključana. |
|||||||||
|
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. |
Otključavanje baze će svim korisnicima vratiti mogućnost izmjene stranica, promjene korisničkih stranica, izmjene spiska praćenih stranica, i svega ostalog što zahtjeva promjene u bazi. Molimo Vas da potvrdite da je ovo zaista ono što namijeravate da uradite. |
|||||||||
|
Unprotect |
odštitite |
|||||||||
|
Reason for unprotecting |
Razlog za skidanje zaštite |
|||||||||
|
unprotected [[$1]] |
odštićena "$1" |
|||||||||
|
(Unprotecting "$1") |
(Skidanje zaštite "$1") |
|||||||||
|
Unprotect this page |
Odštitite ovu stranicu |
|||||||||
|
Unused images |
Neupotrijebljene slike |
|||||||||
|
<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. |
Obratite pažnju da se drugi veb sajtovi, kao što su međunarodni Vikiriječnici, mogu povezati na sliku direktnom URL-om, i tako mogu još uvijek biti prikazani ovdje uprkos aktivnoj upotrebi. |
|||||||||
|
Unwatch |
Ukinite praćenje |
|||||||||
|
Stop watching |
Ukinite praćenje |
|||||||||
|
(Updated) |
(Osvježeno) |
|||||||||
|
Upload file |
Postavi datoteku |
|||||||||
|
Upload file |
Postavi datoteku |
|||||||||
|
Sorry, uploading is disabled. |
Slanje fajlova je isključeno |
|||||||||
|
Uploaded files |
Postavljeni fajlovi |
|||||||||
|
uploaded "$1" |
postavljena datoteka "$1" |
|||||||||
|
Upload error |
Greška pri slanju |
|||||||||
|
Upload images, sounds, documents etc. |
Pošalji slike, zvuke, dokumenta itd. |
|||||||||
|
Upload images |
Pošalji slike |
|||||||||
|
upload log |
zapis slanja |
|||||||||
|
Upload_log |
Historija slanja |
|||||||||
|
Below is a list of the most recent file uploads. All times shown are server time (UTC). <ul> </ul> |
Ispod je spisak najskorijih slanja. |
|||||||||
|
Not logged in |
Niste prijavljeni |
|||||||||
|
You must be <a href="/wiki/Special:Userlogin">logged in</a> to upload files. |
Morate biti prijavljeni da bi ste slali fajlove. |
|||||||||
|
<strong>STOP!</strong> Before you upload here, make sure to read and follow the <a href="/wiki/Special:Image_use_policy">image use policy</a>. <p>If a file with the name you are specifying already exists on the wiki, it'll be replaced without warning. So unless you mean to update a file, it's a good idea to first check if such a file exists. <p>To view or search previously uploaded images, go to the <a href="/wiki/Special:Imagelist">list of uploaded images</a>. Uploads and deletions are logged on the <a href="/wiki/Wiktionary:Upload_log">upload log</a>. </p><p>Use the form below to upload new image files for use in illustrating your pages. On most browsers, you will see a "Browse..." button, which will bring up your operating system's standard file open dialog. Choosing a file will fill the name of that file into the text field next to the button. You must also check the box affirming that you are not violating any copyrights by uploading the file. Press the "Upload" button to finish the upload. This may take some time if you have a slow internet connection. <p>The preferred formats are JPEG for photographic images, PNG for drawings and other iconic images, and OGG for sounds. Please name your files descriptively to avoid confusion. To include the image in a page, use a link in the form <b>[[Image:file.jpg]]</b> or <b>[[Image:file.png|alt text]]</b> or <b>[[Media:file.ogg]]</b> for sounds. <p>Please note that as with wiki pages, others may edit or delete your uploads if they think it serves the project, and you may be blocked from uploading if you abuse the system. |
Prije nego što postavite datoteku, pročitajte i poštujte pravila korištenja slika. Ako fajl sa istim imenom već postoji, biće zamijenjen bez upozorenja. Da pogledate koje slike već postoje, idite na listu postavljenih slika. Zapamtite da je ovo wiki i da ostali korisnici imaju mogućnost da izmijene ili izbrišu vašu datoteku ako misle da je to potrebno i moguće je da ćete Vi biti blokirani protiv postavljanja ako zloupotrebite ovaj sistem. |
|||||||||
|
Upload warning |
Upozorenje za postavljanje datoteka |
|||||||||
|
<b>User rights for "$1" updated</b> |
Prava za korisnika "$1" promjenjena |
|||||||||
|
'''Note:''' After saving, you have to tell your bowser to get the new version: '''Mozilla:''' click ''reload''(or ''ctrl-r''), '''IE / Opera:''' ''ctrl-f5'', '''Safari:''' ''cmd-r'', '''Konqueror''' ''ctrl-r''. |
<Usercssjs> |
|||||||||
|
<strong>Tip:</strong> Use the 'Show preview' button to test your new css/js before saving. |
Pažnja: Koristite 'Prikaži izgled' dugme da testirate svoj novi CSS/JS prije nego što sačuvate. |
|||||||||
|
'''Remember that you are only previewing your user css, it has not yet been saved!''' |
Zapamtite ovo je samo izgled vašeg CSS-a, još uvijek nije sačuvan! |
|||||||||
|
The user name you entered is already in use. Please choose a different name. |
Korisničko ime koje ste odabrali je već u upotrebi. Molimo da izaberete drugo korisničko ime. |
|||||||||
|
'''Remember that you are only testing/previewing your user javascript, it has not yet been saved!''' |
Zapamtite ovo je samo izgled vaše JavaScript-e, još uvijek nije sačuvan! |
|||||||||
|
Log in |
Prijavite se / Registrujte se |
|||||||||
|
Log out |
Odjavite se |
|||||||||
|
Mail object returned error: |
Objekat pošte je vratio grešku: |
|||||||||
|
View user page |
Pogledaj korisničku stranicu |
|||||||||
|
User statistics |
Statistika o korisnicima |
|||||||||
|
There are '''$1''' registered users. '''$2''' of these are administrators (see $3). |
Trenutno ima $1 registrovanih korisnika, od kojih su $2 (ili $4%) administratori. |
|||||||||
|
Version |
Verzija |
|||||||||
|
This page has been accessed $1 times. |
Ovoj stranici je pristupljeno $1 puta. |
|||||||||
|
View ($1) ($2) ($3). |
Prikaži ($1) ($2) ($3). |
|||||||||
|
View source |
Prikaži izvor |
|||||||||
|
View discussion |
Prikaži diskusiju |
|||||||||
|
Wanted pages |
Najpotrebnije stranice |
|||||||||
|
Watch |
Pratite stranicu |
|||||||||
|
($1 pages watched not counting talk pages; $2 total pages edited since cutoff; $3... <a href='$4'>show and edit complete list</a>.) |
|
|||||||||
|
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. |
Ovdje je abecedni spisak stranica koje pratite. Označite stranice koje želite da uklonite sa svog spiska i kliknite na dugme 'ukloni izabrane' na dnu ekrana. |
|||||||||
|
My watchlist |
Praćene stranice |
|||||||||
|
Your watchlist contains $1 pages. |
Vaš spisak praćenih stranica sadrži $1 stranica. |
|||||||||
|
(for user "$1") |
(za korisnika "$1") |
|||||||||
|
checking watched pages for recent edits |
provjerava se da li ima nedavnih izmjena u praćenim stranicama |
|||||||||
|
checking recent edits for watched pages |
provjerava se da li ima praćenih stranica u nedavnim izmjenama |
|||||||||
|
None of your watched items were edited in the time period displayed. |
Ništa što pratite nije promjenjeno u prikazanom vremenu. |
|||||||||
|
Not logged in |
Niste prijavljeni |
|||||||||
|
You must be <a href="/wiki/Special:Userlogin">logged in</a> to modify your watchlist. |
Morate biti prijavljeni da bi ste mjenjali spisak praćenih stranica. |
|||||||||
|
Watch this page |
Pratite ovu stranicu |
|||||||||
|
Watch this page |
Prati ovu stranicu |
|||||||||
|
<h2>Welcome, $1!</h2><p>Your account has been created. Don't forget to change your Wiktionary preferences. |
Dobrodošli, $1!Vaš nalog je napravljen. Ne zaboravite da prilagodite sebi svoja podešavanja. |
|||||||||
|
What links here |
Šta je povezano ovdje |
|||||||||
|
To be allowed to create accounts in this Wiki you have to [[Special:Userlogin|log]] in and have the appropriate permissions. |
Da bi vam bilo dozvoljeno da napravite naloge na ovom Vikiju, morate da se prijavite i imate odgovarajuća ovlaštenja. |
|||||||||
|
You are not allowed to create an account |
Nije vam dozvoljena registracija |
|||||||||
|
You have to [[Special:Userlogin|login]] to edit pages. |
Morate da se prijavite da bi ste uređivali stranice. |
|||||||||
|
Login required to edit |
Obavezno je prijavljivanje za uređivanje |
|||||||||
|
You have to [[Special:Userlogin|login]] to read pages. |
Morate da se prijavite da bi ste čitali članke. |
|||||||||
|
Login required to read |
Obavezno je prijavljivanje za čitanje |
|||||||||
|
View project page |
Pogledaj stranu o ovoj strani |
|||||||||
|
Wiktionary |
Vikiriječnik |
|||||||||
|
Below are the last $1 changes in the last <b>$2</b> hours. |
Ovdje je najskorijih $1 izmjena, načinjenih u posljednjih $2 sati. |
|||||||||
|
This is a saved version of your watchlist. |
Ovo je sačuvana verzija vašeg spiska praćenih stranica. |
|||||||||
|
Show last $1 hours $2 days $3 |
Prikaži zadnjih $1 sati $2 dana $3 |
|||||||||
|
Incorrect parameters to wfQuery()<br /> Function: $1<br /> Query: $2 |
Netačni parametri za wfQuery() |
|||||||||
|
The password you entered is incorrect. Please try again. |
Šifra koju ste unijeli je netačna. Pokušajte ponovo. |
|||||||||
|
Differences |
Razlike |
|||||||||
|
Your email* |
Vaša e-poštanska adresa* |
|||||||||
|
Your user name |
Vaše korisničko ime |
|||||||||
|
Your nickname (for signatures) |
Vaš nadimak (za potpis) |
|||||||||
|
Your password |
Vaša šifra |
|||||||||
|
Retype password |
Ponovo unesite šifru |
|||||||||
|
Your real name* |
Vaše pravo ime * |
|||||||||
|
Your text |
Vaš tekst |