isekai-main
Barış Soner Uşaklı 3 years ago
commit 04ee5c0dfb

@ -137,7 +137,7 @@
"winston": "3.3.3", "winston": "3.3.3",
"xml": "^1.0.1", "xml": "^1.0.1",
"xregexp": "^5.0.1", "xregexp": "^5.0.1",
"yargs": "17.1.1", "yargs": "17.2.0",
"zxcvbn": "^4.4.2" "zxcvbn": "^4.4.2"
}, },
"devDependencies": { "devDependencies": {

@ -1,5 +1,5 @@
{ {
"figure-x": "Figure %1", "figure-x": "Slika %1",
"error-events-per-day": "<code>%1</code> dogodkov na dan", "error-events-per-day": "<code>%1</code> dogodkov na dan",
"error.404": "4040 ni najdeno", "error.404": "4040 ni najdeno",
"error.503": "503 storitev ni na voljo", "error.503": "503 storitev ni na voljo",

@ -62,17 +62,17 @@
"user-presence": "Prisotnost uporabnikov", "user-presence": "Prisotnost uporabnikov",
"on-categories": "On categories list", "on-categories": "On categories list",
"reading-posts": "Reading posts", "reading-posts": "Branje objav",
"browsing-topics": "Browsing topics", "browsing-topics": "Brskanje po temah",
"recent": "Nedavno", "recent": "Nedavno",
"unread": "Neprebrano", "unread": "Neprebrano",
"high-presence-topics": "High Presence Topics", "high-presence-topics": "Teme z visoko prisotnostjo",
"graphs.page-views": "Ogledov strani", "graphs.page-views": "Ogledov strani",
"graphs.page-views-registered": "Page Views Registered", "graphs.page-views-registered": "Ogledov strani-registrirani",
"graphs.page-views-guest": "Page Views Guest", "graphs.page-views-guest": "Ogledov strani-gosti",
"graphs.page-views-bot": "Page Views Bot", "graphs.page-views-bot": "Ogledov strani-robot",
"graphs.unique-visitors": "Edinstveni obiskovalci", "graphs.unique-visitors": "Edinstveni obiskovalci",
"graphs.registered-users": "Registrirani uporabniki", "graphs.registered-users": "Registrirani uporabniki",
"graphs.anonymous-users": "Anonimni uporabniki", "graphs.anonymous-users": "Anonimni uporabniki",

@ -1,12 +1,12 @@
{ {
"logger-settings": "Logger Settings", "logger-settings": "Nastavitve beleženja",
"description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.", "description": "Če omogočite potrditvena polja, boste prejemali dnevnike na svoj terminal. Če določite pot, se bodo dnevniki namesto tega shranili v datoteko. Zapisovanje HTTP je uporabno za zbiranje statističnih podatkov o tem, kdo, kdaj in do česa ljudje dostopajo na vašem forumu. Poleg beleženja zahtev HTTP lahko beležimo tudi dogodke socket.io. Zapisovanje Socket.io v kombinaciji z monitorjem redis-cli je lahko v veliko pomoč pri učenju notranjosti NodeBB.",
"explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.", "explanation": "Preprosto preverite/počistite nastavitve beleženja, če želite omogočiti ali onemogočiti sprotno beleženje. Ponovni zagon ni potreben.",
"enable-http": "Enable HTTP logging", "enable-http": "Omogoči HTTP prijave",
"enable-socket": "Enable socket.io event logging", "enable-socket": "Omogoči beleženje dogodkov socket.io",
"file-path": "Path to log file", "file-path": "Pot do datoteke dnevnika",
"file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal", "file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
"control-panel": "Logger Control Panel", "control-panel": "Nadzorna plošča beleženja",
"update-settings": "Update Logger Settings" "update-settings": "Posodobi nastavitve beleženja"
} }

@ -13,11 +13,11 @@
"submit-anonymous-usage": "Submit anonymous plugin usage data.", "submit-anonymous-usage": "Submit anonymous plugin usage data.",
"reorder-plugins": "Re-order Plugins", "reorder-plugins": "Re-order Plugins",
"order-active": "Order Active Plugins", "order-active": "Order Active Plugins",
"dev-interested": "Interested in writing plugins for NodeBB?", "dev-interested": "Vas zanima pisanje vtičnikov za NodeBB?",
"docs-info": "Full documentation regarding plugin authoring can be found in the <a target=\"_blank\" href=\"https://docs.nodebb.org/development/plugins/\">NodeBB Docs Portal</a>.", "docs-info": "Celotno dokumentacijo o ustvarjanju vtičnikov najdete v <a target=\"_blank\" href=\"https://docs.nodebb.org/development/plugins/\">NodeBB dokumentnem portalu</a>.",
"order.description": "Certain plugins work ideally when they are initialised before/after other plugins.", "order.description": "Nekateri vtičniki delujejo idealno, če so inicializirani pred/po drugih vtičnikih.",
"order.explanation": "Plugins load in the order specified here, from top to bottom", "order.explanation": "Vtičniki se nalagajo po vrstnem redu, ki je tukaj naveden, od zgoraj navzdol",
"plugin-item.themes": "Teme", "plugin-item.themes": "Teme",
"plugin-item.deactivate": "Deaktiviraj", "plugin-item.deactivate": "Deaktiviraj",
@ -30,9 +30,9 @@
"plugin-item.upgrade": "Posodobi", "plugin-item.upgrade": "Posodobi",
"plugin-item.more-info": "Za več informacij:", "plugin-item.more-info": "Za več informacij:",
"plugin-item.unknown": "Neznano", "plugin-item.unknown": "Neznano",
"plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.", "plugin-item.unknown-explanation": "Stanja tega vtičnika ni bilo mogoče določiti, morda zaradi napačne konfiguracije.",
"plugin-item.compatible": "Ta vtičnik deluje na NodeBB %1", "plugin-item.compatible": "Ta vtičnik deluje na NodeBB %1",
"plugin-item.not-compatible": "This plugin has no compatibility data, make sure it works before installing on your production environment.", "plugin-item.not-compatible": "Ta vtičnik nima podatkov o združljivosti, preden ga namestite v svoje produkcijsko okolje, se prepričajte, da deluje.",
"alert.enabled": "Vtičnik omogočen", "alert.enabled": "Vtičnik omogočen",
"alert.disabled": "Vtičnik onemogočen", "alert.disabled": "Vtičnik onemogočen",
@ -44,14 +44,14 @@
"alert.upgrade-success": "Za popolno nadgradnjo tega vtičnika obnovite in ponovno zaženete vaš NodeB.", "alert.upgrade-success": "Za popolno nadgradnjo tega vtičnika obnovite in ponovno zaženete vaš NodeB.",
"alert.install-success": "Vtičnik je uspešno nameščen, aktivirajte ga.", "alert.install-success": "Vtičnik je uspešno nameščen, aktivirajte ga.",
"alert.uninstall-success": "Vtičnik je bil uspešno deaktiviran in odstranjen.", "alert.uninstall-success": "Vtičnik je bil uspešno deaktiviran in odstranjen.",
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>", "alert.suggest-error": "<p>NodeBB ni mogel doseči upravitelja paketov, naj nadaljuje z namestitvijo najnovejše različice?</p><div class=\"alert alert-danger\"><strong>Strežnik je našel (%1)</strong>: %2</div>",
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>", "alert.package-manager-unreachable": "<p>NodeBB ni mogel doseči upravitelja paketov, posodobitev v tem trenutku ni priporočena.</p>",
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>", "alert.incompatible": "Vaša različica NodeBB (v%1) dovoljuje nadgradnjo tega vtičnika samo na različico v%2. Če želite namestiti novejšo različico tega vtičnika, posodobite svoj NodeBB.</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>", "alert.possibly-incompatible": "<div class=\"alert alert-warning\">Podatke o združljivosti ni mogoče najti<strong><p><p>Ta vtičnik ni določil posebne različice za namestitev glede na vašo različico NodeBB. Popolne združljivosti ni mogoče zagotoviti, zato se lahko vaš NodeBB ne zažene več pravilno.</div><p>V primeru, da se NodeBB ne zažene pravilno:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Ali želite nadaljevati z namestitvijo najnovejše različice tega vtičnika?</p>",
"alert.reorder": "Plugins Re-ordered", "alert.reorder": "Vtičniki preurejeni",
"alert.reorder-success": "Please rebuild and restart your NodeBB to fully complete the process.", "alert.reorder-success": "Prosimo, da za dokončanje postopka v celoti obnovite in znova zaženete NodeBB.",
"license.title": "Plugin License Information", "license.title": "Informacija o licenci vtičnika",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.", "license.intro": "Vtičnik <strong>%1</strong> je licenciran pod %2. Preden aktivirate ta vtičnik, preberite in razumite licenčne pogoje.",
"license.cta": "Ali želite nadaljevati z aktiviranjem tega vtičnika?" "license.cta": "Ali želite nadaljevati z aktiviranjem tega vtičnika?"
} }

@ -1,10 +1,10 @@
{ {
"administrators": "Administrators", "administrators": "Skrbnik",
"global-moderators": "Global Moderators", "global-moderators": "Globalni moderatorji",
"no-global-moderators": "No Global Moderators", "no-global-moderators": "Ni globalnih moderatorjev",
"moderators-of-category": "%1 Moderators", "moderators-of-category": "%1 moderator(jev)",
"no-moderators": "No Moderators", "no-moderators": "Ni moderatorjev",
"add-administrator": "Add Administrator", "add-administrator": "Dodaj skrbnika",
"add-global-moderator": "Add Global Moderator", "add-global-moderator": "Dodaj globalnega moderatorja",
"add-moderator": "Add Moderator" "add-moderator": "Dodaj moderatorja"
} }

@ -1,92 +1,92 @@
{ {
"settings": "Nastavitve kategorije", "settings": "Nastavitve kategorije",
"privileges": "Privileges", "privileges": "Privilegiji",
"name": "Ime kategorije", "name": "Ime kategorije",
"description": "Opis kategorije", "description": "Opis kategorije",
"bg-color": "Barva ozadja", "bg-color": "Barva ozadja",
"text-color": "Barva besedila", "text-color": "Barva besedila",
"bg-image-size": "Background Image Size", "bg-image-size": "Velikost slike ozadja",
"custom-class": "Custom Class", "custom-class": "Razred po meri",
"num-recent-replies": "# of Recent Replies", "num-recent-replies": "# nedavnih odgovorov",
"ext-link": "Zunanja povezava", "ext-link": "Zunanja povezava",
"subcategories-per-page": "Podkategorij na stran", "subcategories-per-page": "Podkategorij na stran",
"is-section": "Treat this category as a section", "is-section": "Obravnavaj to kategorijo kot sekcijo",
"post-queue": "Čakalna vrsta objav", "post-queue": "Čakalna vrsta objav",
"tag-whitelist": "Tag Whitelist", "tag-whitelist": "Bela lista oznak",
"upload-image": "Naloži sliko", "upload-image": "Naloži sliko",
"delete-image": "Odstrani", "delete-image": "Odstrani",
"category-image": "Slika kategorije", "category-image": "Slika kategorije",
"parent-category": "Parent Category", "parent-category": "Nadrejena kategorija",
"optional-parent-category": "(Optional) Parent Category", "optional-parent-category": "(Izbirno) Nadrejena kategorija",
"top-level": "Top Level", "top-level": "Vrhnja raven",
"parent-category-none": "(None)", "parent-category-none": "(Brez)",
"copy-parent": "Copy Parent", "copy-parent": "Copy Parent",
"copy-settings": "Copy Settings From", "copy-settings": "Kopiraj nastavitve iz",
"optional-clone-settings": "(Optional) Clone Settings From Category", "optional-clone-settings": "(Izbirno) Kloniraj nastavitve iz kategorije",
"clone-children": "Clone Children Categories And Settings", "clone-children": "Clone Children Categories And Settings",
"purge": "Purge Category", "purge": "Počisti kategorijo",
"enable": "Omogoči", "enable": "Omogoči",
"disable": "Onemogoči", "disable": "Onemogoči",
"edit": "Edit", "edit": "Uredi",
"analytics": "Analytics", "analytics": "Analitika",
"view-category": "Poglej kategorijo", "view-category": "Poglej kategorijo",
"set-order": "Nastavi vrstni red", "set-order": "Nastavi vrstni red",
"set-order-help": "Če nastavite vrstni red kategorije, se bo ta kategorija premaknila in po potrebi posodobila vrstni red drugih kategorij. Najmanjša št. vrstnega reda je 1, kar kategorijo postavlja na vrh.", "set-order-help": "Če nastavite vrstni red kategorije, se bo ta kategorija premaknila in po potrebi posodobila vrstni red drugih kategorij. Najmanjša št. vrstnega reda je 1, kar kategorijo postavlja na vrh.",
"select-category": "Izberi kategorijo", "select-category": "Izberi kategorijo",
"set-parent-category": "Set Parent Category", "set-parent-category": "Nastavi nadrejeno kategorijo",
"privileges.description": "You can configure the access control privileges for portions of the site in this section. Privileges can be granted on a per-user or a per-group basis. Select the domain of effect from the dropdown below.", "privileges.description": "V tem razdelku lahko konfigurirate pravice za nadzor dostopa za dele spletnega mesta. Privilegiji se lahko podelijo uporabniku ali skupini. V spodnjem spustnem meniju izberite področje učinka.",
"privileges.category-selector": "Configuring privileges for ", "privileges.category-selector": "Konfiguriranje privilegijev za",
"privileges.warning": "<strong>Note</strong>: Privilege settings take effect immediately. It is not necessary to save the category after adjusting these settings.", "privileges.warning": "<strong>Opomba</strong>: Nastavitve privilegijev pričnejo učinkovati takoj. Po prilagoditvi teh nastavitev kategorije ni potrebno shraniti.",
"privileges.section-viewing": "Viewing Privileges", "privileges.section-viewing": "Pravice ogleda",
"privileges.section-posting": "Posting Privileges", "privileges.section-posting": "Pravice za objavo",
"privileges.section-moderation": "Moderation Privileges", "privileges.section-moderation": "Pravice spreminjanja",
"privileges.section-other": "Other", "privileges.section-other": "Drugo",
"privileges.section-user": "Uporabnik", "privileges.section-user": "Uporabnik",
"privileges.search-user": "Dodaj uporabnika", "privileges.search-user": "Dodaj uporabnika",
"privileges.no-users": "No user-specific privileges in this category.", "privileges.no-users": "V tej kategoriji ni uporabniških pravic.",
"privileges.section-group": "Skupina", "privileges.section-group": "Skupina",
"privileges.group-private": "Ta skupina je zasebna", "privileges.group-private": "Ta skupina je zasebna",
"privileges.inheritance-exception": "This group does not inherit privileges from registered-users group", "privileges.inheritance-exception": "Ta skupina ne deduje pravic od skupine registriranih uporabnikov",
"privileges.banned-user-inheritance": "Banned users inherit privileges from banned-users group", "privileges.banned-user-inheritance": "Prepovedani uporabniki dedujejo pravice od skupine prepovedanih uporabnikov",
"privileges.search-group": "Dodaj skupino", "privileges.search-group": "Dodaj skupino",
"privileges.copy-to-children": "Copy to Children", "privileges.copy-to-children": "Copy to Children",
"privileges.copy-from-category": "Kopiraj iz kategorije", "privileges.copy-from-category": "Kopiraj iz kategorije",
"privileges.copy-privileges-to-all-categories": "Kopiraj v vse kategorije", "privileges.copy-privileges-to-all-categories": "Kopiraj v vse kategorije",
"privileges.copy-group-privileges-to-children": "Copy this group's privileges to the children of this category.", "privileges.copy-group-privileges-to-children": "Copy this group's privileges to the children of this category.",
"privileges.copy-group-privileges-to-all-categories": "Copy this group's privileges to all categories.", "privileges.copy-group-privileges-to-all-categories": "Kopiraj pravice te skupine v vse kategorije.",
"privileges.copy-group-privileges-from": "Copy this group's privileges from another category.", "privileges.copy-group-privileges-from": "Kopiraj pravice te skupine iz druge kategorije.",
"privileges.inherit": "If the <code>registered-users</code> group is granted a specific privilege, all other groups receive an <strong>implicit privilege</strong>, even if they are not explicitly defined/checked. This implicit privilege is shown to you because all users are part of the <code>registered-users</code> user group, and so, privileges for additional groups need not be explicitly granted.", "privileges.inherit": "Če je skupini <code>registeriranih uporabnikov</code> dodeljena posebna pravica, prejmejo vse druge skupine <strong>implicitno pravico</strong>, čeprav niso eksplicitno navedene/označene. Ta implicitna pravica se vam prikaže, ker so vsi uporabniki del skupine <code>registriranih uporabnikov</code>, zato pravic za dodatne skupine ni treba izrecno podeliti.",
"privileges.copy-success": "Privileges copied!", "privileges.copy-success": "Pravice so kopirane!",
"analytics.back": "Nazaj na seznam kategorij", "analytics.back": "Nazaj na seznam kategorij",
"analytics.title": "Analytics for \"%1\" category", "analytics.title": "Analitika za kategorijo \"%1\"",
"analytics.pageviews-hourly": "<strong>Figure 1</strong> &ndash; Hourly page views for this category</small>", "analytics.pageviews-hourly": "</strong>Slika 1</strong> &ndash; Urni ogledi strani za to kategorijo</small>",
"analytics.pageviews-daily": "<strong>Figure 2</strong> &ndash; Daily page views for this category</small>", "analytics.pageviews-daily": "</strong>Slika 2</strong> &ndash; Dnevni ogledi strani za to kategorijo</small>",
"analytics.topics-daily": "<strong>Figure 3</strong> &ndash; Daily topics created in this category</small>", "analytics.topics-daily": "<strong>Slika 3</strong> &ndash; Dnevno ustvarjene teme v tej kategoriji</small>",
"analytics.posts-daily": "<strong>Figure 4</strong> &ndash; Daily posts made in this category</small>", "analytics.posts-daily": "<strong>Slika 4</strong> &ndash; Dnevne objave v tej kategoriji</small>",
"alert.created": "Ustvarjeno", "alert.created": "Ustvarjeno",
"alert.create-success": "Kategorija je uspešno ustvarjena!", "alert.create-success": "Kategorija je uspešno ustvarjena!",
"alert.none-active": "Nimate aktivnih kategorij.", "alert.none-active": "Nimate aktivnih kategorij.",
"alert.create": "Ustvari kategorijo", "alert.create": "Ustvari kategorijo",
"alert.confirm-purge": "<p class=\"lead\">Do you really want to purge this category \"%1\"?</p><h5><strong class=\"text-danger\">Warning!</strong> All topics and posts in this category will be purged!</h5> <p class=\"help-block\">Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category <em>temporarily</em>, you'll want to \"disable\" the category instead.</p>", "alert.confirm-purge": "<p class=\"lead\">Do you really want to purge this category \"%1\"?</p><h5><strong class=\"text-danger\">Warning!</strong> All topics and posts in this category will be purged!</h5> <p class=\"help-block\">Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category <em>temporarily</em>, you'll want to \"disable\" the category instead.</p>",
"alert.purge-success": "Category purged!", "alert.purge-success": "Kategorija je počiščena!",
"alert.copy-success": "Settings Copied!", "alert.copy-success": "Nastavitve so kopirane!",
"alert.set-parent-category": "Set Parent Category", "alert.set-parent-category": "Nastavi nadrejeno kategorijo",
"alert.updated": "Posodobljene kategorije", "alert.updated": "Posodobljene kategorije",
"alert.updated-success": "Category IDs %1 successfully updated.", "alert.updated-success": "ID -ji kategorij %1 so uspešno posodobljeni.",
"alert.upload-image": "Naloži sliko kategorije", "alert.upload-image": "Naloži sliko kategorije",
"alert.find-user": "Poišči uporabnika", "alert.find-user": "Poišči uporabnika",
"alert.user-search": "Search for a user here...", "alert.user-search": "Išči uporabnika tukaj...",
"alert.find-group": "Poišči skupino", "alert.find-group": "Poišči skupino",
"alert.group-search": "Search for a group here...", "alert.group-search": "Išči skupino tukaj...",
"alert.not-enough-whitelisted-tags": "Whitelisted tags are less than minimum tags, you need to create more whitelisted tags!", "alert.not-enough-whitelisted-tags": "Oznak na beli listi je manj od dovoljene spodnje meje, na belo listo dodajte več oznak!",
"collapse-all": "Strni vse", "collapse-all": "Strni vse",
"expand-all": "Razširi vse", "expand-all": "Razširi vse",
"disable-on-create": "Disable on create", "disable-on-create": "Onemogoči pri ustvarjanju",
"no-matches": "Ni zadetkov" "no-matches": "Ni zadetkov"
} }

@ -1,19 +1,19 @@
{ {
"lead": "Tu nastavite svoj črni seznam IP.", "lead": "Tu nastavite svoj črni seznam IP.",
"description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.", "description": "Včasih prepoved uporabniškega računa ni dovolj odvračilna. V drugih primerih je najboljši način za zaščito foruma omejitev dostopa do foruma za določen IP ali vrsto IP-jev. V teh scenarijih lahko na ta črni seznam dodate problematične naslove IP ali celotne bloke CIDR, pri čemer se jim prepreči prijava ali registracija novega računa.",
"active-rules": "Aktivna pravila", "active-rules": "Aktivna pravila",
"validate": "Validate Blacklist", "validate": "Potrdi črno listo",
"apply": "Apply Blacklist", "apply": "Uveljavi črno listo",
"hints": "Syntax Hints", "hints": "namigi za sintakso",
"hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g. <code>192.168.100.0/22</code>).", "hint-1": "Določite posamezne naslove IP na vrstico. Bloke IP lahko dodate, dokler sledijo formatu CIDR (e.g. <code>192.168.100.0/22</code>).",
"hint-2": "You can add in comments by starting lines with the <code>#</code> symbol.", "hint-2": "Komentarje lahko dodajate tako, da vrstice začnete z znakom <code>#</code>.",
"validate.x-valid": "<strong>%1</strong> out of <strong>%2</strong> rule(s) valid.", "validate.x-valid": "<strong>%1</strong> od <strong>%2</strong> pravil je neveljavnih.",
"validate.x-invalid": "The following <strong>%1</strong> rules are invalid:", "validate.x-invalid": "Naslednjih <strong>%1</strong> pravil je neveljavnih:",
"alerts.applied-success": "Blacklist Applied", "alerts.applied-success": "Črna lista je uveljavljena",
"analytics.blacklist-hourly": "<strong>Figure 1</strong> &ndash; Blacklist hits per hour", "analytics.blacklist-hourly": "<strong>Slika 1</strong> &ndash; Zadetki na črni listi na uro",
"analytics.blacklist-daily": "<strong>Figure 2</strong> &ndash; Blacklist hits per day", "analytics.blacklist-daily": "<strong>Slika 2</strong> &ndash; Zadetki na črni listi na dan",
"ip-banned": "IP banned" "ip-banned": "Prepovedan IP"
} }
Loading…
Cancel
Save