Make categories translatable and remove pg=1 as canonical parameter
This commit is contained in:
@ -20,7 +20,26 @@ const CANONICAL_URL = 'https://onions.danwin1210.de'; // our preferred domain fo
|
|||||||
const CAPTCHA = 0; // Captcha difficulty (0=off, 1=simple, 2=moderate, 3=extreme)
|
const CAPTCHA = 0; // Captcha difficulty (0=off, 1=simple, 2=moderate, 3=extreme)
|
||||||
//Categories - new links will always be put into the first one, leave it to Unsorted
|
//Categories - new links will always be put into the first one, leave it to Unsorted
|
||||||
//once configured, only add new categories at the end or you have to manually adjust the database.
|
//once configured, only add new categories at the end or you have to manually adjust the database.
|
||||||
$categories=['Unsorted', 'Adult/Porn', 'Communication/Social', 'Forums', 'Hacking/Programming/Software', 'Hosting', 'Libraries/Wikis', 'Link Lists', 'Market/Shop/Store', 'Other', 'Personal Sites/Blogs', 'Security/Privacy/Encryption', 'Whistleblowing', 'Empty/Error/Unknown', 'Cryptocurrencies', 'Scams', 'Fun/Games/Joke', 'Search'];
|
$categories=[
|
||||||
|
0 => _('Unsorted'),
|
||||||
|
1 => _('Adult/Porn'),
|
||||||
|
2 => _('Communication/Social'),
|
||||||
|
3 => _('Forums'),
|
||||||
|
4 => _('Hacking/Programming/Software'),
|
||||||
|
5 => _('Hosting'),
|
||||||
|
6 => _('Libraries/Wikis'),
|
||||||
|
7 => _('Link Lists'),
|
||||||
|
8 => _('Market/Shop/Store'),
|
||||||
|
9 => _('Other'),
|
||||||
|
10 => _('Personal Sites/Blogs'),
|
||||||
|
11 => _('Security/Privacy/Encryption'),
|
||||||
|
12 => _('Whistleblowing'),
|
||||||
|
13 => _('Empty/Error/Unknown'),
|
||||||
|
14 => _('Cryptocurrencies'),
|
||||||
|
15 => _('Scams'),
|
||||||
|
16 => _('Fun/Games/Joke'),
|
||||||
|
17 => _('Search'),
|
||||||
|
];
|
||||||
|
|
||||||
// Language selection
|
// Language selection
|
||||||
const LANGUAGES = [
|
const LANGUAGES = [
|
||||||
@ -156,14 +175,7 @@ function set_curl_options($ch): void
|
|||||||
|
|
||||||
function alt_links(): void
|
function alt_links(): void
|
||||||
{
|
{
|
||||||
global $language;
|
global $language, $canonical_query;
|
||||||
$canonical_query = [];
|
|
||||||
if(isset($_REQUEST['cat'])) {
|
|
||||||
$canonical_query['cat'] = $_REQUEST['cat'];
|
|
||||||
}
|
|
||||||
if(isset($_REQUEST['pg'])) {
|
|
||||||
$canonical_query['pg'] = $_REQUEST['pg'];
|
|
||||||
}
|
|
||||||
foreach(LANGUAGES as $lang => $data) {
|
foreach(LANGUAGES as $lang => $data) {
|
||||||
if($lang === $language){
|
if($lang === $language){
|
||||||
continue;
|
continue;
|
||||||
|
Binary file not shown.
@ -6,12 +6,12 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-01-13 14:54+0100\n"
|
"POT-Creation-Date: 2023-01-25 19:12+0100\n"
|
||||||
"PO-Revision-Date: 2023-01-23 19:54+0000\n"
|
"PO-Revision-Date: 2023-01-23 19:54+0000\n"
|
||||||
"Last-Translator: Weblate Admin <daniel@danwin1210.de>\n"
|
"Last-Translator: Weblate Admin <daniel@danwin1210.de>\n"
|
||||||
"Language-Team: German <https://weblate.danwin1210.de/projects/DanWin/"
|
"Language-Team: German <https://weblate.danwin1210.de/projects/DanWin/onion-"
|
||||||
"onion-link-list/de/>\n"
|
"link-list/de/>\n"
|
||||||
"Language: de_DE\n"
|
"Language: de_DE\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -19,24 +19,24 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||||
"X-Generator: Weblate 4.15\n"
|
"X-Generator: Weblate 4.15\n"
|
||||||
|
|
||||||
#: www/index.php:36
|
#: www/index.php:37
|
||||||
msgid "All legitimate"
|
msgid "All legitimate"
|
||||||
msgstr "Alle legitimen"
|
msgstr "Alle legitimen"
|
||||||
|
|
||||||
#: www/index.php:37 www/index.php:71
|
#: www/index.php:38 www/index.php:70
|
||||||
msgid "Last added"
|
msgid "Last added"
|
||||||
msgstr "Zuletzt hinzugefügt"
|
msgstr "Zuletzt hinzugefügt"
|
||||||
|
|
||||||
#: www/index.php:38
|
#: www/index.php:39
|
||||||
msgid "Offline > 1 week"
|
msgid "Offline > 1 week"
|
||||||
msgstr "Offline > 1 Woche"
|
msgstr "Offline > 1 Woche"
|
||||||
|
|
||||||
#: www/index.php:100 www/index.php:105 www/index.php:110 www/index.php:118
|
#: www/index.php:99 www/index.php:104 www/index.php:109 www/index.php:117
|
||||||
#: www/opensearch.php:6
|
#: www/opensearch.php:6
|
||||||
msgid "Onion link list"
|
msgid "Onion link list"
|
||||||
msgstr "Onion Linkliste"
|
msgstr "Onion Linkliste"
|
||||||
|
|
||||||
#: www/index.php:104 www/index.php:111
|
#: www/index.php:103 www/index.php:110
|
||||||
msgid ""
|
msgid ""
|
||||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||||
"in one place."
|
"in one place."
|
||||||
@ -44,11 +44,11 @@ msgstr ""
|
|||||||
"Große Liste von Tor hidden service onion links. Alle Darknet Links, die du "
|
"Große Liste von Tor hidden service onion links. Alle Darknet Links, die du "
|
||||||
"brauchst, in einem Ort."
|
"brauchst, in einem Ort."
|
||||||
|
|
||||||
#: www/index.php:120 www/index.php:424 www/index.php:441
|
#: www/index.php:119 www/index.php:423 www/index.php:440
|
||||||
msgid "Error: No database connection!"
|
msgid "Error: No database connection!"
|
||||||
msgstr "Fehler: Keine Datenbankverbindung!"
|
msgstr "Fehler: Keine Datenbankverbindung!"
|
||||||
|
|
||||||
#: www/index.php:122
|
#: www/index.php:121
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
||||||
@ -62,161 +62,161 @@ msgstr ""
|
|||||||
"von Menschen, die verzweifelt versuchten Geld zu machen, und stattdessen auf "
|
"von Menschen, die verzweifelt versuchten Geld zu machen, und stattdessen auf "
|
||||||
"Betrüger hereingefallen sind. Sei nicht auch einer von denen!"
|
"Betrüger hereingefallen sind. Sei nicht auch einer von denen!"
|
||||||
|
|
||||||
#: www/index.php:127
|
#: www/index.php:126
|
||||||
msgid "Onion address:"
|
msgid "Onion address:"
|
||||||
msgstr "Onion-Adresse:"
|
msgstr "Onion-Adresse:"
|
||||||
|
|
||||||
#: www/index.php:132 www/admin.php:184
|
#: www/index.php:131 www/admin.php:184
|
||||||
msgid "Description:"
|
msgid "Description:"
|
||||||
msgstr "Beschreibung:"
|
msgstr "Beschreibung:"
|
||||||
|
|
||||||
#: www/index.php:147 www/index.php:167 www/admin.php:200
|
#: www/index.php:146 www/index.php:166 www/admin.php:200
|
||||||
msgid "Category:"
|
msgid "Category:"
|
||||||
msgstr "Kategorie:"
|
msgstr "Kategorie:"
|
||||||
|
|
||||||
#: www/index.php:157 www/admin.php:81 www/admin.php:221
|
#: www/index.php:156 www/admin.php:81 www/admin.php:221
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
msgstr "Aktualisieren"
|
msgstr "Aktualisieren"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search:"
|
msgid "Search:"
|
||||||
msgstr "Suchen:"
|
msgstr "Suchen:"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search term"
|
msgid "Search term"
|
||||||
msgstr "Suchwort"
|
msgstr "Suchwort"
|
||||||
|
|
||||||
#: www/index.php:172 www/index.php:464
|
#: www/index.php:171 www/index.php:463
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Alle"
|
msgstr "Alle"
|
||||||
|
|
||||||
#: www/index.php:185
|
#: www/index.php:184
|
||||||
msgid "Hide locked"
|
msgid "Hide locked"
|
||||||
msgstr "Gesperrte nicht anzeigen"
|
msgstr "Gesperrte nicht anzeigen"
|
||||||
|
|
||||||
#: www/index.php:186
|
#: www/index.php:185 common_config.php:41
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Suchen"
|
msgstr "Suchen"
|
||||||
|
|
||||||
#: www/index.php:188
|
#: www/index.php:187
|
||||||
msgid "Format:"
|
msgid "Format:"
|
||||||
msgstr "Format:"
|
msgstr "Format:"
|
||||||
|
|
||||||
#: www/index.php:191
|
#: www/index.php:190
|
||||||
msgid "Special categories:"
|
msgid "Special categories:"
|
||||||
msgstr "Spezielle Kategorien:"
|
msgstr "Spezielle Kategorien:"
|
||||||
|
|
||||||
#: www/index.php:197
|
#: www/index.php:196
|
||||||
msgid "Phishing Clones"
|
msgid "Phishing Clones"
|
||||||
msgstr "Phishingklone"
|
msgstr "Phishingklone"
|
||||||
|
|
||||||
#: www/index.php:198
|
#: www/index.php:197
|
||||||
msgid "Removed/Child porn"
|
msgid "Removed/Child porn"
|
||||||
msgstr "Entfernt/Kinderporno"
|
msgstr "Entfernt/Kinderporno"
|
||||||
|
|
||||||
#: www/index.php:200
|
#: www/index.php:199
|
||||||
msgid "Pending approval"
|
msgid "Pending approval"
|
||||||
msgstr "Genehmigung ausstehend"
|
msgstr "Genehmigung ausstehend"
|
||||||
|
|
||||||
#: www/index.php:201
|
#: www/index.php:200
|
||||||
msgid "Rejected"
|
msgid "Rejected"
|
||||||
msgstr "Abgelehnt"
|
msgstr "Abgelehnt"
|
||||||
|
|
||||||
#: www/index.php:205
|
#: www/index.php:204
|
||||||
msgid "Categories:"
|
msgid "Categories:"
|
||||||
msgstr "Kategorien:"
|
msgstr "Kategorien:"
|
||||||
|
|
||||||
#: www/index.php:212 www/test.php:46 www/admin.php:51 www/admin.php:111
|
#: www/index.php:211 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||||
msgid "Invalid onion address!"
|
msgid "Invalid onion address!"
|
||||||
msgstr "Ungültige Onion-Adresse!"
|
msgstr "Ungültige Onion-Adresse!"
|
||||||
|
|
||||||
#: www/index.php:213
|
#: www/index.php:212
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "A valid address looks like this: %s"
|
msgid "A valid address looks like this: %s"
|
||||||
msgstr "Eine gültige Adresse sieht so aus: %s"
|
msgstr "Eine gültige Adresse sieht so aus: %s"
|
||||||
|
|
||||||
#: www/index.php:217 www/index.php:230
|
#: www/index.php:216 www/index.php:229
|
||||||
msgid "Error: Wrong captcha"
|
msgid "Error: Wrong captcha"
|
||||||
msgstr "Fehler: Falsches Captcha"
|
msgstr "Fehler: Falsches Captcha"
|
||||||
|
|
||||||
#: www/index.php:223
|
#: www/index.php:222
|
||||||
msgid "Error: Captcha expired"
|
msgid "Error: Captcha expired"
|
||||||
msgstr "Fehler: Captcha abgelaufen"
|
msgstr "Fehler: Captcha abgelaufen"
|
||||||
|
|
||||||
#: www/index.php:252 www/admin.php:97
|
#: www/index.php:251 www/admin.php:97
|
||||||
msgid "Successfully added onion address!"
|
msgid "Successfully added onion address!"
|
||||||
msgstr "Onion-Adresse erfolgreich hinzugefügt!"
|
msgstr "Onion-Adresse erfolgreich hinzugefügt!"
|
||||||
|
|
||||||
#: www/index.php:254
|
#: www/index.php:253
|
||||||
msgid "Sorry, editing this onion address has been locked!"
|
msgid "Sorry, editing this onion address has been locked!"
|
||||||
msgstr "Entschuldigung, das Bearbeiten dieser Onion-Adresse wurde gesperrt!"
|
msgstr "Entschuldigung, das Bearbeiten dieser Onion-Adresse wurde gesperrt!"
|
||||||
|
|
||||||
#: www/index.php:258 www/admin.php:101
|
#: www/index.php:257 www/admin.php:101
|
||||||
msgid "Successfully updated description!"
|
msgid "Successfully updated description!"
|
||||||
msgstr "Beschreibung erfolgreich aktualisiert!"
|
msgstr "Beschreibung erfolgreich aktualisiert!"
|
||||||
|
|
||||||
#: www/index.php:262 www/admin.php:105
|
#: www/index.php:261 www/admin.php:105
|
||||||
msgid "Successfully updated category!"
|
msgid "Successfully updated category!"
|
||||||
msgstr "Kategorie erfolgreich aktualisiert!"
|
msgstr "Kategorie erfolgreich aktualisiert!"
|
||||||
|
|
||||||
#: www/index.php:264 www/admin.php:107
|
#: www/index.php:263 www/admin.php:107
|
||||||
msgid "Thanks, but I already knew this address!"
|
msgid "Thanks, but I already knew this address!"
|
||||||
msgstr "Danke, aber ich kannte diese Adresse bereits!"
|
msgstr "Danke, aber ich kannte diese Adresse bereits!"
|
||||||
|
|
||||||
#: www/index.php:290
|
#: www/index.php:289
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||||
msgstr "Suche nach \"%1$s\", %2$d Ergebnisse gefunden:"
|
msgstr "Suche nach \"%1$s\", %2$d Ergebnisse gefunden:"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Onion link"
|
msgid "Onion link"
|
||||||
msgstr "Onion-Adresse"
|
msgstr "Onion-Adresse"
|
||||||
|
|
||||||
#: www/index.php:337 www/admin.php:166
|
#: www/index.php:336 www/admin.php:166
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr "Beschreibung"
|
msgstr "Beschreibung"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Last seen"
|
msgid "Last seen"
|
||||||
msgstr "Zuletzt online"
|
msgstr "Zuletzt online"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Added at"
|
msgid "Added at"
|
||||||
msgstr "Hinzugefügt am"
|
msgstr "Hinzugefügt am"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr "Aktionen"
|
msgstr "Aktionen"
|
||||||
|
|
||||||
#: www/index.php:349 www/index.php:367 www/index.php:406
|
#: www/index.php:348 www/index.php:366 www/index.php:405
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Nie"
|
msgstr "Nie"
|
||||||
|
|
||||||
#: www/index.php:357 www/index.php:383 www/test.php:34
|
#: www/index.php:356 www/index.php:382 www/test.php:34
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr "Testen"
|
msgstr "Testen"
|
||||||
|
|
||||||
#: www/index.php:381
|
#: www/index.php:380
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Bearbeiten"
|
msgstr "Bearbeiten"
|
||||||
|
|
||||||
#: www/index.php:397
|
#: www/index.php:396
|
||||||
msgid "Clone of"
|
msgid "Clone of"
|
||||||
msgstr "Klon von"
|
msgstr "Klon von"
|
||||||
|
|
||||||
#: www/index.php:413
|
#: www/index.php:412
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr "Unbekannt"
|
msgstr "Unbekannt"
|
||||||
|
|
||||||
#: www/index.php:463
|
#: www/index.php:462
|
||||||
msgid "Pages:"
|
msgid "Pages:"
|
||||||
msgstr "Seiten:"
|
msgstr "Seiten:"
|
||||||
|
|
||||||
#: www/index.php:488
|
#: www/index.php:487
|
||||||
msgid "Copy:"
|
msgid "Copy:"
|
||||||
msgstr "Kopiere:"
|
msgstr "Kopiere:"
|
||||||
|
|
||||||
#: www/index.php:495 www/index.php:510 www/index.php:562
|
#: www/index.php:494 www/index.php:509 www/index.php:561
|
||||||
msgid "captcha image"
|
msgid "captcha image"
|
||||||
msgstr "Captcha Bild"
|
msgstr "Captcha Bild"
|
||||||
|
|
||||||
@ -256,7 +256,7 @@ msgstr "Warnung: Dies ist ein bekannter Betrug!"
|
|||||||
msgid "Yes, the service is online!"
|
msgid "Yes, the service is online!"
|
||||||
msgstr "Ja, der Dienst ist online!"
|
msgstr "Ja, der Dienst ist online!"
|
||||||
|
|
||||||
#: www/test.php:112
|
#: www/test.php:110
|
||||||
msgid "No, the service is offline!"
|
msgid "No, the service is offline!"
|
||||||
msgstr "Nein, der Dienst ist offline!"
|
msgstr "Nein, der Dienst ist offline!"
|
||||||
|
|
||||||
@ -413,7 +413,75 @@ msgstr "Fehler beim Erstellen der Sitemap!"
|
|||||||
msgid "Search the onion link list"
|
msgid "Search the onion link list"
|
||||||
msgstr "Durchsuche die Onion Linkliste"
|
msgstr "Durchsuche die Onion Linkliste"
|
||||||
|
|
||||||
#: common_config.php:76
|
#: common_config.php:24
|
||||||
|
msgid "Unsorted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:25
|
||||||
|
msgid "Adult/Porn"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:26
|
||||||
|
msgid "Communication/Social"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:27
|
||||||
|
msgid "Forums"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:28
|
||||||
|
msgid "Hacking/Programming/Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:29
|
||||||
|
msgid "Hosting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:30
|
||||||
|
msgid "Libraries/Wikis"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:31
|
||||||
|
msgid "Link Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:32
|
||||||
|
msgid "Market/Shop/Store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:33
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:34
|
||||||
|
msgid "Personal Sites/Blogs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:35
|
||||||
|
msgid "Security/Privacy/Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:36
|
||||||
|
msgid "Whistleblowing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:37
|
||||||
|
msgid "Empty/Error/Unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:38
|
||||||
|
msgid "Cryptocurrencies"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:39
|
||||||
|
msgid "Scams"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:40
|
||||||
|
msgid "Fun/Games/Joke"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:95
|
||||||
msgid "Language:"
|
msgid "Language:"
|
||||||
msgstr "Sprache:"
|
msgstr "Sprache:"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-01-13 14:54+0100\n"
|
"POT-Creation-Date: 2023-01-25 19:12+0100\n"
|
||||||
"PO-Revision-Date: 2023-01-06 20:36+0000\n"
|
"PO-Revision-Date: 2023-01-06 20:36+0000\n"
|
||||||
"Last-Translator: Daniel Winzen <daniel@danwin1210.de>\n"
|
"Last-Translator: Daniel Winzen <daniel@danwin1210.de>\n"
|
||||||
"Language-Team: Persian <https://weblate.danwin1210.de/projects/main-website/"
|
"Language-Team: Persian <https://weblate.danwin1210.de/projects/main-website/"
|
||||||
@ -19,34 +19,34 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n==0 || n==1);\n"
|
"Plural-Forms: nplurals=2; plural=(n==0 || n==1);\n"
|
||||||
"X-Generator: Weblate 4.15\n"
|
"X-Generator: Weblate 4.15\n"
|
||||||
|
|
||||||
#: www/index.php:36
|
#: www/index.php:37
|
||||||
msgid "All legitimate"
|
msgid "All legitimate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:37 www/index.php:71
|
#: www/index.php:38 www/index.php:70
|
||||||
msgid "Last added"
|
msgid "Last added"
|
||||||
msgstr "آخرین تغییرات"
|
msgstr "آخرین تغییرات"
|
||||||
|
|
||||||
#: www/index.php:38
|
#: www/index.php:39
|
||||||
msgid "Offline > 1 week"
|
msgid "Offline > 1 week"
|
||||||
msgstr "غیر فعال > 1 هفته"
|
msgstr "غیر فعال > 1 هفته"
|
||||||
|
|
||||||
#: www/index.php:100 www/index.php:105 www/index.php:110 www/index.php:118
|
#: www/index.php:99 www/index.php:104 www/index.php:109 www/index.php:117
|
||||||
#: www/opensearch.php:6
|
#: www/opensearch.php:6
|
||||||
msgid "Onion link list"
|
msgid "Onion link list"
|
||||||
msgstr "پیوندهای پیازی"
|
msgstr "پیوندهای پیازی"
|
||||||
|
|
||||||
#: www/index.php:104 www/index.php:111
|
#: www/index.php:103 www/index.php:110
|
||||||
msgid ""
|
msgid ""
|
||||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||||
"in one place."
|
"in one place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:120 www/index.php:424 www/index.php:441
|
#: www/index.php:119 www/index.php:423 www/index.php:440
|
||||||
msgid "Error: No database connection!"
|
msgid "Error: No database connection!"
|
||||||
msgstr "خطا: مشکل در اتصال به دیتابیس!"
|
msgstr "خطا: مشکل در اتصال به دیتابیس!"
|
||||||
|
|
||||||
#: www/index.php:122
|
#: www/index.php:121
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
||||||
@ -55,161 +55,161 @@ msgid ""
|
|||||||
"scammers, don't be one of them!"
|
"scammers, don't be one of them!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:127
|
#: www/index.php:126
|
||||||
msgid "Onion address:"
|
msgid "Onion address:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:132 www/admin.php:184
|
#: www/index.php:131 www/admin.php:184
|
||||||
msgid "Description:"
|
msgid "Description:"
|
||||||
msgstr "توضیح:"
|
msgstr "توضیح:"
|
||||||
|
|
||||||
#: www/index.php:147 www/index.php:167 www/admin.php:200
|
#: www/index.php:146 www/index.php:166 www/admin.php:200
|
||||||
msgid "Category:"
|
msgid "Category:"
|
||||||
msgstr "دسته بندی:"
|
msgstr "دسته بندی:"
|
||||||
|
|
||||||
#: www/index.php:157 www/admin.php:81 www/admin.php:221
|
#: www/index.php:156 www/admin.php:81 www/admin.php:221
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
msgstr "بروزرسانی"
|
msgstr "بروزرسانی"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search:"
|
msgid "Search:"
|
||||||
msgstr "جستجو:"
|
msgstr "جستجو:"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search term"
|
msgid "Search term"
|
||||||
msgstr "جستجوی اصطلاح"
|
msgstr "جستجوی اصطلاح"
|
||||||
|
|
||||||
#: www/index.php:172 www/index.php:464
|
#: www/index.php:171 www/index.php:463
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "همه"
|
msgstr "همه"
|
||||||
|
|
||||||
#: www/index.php:185
|
#: www/index.php:184
|
||||||
msgid "Hide locked"
|
msgid "Hide locked"
|
||||||
msgstr "پنهان کردن قفل"
|
msgstr "پنهان کردن قفل"
|
||||||
|
|
||||||
#: www/index.php:186
|
#: www/index.php:185 common_config.php:41
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "جستجو"
|
msgstr "جستجو"
|
||||||
|
|
||||||
#: www/index.php:188
|
#: www/index.php:187
|
||||||
msgid "Format:"
|
msgid "Format:"
|
||||||
msgstr "فرمت:"
|
msgstr "فرمت:"
|
||||||
|
|
||||||
#: www/index.php:191
|
#: www/index.php:190
|
||||||
msgid "Special categories:"
|
msgid "Special categories:"
|
||||||
msgstr "دسته بندی های خاص:"
|
msgstr "دسته بندی های خاص:"
|
||||||
|
|
||||||
#: www/index.php:197
|
#: www/index.php:196
|
||||||
msgid "Phishing Clones"
|
msgid "Phishing Clones"
|
||||||
msgstr "کلاهبرداری فیشینگ"
|
msgstr "کلاهبرداری فیشینگ"
|
||||||
|
|
||||||
#: www/index.php:198
|
#: www/index.php:197
|
||||||
msgid "Removed/Child porn"
|
msgid "Removed/Child porn"
|
||||||
msgstr "حذف/ پورن کودکان"
|
msgstr "حذف/ پورن کودکان"
|
||||||
|
|
||||||
#: www/index.php:200
|
#: www/index.php:199
|
||||||
msgid "Pending approval"
|
msgid "Pending approval"
|
||||||
msgstr "در انتضار تایید"
|
msgstr "در انتضار تایید"
|
||||||
|
|
||||||
#: www/index.php:201
|
#: www/index.php:200
|
||||||
msgid "Rejected"
|
msgid "Rejected"
|
||||||
msgstr "رد شد"
|
msgstr "رد شد"
|
||||||
|
|
||||||
#: www/index.php:205
|
#: www/index.php:204
|
||||||
msgid "Categories:"
|
msgid "Categories:"
|
||||||
msgstr "دسته بندی ها:"
|
msgstr "دسته بندی ها:"
|
||||||
|
|
||||||
#: www/index.php:212 www/test.php:46 www/admin.php:51 www/admin.php:111
|
#: www/index.php:211 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||||
msgid "Invalid onion address!"
|
msgid "Invalid onion address!"
|
||||||
msgstr "آدرس پیازی غیر مجاز!"
|
msgstr "آدرس پیازی غیر مجاز!"
|
||||||
|
|
||||||
#: www/index.php:213
|
#: www/index.php:212
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "A valid address looks like this: %s"
|
msgid "A valid address looks like this: %s"
|
||||||
msgstr "آدرس معتبری به این شکل است: %s"
|
msgstr "آدرس معتبری به این شکل است: %s"
|
||||||
|
|
||||||
#: www/index.php:217 www/index.php:230
|
#: www/index.php:216 www/index.php:229
|
||||||
msgid "Error: Wrong captcha"
|
msgid "Error: Wrong captcha"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:223
|
#: www/index.php:222
|
||||||
msgid "Error: Captcha expired"
|
msgid "Error: Captcha expired"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:252 www/admin.php:97
|
#: www/index.php:251 www/admin.php:97
|
||||||
msgid "Successfully added onion address!"
|
msgid "Successfully added onion address!"
|
||||||
msgstr "آدرس پیازی با موفقیت اضافه شد!"
|
msgstr "آدرس پیازی با موفقیت اضافه شد!"
|
||||||
|
|
||||||
#: www/index.php:254
|
#: www/index.php:253
|
||||||
msgid "Sorry, editing this onion address has been locked!"
|
msgid "Sorry, editing this onion address has been locked!"
|
||||||
msgstr "متاسفیم، این آدرس قفل شده است نمیتوانید ویرایش کنید!"
|
msgstr "متاسفیم، این آدرس قفل شده است نمیتوانید ویرایش کنید!"
|
||||||
|
|
||||||
#: www/index.php:258 www/admin.php:101
|
#: www/index.php:257 www/admin.php:101
|
||||||
msgid "Successfully updated description!"
|
msgid "Successfully updated description!"
|
||||||
msgstr "توضیحات با موفقیت بروزرسانی شد !"
|
msgstr "توضیحات با موفقیت بروزرسانی شد !"
|
||||||
|
|
||||||
#: www/index.php:262 www/admin.php:105
|
#: www/index.php:261 www/admin.php:105
|
||||||
msgid "Successfully updated category!"
|
msgid "Successfully updated category!"
|
||||||
msgstr "دسته بندی به موفقیت بروزرسانی شد!"
|
msgstr "دسته بندی به موفقیت بروزرسانی شد!"
|
||||||
|
|
||||||
#: www/index.php:264 www/admin.php:107
|
#: www/index.php:263 www/admin.php:107
|
||||||
msgid "Thanks, but I already knew this address!"
|
msgid "Thanks, but I already knew this address!"
|
||||||
msgstr "با تشکر ، اما این آدرس موجود است !"
|
msgstr "با تشکر ، اما این آدرس موجود است !"
|
||||||
|
|
||||||
#: www/index.php:290
|
#: www/index.php:289
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||||
msgstr "جستجو برای \"%1$s\", %2$d نتیجه یافت شد:"
|
msgstr "جستجو برای \"%1$s\", %2$d نتیجه یافت شد:"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Onion link"
|
msgid "Onion link"
|
||||||
msgstr "پیوند پیازی"
|
msgstr "پیوند پیازی"
|
||||||
|
|
||||||
#: www/index.php:337 www/admin.php:166
|
#: www/index.php:336 www/admin.php:166
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr "توضیح"
|
msgstr "توضیح"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Last seen"
|
msgid "Last seen"
|
||||||
msgstr "آخرین بازدید"
|
msgstr "آخرین بازدید"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Added at"
|
msgid "Added at"
|
||||||
msgstr "اضافه شده در"
|
msgstr "اضافه شده در"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr "اقدامات"
|
msgstr "اقدامات"
|
||||||
|
|
||||||
#: www/index.php:349 www/index.php:367 www/index.php:406
|
#: www/index.php:348 www/index.php:366 www/index.php:405
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "هرگز"
|
msgstr "هرگز"
|
||||||
|
|
||||||
#: www/index.php:357 www/index.php:383 www/test.php:34
|
#: www/index.php:356 www/index.php:382 www/test.php:34
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr "آزمون"
|
msgstr "آزمون"
|
||||||
|
|
||||||
#: www/index.php:381
|
#: www/index.php:380
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "ویرایش"
|
msgstr "ویرایش"
|
||||||
|
|
||||||
#: www/index.php:397
|
#: www/index.php:396
|
||||||
msgid "Clone of"
|
msgid "Clone of"
|
||||||
msgstr "کلون از"
|
msgstr "کلون از"
|
||||||
|
|
||||||
#: www/index.php:413
|
#: www/index.php:412
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr "ناشناخته"
|
msgstr "ناشناخته"
|
||||||
|
|
||||||
#: www/index.php:463
|
#: www/index.php:462
|
||||||
msgid "Pages:"
|
msgid "Pages:"
|
||||||
msgstr "صفحه:"
|
msgstr "صفحه:"
|
||||||
|
|
||||||
#: www/index.php:488
|
#: www/index.php:487
|
||||||
msgid "Copy:"
|
msgid "Copy:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:495 www/index.php:510 www/index.php:562
|
#: www/index.php:494 www/index.php:509 www/index.php:561
|
||||||
msgid "captcha image"
|
msgid "captcha image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -247,7 +247,7 @@ msgstr ""
|
|||||||
msgid "Yes, the service is online!"
|
msgid "Yes, the service is online!"
|
||||||
msgstr "بله، سرویس انلاین است!"
|
msgstr "بله، سرویس انلاین است!"
|
||||||
|
|
||||||
#: www/test.php:112
|
#: www/test.php:110
|
||||||
msgid "No, the service is offline!"
|
msgid "No, the service is offline!"
|
||||||
msgstr "خیر، سرویس افلاین است!"
|
msgstr "خیر، سرویس افلاین است!"
|
||||||
|
|
||||||
@ -402,7 +402,75 @@ msgstr ""
|
|||||||
msgid "Search the onion link list"
|
msgid "Search the onion link list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common_config.php:76
|
#: common_config.php:24
|
||||||
|
msgid "Unsorted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:25
|
||||||
|
msgid "Adult/Porn"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:26
|
||||||
|
msgid "Communication/Social"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:27
|
||||||
|
msgid "Forums"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:28
|
||||||
|
msgid "Hacking/Programming/Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:29
|
||||||
|
msgid "Hosting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:30
|
||||||
|
msgid "Libraries/Wikis"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:31
|
||||||
|
msgid "Link Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:32
|
||||||
|
msgid "Market/Shop/Store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:33
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:34
|
||||||
|
msgid "Personal Sites/Blogs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:35
|
||||||
|
msgid "Security/Privacy/Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:36
|
||||||
|
msgid "Whistleblowing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:37
|
||||||
|
msgid "Empty/Error/Unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:38
|
||||||
|
msgid "Cryptocurrencies"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:39
|
||||||
|
msgid "Scams"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:40
|
||||||
|
msgid "Fun/Games/Joke"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:95
|
||||||
msgid "Language:"
|
msgid "Language:"
|
||||||
msgstr "زبان:"
|
msgstr "زبان:"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-01-13 14:54+0100\n"
|
"POT-Creation-Date: 2023-01-25 19:12+0100\n"
|
||||||
"PO-Revision-Date: 2023-01-01 17:57+0100\n"
|
"PO-Revision-Date: 2023-01-01 17:57+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -18,34 +18,34 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Poedit 3.1.1\n"
|
"X-Generator: Poedit 3.1.1\n"
|
||||||
|
|
||||||
#: www/index.php:36
|
#: www/index.php:37
|
||||||
msgid "All legitimate"
|
msgid "All legitimate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:37 www/index.php:71
|
#: www/index.php:38 www/index.php:70
|
||||||
msgid "Last added"
|
msgid "Last added"
|
||||||
msgstr "最近の追加"
|
msgstr "最近の追加"
|
||||||
|
|
||||||
#: www/index.php:38
|
#: www/index.php:39
|
||||||
msgid "Offline > 1 week"
|
msgid "Offline > 1 week"
|
||||||
msgstr "1週間以上オフライン"
|
msgstr "1週間以上オフライン"
|
||||||
|
|
||||||
#: www/index.php:100 www/index.php:105 www/index.php:110 www/index.php:118
|
#: www/index.php:99 www/index.php:104 www/index.php:109 www/index.php:117
|
||||||
#: www/opensearch.php:6
|
#: www/opensearch.php:6
|
||||||
msgid "Onion link list"
|
msgid "Onion link list"
|
||||||
msgstr "Onionリンクの一覧"
|
msgstr "Onionリンクの一覧"
|
||||||
|
|
||||||
#: www/index.php:104 www/index.php:111
|
#: www/index.php:103 www/index.php:110
|
||||||
msgid ""
|
msgid ""
|
||||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||||
"in one place."
|
"in one place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:120 www/index.php:424 www/index.php:441
|
#: www/index.php:119 www/index.php:423 www/index.php:440
|
||||||
msgid "Error: No database connection!"
|
msgid "Error: No database connection!"
|
||||||
msgstr "エラー:データベースの接続がありません!"
|
msgstr "エラー:データベースの接続がありません!"
|
||||||
|
|
||||||
#: www/index.php:122
|
#: www/index.php:121
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
||||||
@ -54,161 +54,161 @@ msgid ""
|
|||||||
"scammers, don't be one of them!"
|
"scammers, don't be one of them!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:127
|
#: www/index.php:126
|
||||||
msgid "Onion address:"
|
msgid "Onion address:"
|
||||||
msgstr "Onion アドレス:"
|
msgstr "Onion アドレス:"
|
||||||
|
|
||||||
#: www/index.php:132 www/admin.php:184
|
#: www/index.php:131 www/admin.php:184
|
||||||
msgid "Description:"
|
msgid "Description:"
|
||||||
msgstr "詳細:"
|
msgstr "詳細:"
|
||||||
|
|
||||||
#: www/index.php:147 www/index.php:167 www/admin.php:200
|
#: www/index.php:146 www/index.php:166 www/admin.php:200
|
||||||
msgid "Category:"
|
msgid "Category:"
|
||||||
msgstr "カテゴリ:"
|
msgstr "カテゴリ:"
|
||||||
|
|
||||||
#: www/index.php:157 www/admin.php:81 www/admin.php:221
|
#: www/index.php:156 www/admin.php:81 www/admin.php:221
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
msgstr "更新"
|
msgstr "更新"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search:"
|
msgid "Search:"
|
||||||
msgstr "検索:"
|
msgstr "検索:"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search term"
|
msgid "Search term"
|
||||||
msgstr "検索キーワード"
|
msgstr "検索キーワード"
|
||||||
|
|
||||||
#: www/index.php:172 www/index.php:464
|
#: www/index.php:171 www/index.php:463
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "全て"
|
msgstr "全て"
|
||||||
|
|
||||||
#: www/index.php:185
|
#: www/index.php:184
|
||||||
msgid "Hide locked"
|
msgid "Hide locked"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:186
|
#: www/index.php:185 common_config.php:41
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "検索"
|
msgstr "検索"
|
||||||
|
|
||||||
#: www/index.php:188
|
#: www/index.php:187
|
||||||
msgid "Format:"
|
msgid "Format:"
|
||||||
msgstr "形式:"
|
msgstr "形式:"
|
||||||
|
|
||||||
#: www/index.php:191
|
#: www/index.php:190
|
||||||
msgid "Special categories:"
|
msgid "Special categories:"
|
||||||
msgstr "特別な分類:"
|
msgstr "特別な分類:"
|
||||||
|
|
||||||
#: www/index.php:197
|
#: www/index.php:196
|
||||||
msgid "Phishing Clones"
|
msgid "Phishing Clones"
|
||||||
msgstr "詐欺サイト(クローン)"
|
msgstr "詐欺サイト(クローン)"
|
||||||
|
|
||||||
#: www/index.php:198
|
#: www/index.php:197
|
||||||
msgid "Removed/Child porn"
|
msgid "Removed/Child porn"
|
||||||
msgstr "削除済"
|
msgstr "削除済"
|
||||||
|
|
||||||
#: www/index.php:200
|
#: www/index.php:199
|
||||||
msgid "Pending approval"
|
msgid "Pending approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:201
|
#: www/index.php:200
|
||||||
msgid "Rejected"
|
msgid "Rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:205
|
#: www/index.php:204
|
||||||
msgid "Categories:"
|
msgid "Categories:"
|
||||||
msgstr "カテゴリ:"
|
msgstr "カテゴリ:"
|
||||||
|
|
||||||
#: www/index.php:212 www/test.php:46 www/admin.php:51 www/admin.php:111
|
#: www/index.php:211 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||||
msgid "Invalid onion address!"
|
msgid "Invalid onion address!"
|
||||||
msgstr "Onionアドレスが不正です!"
|
msgstr "Onionアドレスが不正です!"
|
||||||
|
|
||||||
#: www/index.php:213
|
#: www/index.php:212
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "A valid address looks like this: %s"
|
msgid "A valid address looks like this: %s"
|
||||||
msgstr "正しいアドレスはこんな感じのはず:%s"
|
msgstr "正しいアドレスはこんな感じのはず:%s"
|
||||||
|
|
||||||
#: www/index.php:217 www/index.php:230
|
#: www/index.php:216 www/index.php:229
|
||||||
msgid "Error: Wrong captcha"
|
msgid "Error: Wrong captcha"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:223
|
#: www/index.php:222
|
||||||
msgid "Error: Captcha expired"
|
msgid "Error: Captcha expired"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:252 www/admin.php:97
|
#: www/index.php:251 www/admin.php:97
|
||||||
msgid "Successfully added onion address!"
|
msgid "Successfully added onion address!"
|
||||||
msgstr "Onionアドレスを追加しました!"
|
msgstr "Onionアドレスを追加しました!"
|
||||||
|
|
||||||
#: www/index.php:254
|
#: www/index.php:253
|
||||||
msgid "Sorry, editing this onion address has been locked!"
|
msgid "Sorry, editing this onion address has been locked!"
|
||||||
msgstr "ごめん、このOnionアドレスはロックされていて編集できない!"
|
msgstr "ごめん、このOnionアドレスはロックされていて編集できない!"
|
||||||
|
|
||||||
#: www/index.php:258 www/admin.php:101
|
#: www/index.php:257 www/admin.php:101
|
||||||
msgid "Successfully updated description!"
|
msgid "Successfully updated description!"
|
||||||
msgstr "説明の更新に成功しました!"
|
msgstr "説明の更新に成功しました!"
|
||||||
|
|
||||||
#: www/index.php:262 www/admin.php:105
|
#: www/index.php:261 www/admin.php:105
|
||||||
msgid "Successfully updated category!"
|
msgid "Successfully updated category!"
|
||||||
msgstr "カテゴリの変更に成功しました!"
|
msgstr "カテゴリの変更に成功しました!"
|
||||||
|
|
||||||
#: www/index.php:264 www/admin.php:107
|
#: www/index.php:263 www/admin.php:107
|
||||||
msgid "Thanks, but I already knew this address!"
|
msgid "Thanks, but I already knew this address!"
|
||||||
msgstr "ありがとう、でも、このアドレスはもう知ってるんだ!"
|
msgstr "ありがとう、でも、このアドレスはもう知ってるんだ!"
|
||||||
|
|
||||||
#: www/index.php:290
|
#: www/index.php:289
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||||
msgstr "検索キーワード \"%1$s\" - %2$d 件見つかりました:"
|
msgstr "検索キーワード \"%1$s\" - %2$d 件見つかりました:"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Onion link"
|
msgid "Onion link"
|
||||||
msgstr "Onion リンク"
|
msgstr "Onion リンク"
|
||||||
|
|
||||||
#: www/index.php:337 www/admin.php:166
|
#: www/index.php:336 www/admin.php:166
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr "説明"
|
msgstr "説明"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Last seen"
|
msgid "Last seen"
|
||||||
msgstr "最後に見た日"
|
msgstr "最後に見た日"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Added at"
|
msgid "Added at"
|
||||||
msgstr "追加された日"
|
msgstr "追加された日"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr "操作"
|
msgstr "操作"
|
||||||
|
|
||||||
#: www/index.php:349 www/index.php:367 www/index.php:406
|
#: www/index.php:348 www/index.php:366 www/index.php:405
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "なし"
|
msgstr "なし"
|
||||||
|
|
||||||
#: www/index.php:357 www/index.php:383 www/test.php:34
|
#: www/index.php:356 www/index.php:382 www/test.php:34
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr "テスト"
|
msgstr "テスト"
|
||||||
|
|
||||||
#: www/index.php:381
|
#: www/index.php:380
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "編集"
|
msgstr "編集"
|
||||||
|
|
||||||
#: www/index.php:397
|
#: www/index.php:396
|
||||||
msgid "Clone of"
|
msgid "Clone of"
|
||||||
msgstr "クローン元(オリジナル)"
|
msgstr "クローン元(オリジナル)"
|
||||||
|
|
||||||
#: www/index.php:413
|
#: www/index.php:412
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr "不明"
|
msgstr "不明"
|
||||||
|
|
||||||
#: www/index.php:463
|
#: www/index.php:462
|
||||||
msgid "Pages:"
|
msgid "Pages:"
|
||||||
msgstr "ページ:"
|
msgstr "ページ:"
|
||||||
|
|
||||||
#: www/index.php:488
|
#: www/index.php:487
|
||||||
msgid "Copy:"
|
msgid "Copy:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:495 www/index.php:510 www/index.php:562
|
#: www/index.php:494 www/index.php:509 www/index.php:561
|
||||||
msgid "captcha image"
|
msgid "captcha image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -246,7 +246,7 @@ msgstr ""
|
|||||||
msgid "Yes, the service is online!"
|
msgid "Yes, the service is online!"
|
||||||
msgstr "対象はオンラインです!"
|
msgstr "対象はオンラインです!"
|
||||||
|
|
||||||
#: www/test.php:112
|
#: www/test.php:110
|
||||||
msgid "No, the service is offline!"
|
msgid "No, the service is offline!"
|
||||||
msgstr "対象はオフラインです!"
|
msgstr "対象はオフラインです!"
|
||||||
|
|
||||||
@ -401,7 +401,75 @@ msgstr ""
|
|||||||
msgid "Search the onion link list"
|
msgid "Search the onion link list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common_config.php:76
|
#: common_config.php:24
|
||||||
|
msgid "Unsorted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:25
|
||||||
|
msgid "Adult/Porn"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:26
|
||||||
|
msgid "Communication/Social"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:27
|
||||||
|
msgid "Forums"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:28
|
||||||
|
msgid "Hacking/Programming/Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:29
|
||||||
|
msgid "Hosting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:30
|
||||||
|
msgid "Libraries/Wikis"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:31
|
||||||
|
msgid "Link Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:32
|
||||||
|
msgid "Market/Shop/Store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:33
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:34
|
||||||
|
msgid "Personal Sites/Blogs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:35
|
||||||
|
msgid "Security/Privacy/Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:36
|
||||||
|
msgid "Whistleblowing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:37
|
||||||
|
msgid "Empty/Error/Unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:38
|
||||||
|
msgid "Cryptocurrencies"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:39
|
||||||
|
msgid "Scams"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:40
|
||||||
|
msgid "Fun/Games/Joke"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:95
|
||||||
msgid "Language:"
|
msgid "Language:"
|
||||||
msgstr "言語:"
|
msgstr "言語:"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-01-13 14:54+0100\n"
|
"POT-Creation-Date: 2023-01-25 19:12+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -17,34 +17,34 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: www/index.php:36
|
#: www/index.php:37
|
||||||
msgid "All legitimate"
|
msgid "All legitimate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:37 www/index.php:71
|
#: www/index.php:38 www/index.php:70
|
||||||
msgid "Last added"
|
msgid "Last added"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:38
|
#: www/index.php:39
|
||||||
msgid "Offline > 1 week"
|
msgid "Offline > 1 week"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:100 www/index.php:105 www/index.php:110 www/index.php:118
|
#: www/index.php:99 www/index.php:104 www/index.php:109 www/index.php:117
|
||||||
#: www/opensearch.php:6
|
#: www/opensearch.php:6
|
||||||
msgid "Onion link list"
|
msgid "Onion link list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:104 www/index.php:111
|
#: www/index.php:103 www/index.php:110
|
||||||
msgid ""
|
msgid ""
|
||||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||||
"in one place."
|
"in one place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:120 www/index.php:424 www/index.php:441
|
#: www/index.php:119 www/index.php:423 www/index.php:440
|
||||||
msgid "Error: No database connection!"
|
msgid "Error: No database connection!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:122
|
#: www/index.php:121
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
||||||
@ -53,161 +53,161 @@ msgid ""
|
|||||||
"scammers, don't be one of them!"
|
"scammers, don't be one of them!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:127
|
#: www/index.php:126
|
||||||
msgid "Onion address:"
|
msgid "Onion address:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:132 www/admin.php:184
|
#: www/index.php:131 www/admin.php:184
|
||||||
msgid "Description:"
|
msgid "Description:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:147 www/index.php:167 www/admin.php:200
|
#: www/index.php:146 www/index.php:166 www/admin.php:200
|
||||||
msgid "Category:"
|
msgid "Category:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:157 www/admin.php:81 www/admin.php:221
|
#: www/index.php:156 www/admin.php:81 www/admin.php:221
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search:"
|
msgid "Search:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search term"
|
msgid "Search term"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:172 www/index.php:464
|
#: www/index.php:171 www/index.php:463
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:185
|
#: www/index.php:184
|
||||||
msgid "Hide locked"
|
msgid "Hide locked"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:186
|
#: www/index.php:185 common_config.php:41
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:188
|
#: www/index.php:187
|
||||||
msgid "Format:"
|
msgid "Format:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:191
|
#: www/index.php:190
|
||||||
msgid "Special categories:"
|
msgid "Special categories:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:197
|
#: www/index.php:196
|
||||||
msgid "Phishing Clones"
|
msgid "Phishing Clones"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:198
|
#: www/index.php:197
|
||||||
msgid "Removed/Child porn"
|
msgid "Removed/Child porn"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:200
|
#: www/index.php:199
|
||||||
msgid "Pending approval"
|
msgid "Pending approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:201
|
#: www/index.php:200
|
||||||
msgid "Rejected"
|
msgid "Rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:205
|
#: www/index.php:204
|
||||||
msgid "Categories:"
|
msgid "Categories:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:212 www/test.php:46 www/admin.php:51 www/admin.php:111
|
#: www/index.php:211 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||||
msgid "Invalid onion address!"
|
msgid "Invalid onion address!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:213
|
#: www/index.php:212
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "A valid address looks like this: %s"
|
msgid "A valid address looks like this: %s"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:217 www/index.php:230
|
#: www/index.php:216 www/index.php:229
|
||||||
msgid "Error: Wrong captcha"
|
msgid "Error: Wrong captcha"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:223
|
#: www/index.php:222
|
||||||
msgid "Error: Captcha expired"
|
msgid "Error: Captcha expired"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:252 www/admin.php:97
|
#: www/index.php:251 www/admin.php:97
|
||||||
msgid "Successfully added onion address!"
|
msgid "Successfully added onion address!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:254
|
#: www/index.php:253
|
||||||
msgid "Sorry, editing this onion address has been locked!"
|
msgid "Sorry, editing this onion address has been locked!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:258 www/admin.php:101
|
#: www/index.php:257 www/admin.php:101
|
||||||
msgid "Successfully updated description!"
|
msgid "Successfully updated description!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:262 www/admin.php:105
|
#: www/index.php:261 www/admin.php:105
|
||||||
msgid "Successfully updated category!"
|
msgid "Successfully updated category!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:264 www/admin.php:107
|
#: www/index.php:263 www/admin.php:107
|
||||||
msgid "Thanks, but I already knew this address!"
|
msgid "Thanks, but I already knew this address!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:290
|
#: www/index.php:289
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Onion link"
|
msgid "Onion link"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:337 www/admin.php:166
|
#: www/index.php:336 www/admin.php:166
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Last seen"
|
msgid "Last seen"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Added at"
|
msgid "Added at"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:349 www/index.php:367 www/index.php:406
|
#: www/index.php:348 www/index.php:366 www/index.php:405
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:357 www/index.php:383 www/test.php:34
|
#: www/index.php:356 www/index.php:382 www/test.php:34
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:381
|
#: www/index.php:380
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:397
|
#: www/index.php:396
|
||||||
msgid "Clone of"
|
msgid "Clone of"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:413
|
#: www/index.php:412
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:463
|
#: www/index.php:462
|
||||||
msgid "Pages:"
|
msgid "Pages:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:488
|
#: www/index.php:487
|
||||||
msgid "Copy:"
|
msgid "Copy:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:495 www/index.php:510 www/index.php:562
|
#: www/index.php:494 www/index.php:509 www/index.php:561
|
||||||
msgid "captcha image"
|
msgid "captcha image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -245,7 +245,7 @@ msgstr ""
|
|||||||
msgid "Yes, the service is online!"
|
msgid "Yes, the service is online!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/test.php:112
|
#: www/test.php:110
|
||||||
msgid "No, the service is offline!"
|
msgid "No, the service is offline!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -400,7 +400,75 @@ msgstr ""
|
|||||||
msgid "Search the onion link list"
|
msgid "Search the onion link list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common_config.php:76
|
#: common_config.php:24
|
||||||
|
msgid "Unsorted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:25
|
||||||
|
msgid "Adult/Porn"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:26
|
||||||
|
msgid "Communication/Social"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:27
|
||||||
|
msgid "Forums"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:28
|
||||||
|
msgid "Hacking/Programming/Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:29
|
||||||
|
msgid "Hosting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:30
|
||||||
|
msgid "Libraries/Wikis"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:31
|
||||||
|
msgid "Link Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:32
|
||||||
|
msgid "Market/Shop/Store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:33
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:34
|
||||||
|
msgid "Personal Sites/Blogs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:35
|
||||||
|
msgid "Security/Privacy/Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:36
|
||||||
|
msgid "Whistleblowing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:37
|
||||||
|
msgid "Empty/Error/Unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:38
|
||||||
|
msgid "Cryptocurrencies"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:39
|
||||||
|
msgid "Scams"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:40
|
||||||
|
msgid "Fun/Games/Joke"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:95
|
||||||
msgid "Language:"
|
msgid "Language:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-01-13 14:54+0100\n"
|
"POT-Creation-Date: 2023-01-25 19:12+0100\n"
|
||||||
"PO-Revision-Date: 2023-01-01 17:58+0100\n"
|
"PO-Revision-Date: 2023-01-01 17:58+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -18,34 +18,34 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Poedit 3.1.1\n"
|
"X-Generator: Poedit 3.1.1\n"
|
||||||
|
|
||||||
#: www/index.php:36
|
#: www/index.php:37
|
||||||
msgid "All legitimate"
|
msgid "All legitimate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:37 www/index.php:71
|
#: www/index.php:38 www/index.php:70
|
||||||
msgid "Last added"
|
msgid "Last added"
|
||||||
msgstr "Últimos adicionados"
|
msgstr "Últimos adicionados"
|
||||||
|
|
||||||
#: www/index.php:38
|
#: www/index.php:39
|
||||||
msgid "Offline > 1 week"
|
msgid "Offline > 1 week"
|
||||||
msgstr "Offline > 1 semana"
|
msgstr "Offline > 1 semana"
|
||||||
|
|
||||||
#: www/index.php:100 www/index.php:105 www/index.php:110 www/index.php:118
|
#: www/index.php:99 www/index.php:104 www/index.php:109 www/index.php:117
|
||||||
#: www/opensearch.php:6
|
#: www/opensearch.php:6
|
||||||
msgid "Onion link list"
|
msgid "Onion link list"
|
||||||
msgstr "Lista de links onion"
|
msgstr "Lista de links onion"
|
||||||
|
|
||||||
#: www/index.php:104 www/index.php:111
|
#: www/index.php:103 www/index.php:110
|
||||||
msgid ""
|
msgid ""
|
||||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||||
"in one place."
|
"in one place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:120 www/index.php:424 www/index.php:441
|
#: www/index.php:119 www/index.php:423 www/index.php:440
|
||||||
msgid "Error: No database connection!"
|
msgid "Error: No database connection!"
|
||||||
msgstr "Erro: Sem conexão com a database!"
|
msgstr "Erro: Sem conexão com a database!"
|
||||||
|
|
||||||
#: www/index.php:122
|
#: www/index.php:121
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
||||||
@ -54,161 +54,161 @@ msgid ""
|
|||||||
"scammers, don't be one of them!"
|
"scammers, don't be one of them!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:127
|
#: www/index.php:126
|
||||||
msgid "Onion address:"
|
msgid "Onion address:"
|
||||||
msgstr "Endereço onion:"
|
msgstr "Endereço onion:"
|
||||||
|
|
||||||
#: www/index.php:132 www/admin.php:184
|
#: www/index.php:131 www/admin.php:184
|
||||||
msgid "Description:"
|
msgid "Description:"
|
||||||
msgstr "Descrição:"
|
msgstr "Descrição:"
|
||||||
|
|
||||||
#: www/index.php:147 www/index.php:167 www/admin.php:200
|
#: www/index.php:146 www/index.php:166 www/admin.php:200
|
||||||
msgid "Category:"
|
msgid "Category:"
|
||||||
msgstr "Categoria:"
|
msgstr "Categoria:"
|
||||||
|
|
||||||
#: www/index.php:157 www/admin.php:81 www/admin.php:221
|
#: www/index.php:156 www/admin.php:81 www/admin.php:221
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
msgstr "Atualizar"
|
msgstr "Atualizar"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search:"
|
msgid "Search:"
|
||||||
msgstr "Pesquisar:"
|
msgstr "Pesquisar:"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search term"
|
msgid "Search term"
|
||||||
msgstr "Termo de pesquisa"
|
msgstr "Termo de pesquisa"
|
||||||
|
|
||||||
#: www/index.php:172 www/index.php:464
|
#: www/index.php:171 www/index.php:463
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Todos"
|
msgstr "Todos"
|
||||||
|
|
||||||
#: www/index.php:185
|
#: www/index.php:184
|
||||||
msgid "Hide locked"
|
msgid "Hide locked"
|
||||||
msgstr "Esconder bloqueado"
|
msgstr "Esconder bloqueado"
|
||||||
|
|
||||||
#: www/index.php:186
|
#: www/index.php:185 common_config.php:41
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Pesquisar"
|
msgstr "Pesquisar"
|
||||||
|
|
||||||
#: www/index.php:188
|
#: www/index.php:187
|
||||||
msgid "Format:"
|
msgid "Format:"
|
||||||
msgstr "Formato:"
|
msgstr "Formato:"
|
||||||
|
|
||||||
#: www/index.php:191
|
#: www/index.php:190
|
||||||
msgid "Special categories:"
|
msgid "Special categories:"
|
||||||
msgstr "Categorias especiais:"
|
msgstr "Categorias especiais:"
|
||||||
|
|
||||||
#: www/index.php:197
|
#: www/index.php:196
|
||||||
msgid "Phishing Clones"
|
msgid "Phishing Clones"
|
||||||
msgstr "Clone com phishing"
|
msgstr "Clone com phishing"
|
||||||
|
|
||||||
#: www/index.php:198
|
#: www/index.php:197
|
||||||
msgid "Removed/Child porn"
|
msgid "Removed/Child porn"
|
||||||
msgstr "Removidos/Pornografia infantil"
|
msgstr "Removidos/Pornografia infantil"
|
||||||
|
|
||||||
#: www/index.php:200
|
#: www/index.php:199
|
||||||
msgid "Pending approval"
|
msgid "Pending approval"
|
||||||
msgstr "Aprovação pendente"
|
msgstr "Aprovação pendente"
|
||||||
|
|
||||||
#: www/index.php:201
|
#: www/index.php:200
|
||||||
msgid "Rejected"
|
msgid "Rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:205
|
#: www/index.php:204
|
||||||
msgid "Categories:"
|
msgid "Categories:"
|
||||||
msgstr "Categorias:"
|
msgstr "Categorias:"
|
||||||
|
|
||||||
#: www/index.php:212 www/test.php:46 www/admin.php:51 www/admin.php:111
|
#: www/index.php:211 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||||
msgid "Invalid onion address!"
|
msgid "Invalid onion address!"
|
||||||
msgstr "Endereço onion inválido!"
|
msgstr "Endereço onion inválido!"
|
||||||
|
|
||||||
#: www/index.php:213
|
#: www/index.php:212
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "A valid address looks like this: %s"
|
msgid "A valid address looks like this: %s"
|
||||||
msgstr "Um endereço válido é parecido com este: %s"
|
msgstr "Um endereço válido é parecido com este: %s"
|
||||||
|
|
||||||
#: www/index.php:217 www/index.php:230
|
#: www/index.php:216 www/index.php:229
|
||||||
msgid "Error: Wrong captcha"
|
msgid "Error: Wrong captcha"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:223
|
#: www/index.php:222
|
||||||
msgid "Error: Captcha expired"
|
msgid "Error: Captcha expired"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:252 www/admin.php:97
|
#: www/index.php:251 www/admin.php:97
|
||||||
msgid "Successfully added onion address!"
|
msgid "Successfully added onion address!"
|
||||||
msgstr "Endereço onion adicionado com sucesso!"
|
msgstr "Endereço onion adicionado com sucesso!"
|
||||||
|
|
||||||
#: www/index.php:254
|
#: www/index.php:253
|
||||||
msgid "Sorry, editing this onion address has been locked!"
|
msgid "Sorry, editing this onion address has been locked!"
|
||||||
msgstr "Desculpe, a edição deste endereço onion foi bloqueada!"
|
msgstr "Desculpe, a edição deste endereço onion foi bloqueada!"
|
||||||
|
|
||||||
#: www/index.php:258 www/admin.php:101
|
#: www/index.php:257 www/admin.php:101
|
||||||
msgid "Successfully updated description!"
|
msgid "Successfully updated description!"
|
||||||
msgstr "Descrição atualizada com sucesso!"
|
msgstr "Descrição atualizada com sucesso!"
|
||||||
|
|
||||||
#: www/index.php:262 www/admin.php:105
|
#: www/index.php:261 www/admin.php:105
|
||||||
msgid "Successfully updated category!"
|
msgid "Successfully updated category!"
|
||||||
msgstr "Categoria atualizada com sucesso!"
|
msgstr "Categoria atualizada com sucesso!"
|
||||||
|
|
||||||
#: www/index.php:264 www/admin.php:107
|
#: www/index.php:263 www/admin.php:107
|
||||||
msgid "Thanks, but I already knew this address!"
|
msgid "Thanks, but I already knew this address!"
|
||||||
msgstr "Obrigado, mas já conhecia este endereço!"
|
msgstr "Obrigado, mas já conhecia este endereço!"
|
||||||
|
|
||||||
#: www/index.php:290
|
#: www/index.php:289
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||||
msgstr "Procurando por \"%1$s\", %2$d resultados encontrados:"
|
msgstr "Procurando por \"%1$s\", %2$d resultados encontrados:"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Onion link"
|
msgid "Onion link"
|
||||||
msgstr "Onion link"
|
msgstr "Onion link"
|
||||||
|
|
||||||
#: www/index.php:337 www/admin.php:166
|
#: www/index.php:336 www/admin.php:166
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr "Descrição"
|
msgstr "Descrição"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Last seen"
|
msgid "Last seen"
|
||||||
msgstr "Visto pela última vez"
|
msgstr "Visto pela última vez"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Added at"
|
msgid "Added at"
|
||||||
msgstr "Adicionado em"
|
msgstr "Adicionado em"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr "Ações"
|
msgstr "Ações"
|
||||||
|
|
||||||
#: www/index.php:349 www/index.php:367 www/index.php:406
|
#: www/index.php:348 www/index.php:366 www/index.php:405
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Nunca"
|
msgstr "Nunca"
|
||||||
|
|
||||||
#: www/index.php:357 www/index.php:383 www/test.php:34
|
#: www/index.php:356 www/index.php:382 www/test.php:34
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr "Testar"
|
msgstr "Testar"
|
||||||
|
|
||||||
#: www/index.php:381
|
#: www/index.php:380
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Editar"
|
msgstr "Editar"
|
||||||
|
|
||||||
#: www/index.php:397
|
#: www/index.php:396
|
||||||
msgid "Clone of"
|
msgid "Clone of"
|
||||||
msgstr "Clone de"
|
msgstr "Clone de"
|
||||||
|
|
||||||
#: www/index.php:413
|
#: www/index.php:412
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr "Desconhecido"
|
msgstr "Desconhecido"
|
||||||
|
|
||||||
#: www/index.php:463
|
#: www/index.php:462
|
||||||
msgid "Pages:"
|
msgid "Pages:"
|
||||||
msgstr "Páginas:"
|
msgstr "Páginas:"
|
||||||
|
|
||||||
#: www/index.php:488
|
#: www/index.php:487
|
||||||
msgid "Copy:"
|
msgid "Copy:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:495 www/index.php:510 www/index.php:562
|
#: www/index.php:494 www/index.php:509 www/index.php:561
|
||||||
msgid "captcha image"
|
msgid "captcha image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -248,7 +248,7 @@ msgstr ""
|
|||||||
msgid "Yes, the service is online!"
|
msgid "Yes, the service is online!"
|
||||||
msgstr "Sim, o serviço está online!"
|
msgstr "Sim, o serviço está online!"
|
||||||
|
|
||||||
#: www/test.php:112
|
#: www/test.php:110
|
||||||
msgid "No, the service is offline!"
|
msgid "No, the service is offline!"
|
||||||
msgstr "Não, o serviço está offline!"
|
msgstr "Não, o serviço está offline!"
|
||||||
|
|
||||||
@ -404,7 +404,75 @@ msgstr ""
|
|||||||
msgid "Search the onion link list"
|
msgid "Search the onion link list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common_config.php:76
|
#: common_config.php:24
|
||||||
|
msgid "Unsorted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:25
|
||||||
|
msgid "Adult/Porn"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:26
|
||||||
|
msgid "Communication/Social"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:27
|
||||||
|
msgid "Forums"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:28
|
||||||
|
msgid "Hacking/Programming/Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:29
|
||||||
|
msgid "Hosting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:30
|
||||||
|
msgid "Libraries/Wikis"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:31
|
||||||
|
msgid "Link Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:32
|
||||||
|
msgid "Market/Shop/Store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:33
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:34
|
||||||
|
msgid "Personal Sites/Blogs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:35
|
||||||
|
msgid "Security/Privacy/Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:36
|
||||||
|
msgid "Whistleblowing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:37
|
||||||
|
msgid "Empty/Error/Unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:38
|
||||||
|
msgid "Cryptocurrencies"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:39
|
||||||
|
msgid "Scams"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:40
|
||||||
|
msgid "Fun/Games/Joke"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:95
|
||||||
msgid "Language:"
|
msgid "Language:"
|
||||||
msgstr "Linguagem:"
|
msgstr "Linguagem:"
|
||||||
|
|
||||||
|
Binary file not shown.
@ -6,12 +6,12 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-01-13 14:54+0100\n"
|
"POT-Creation-Date: 2023-01-25 19:12+0100\n"
|
||||||
"PO-Revision-Date: 2023-01-18 11:25+0000\n"
|
"PO-Revision-Date: 2023-01-18 11:25+0000\n"
|
||||||
"Last-Translator: Goatli <goatli@porcod.io>\n"
|
"Last-Translator: Goatli <goatli@porcod.io>\n"
|
||||||
"Language-Team: Russian <https://weblate.danwin1210.de/projects/DanWin/"
|
"Language-Team: Russian <https://weblate.danwin1210.de/projects/DanWin/onion-"
|
||||||
"onion-link-list/ru/>\n"
|
"link-list/ru/>\n"
|
||||||
"Language: ru_RU\n"
|
"Language: ru_RU\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@ -20,24 +20,24 @@ msgstr ""
|
|||||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 4.15\n"
|
"X-Generator: Weblate 4.15\n"
|
||||||
|
|
||||||
#: www/index.php:36
|
#: www/index.php:37
|
||||||
msgid "All legitimate"
|
msgid "All legitimate"
|
||||||
msgstr "Все легальные"
|
msgstr "Все легальные"
|
||||||
|
|
||||||
#: www/index.php:37 www/index.php:71
|
#: www/index.php:38 www/index.php:70
|
||||||
msgid "Last added"
|
msgid "Last added"
|
||||||
msgstr "Недавно добавленные"
|
msgstr "Недавно добавленные"
|
||||||
|
|
||||||
#: www/index.php:38
|
#: www/index.php:39
|
||||||
msgid "Offline > 1 week"
|
msgid "Offline > 1 week"
|
||||||
msgstr "Офлайн больше недели"
|
msgstr "Офлайн больше недели"
|
||||||
|
|
||||||
#: www/index.php:100 www/index.php:105 www/index.php:110 www/index.php:118
|
#: www/index.php:99 www/index.php:104 www/index.php:109 www/index.php:117
|
||||||
#: www/opensearch.php:6
|
#: www/opensearch.php:6
|
||||||
msgid "Onion link list"
|
msgid "Onion link list"
|
||||||
msgstr "Список ссылок Onion"
|
msgstr "Список ссылок Onion"
|
||||||
|
|
||||||
#: www/index.php:104 www/index.php:111
|
#: www/index.php:103 www/index.php:110
|
||||||
msgid ""
|
msgid ""
|
||||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||||
"in one place."
|
"in one place."
|
||||||
@ -45,11 +45,11 @@ msgstr ""
|
|||||||
"Огромный список ссылок на скрытые сервисы Tor. Все onion ссылки что вам "
|
"Огромный список ссылок на скрытые сервисы Tor. Все onion ссылки что вам "
|
||||||
"нужны, находятся здесь."
|
"нужны, находятся здесь."
|
||||||
|
|
||||||
#: www/index.php:120 www/index.php:424 www/index.php:441
|
#: www/index.php:119 www/index.php:423 www/index.php:440
|
||||||
msgid "Error: No database connection!"
|
msgid "Error: No database connection!"
|
||||||
msgstr "Ошибка: Нет подключения к базе данных!"
|
msgstr "Ошибка: Нет подключения к базе данных!"
|
||||||
|
|
||||||
#: www/index.php:122
|
#: www/index.php:121
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
||||||
@ -63,161 +63,161 @@ msgstr ""
|
|||||||
"письма от людей, которые хотели заработать, но стали жертвами мошенников, не "
|
"письма от людей, которые хотели заработать, но стали жертвами мошенников, не "
|
||||||
"попадитесь на их удочку!"
|
"попадитесь на их удочку!"
|
||||||
|
|
||||||
#: www/index.php:127
|
#: www/index.php:126
|
||||||
msgid "Onion address:"
|
msgid "Onion address:"
|
||||||
msgstr "Адрес onion:"
|
msgstr "Адрес onion:"
|
||||||
|
|
||||||
#: www/index.php:132 www/admin.php:184
|
#: www/index.php:131 www/admin.php:184
|
||||||
msgid "Description:"
|
msgid "Description:"
|
||||||
msgstr "Описание:"
|
msgstr "Описание:"
|
||||||
|
|
||||||
#: www/index.php:147 www/index.php:167 www/admin.php:200
|
#: www/index.php:146 www/index.php:166 www/admin.php:200
|
||||||
msgid "Category:"
|
msgid "Category:"
|
||||||
msgstr "Категория:"
|
msgstr "Категория:"
|
||||||
|
|
||||||
#: www/index.php:157 www/admin.php:81 www/admin.php:221
|
#: www/index.php:156 www/admin.php:81 www/admin.php:221
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
msgstr "Обновить"
|
msgstr "Обновить"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search:"
|
msgid "Search:"
|
||||||
msgstr "Поиск:"
|
msgstr "Поиск:"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search term"
|
msgid "Search term"
|
||||||
msgstr "Поисковый запрос"
|
msgstr "Поисковый запрос"
|
||||||
|
|
||||||
#: www/index.php:172 www/index.php:464
|
#: www/index.php:171 www/index.php:463
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Все"
|
msgstr "Все"
|
||||||
|
|
||||||
#: www/index.php:185
|
#: www/index.php:184
|
||||||
msgid "Hide locked"
|
msgid "Hide locked"
|
||||||
msgstr "Скрыть заблокированные"
|
msgstr "Скрыть заблокированные"
|
||||||
|
|
||||||
#: www/index.php:186
|
#: www/index.php:185 common_config.php:41
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Поиск"
|
msgstr "Поиск"
|
||||||
|
|
||||||
#: www/index.php:188
|
#: www/index.php:187
|
||||||
msgid "Format:"
|
msgid "Format:"
|
||||||
msgstr "Формат:"
|
msgstr "Формат:"
|
||||||
|
|
||||||
#: www/index.php:191
|
#: www/index.php:190
|
||||||
msgid "Special categories:"
|
msgid "Special categories:"
|
||||||
msgstr "Отдельные категории:"
|
msgstr "Отдельные категории:"
|
||||||
|
|
||||||
#: www/index.php:197
|
#: www/index.php:196
|
||||||
msgid "Phishing Clones"
|
msgid "Phishing Clones"
|
||||||
msgstr "Фишинг"
|
msgstr "Фишинг"
|
||||||
|
|
||||||
#: www/index.php:198
|
#: www/index.php:197
|
||||||
msgid "Removed/Child porn"
|
msgid "Removed/Child porn"
|
||||||
msgstr "Удалено/запрещенка"
|
msgstr "Удалено/запрещенка"
|
||||||
|
|
||||||
#: www/index.php:200
|
#: www/index.php:199
|
||||||
msgid "Pending approval"
|
msgid "Pending approval"
|
||||||
msgstr "Ожидают подтверждение"
|
msgstr "Ожидают подтверждение"
|
||||||
|
|
||||||
#: www/index.php:201
|
#: www/index.php:200
|
||||||
msgid "Rejected"
|
msgid "Rejected"
|
||||||
msgstr "Отклонено"
|
msgstr "Отклонено"
|
||||||
|
|
||||||
#: www/index.php:205
|
#: www/index.php:204
|
||||||
msgid "Categories:"
|
msgid "Categories:"
|
||||||
msgstr "Категории:"
|
msgstr "Категории:"
|
||||||
|
|
||||||
#: www/index.php:212 www/test.php:46 www/admin.php:51 www/admin.php:111
|
#: www/index.php:211 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||||
msgid "Invalid onion address!"
|
msgid "Invalid onion address!"
|
||||||
msgstr "Неверный адрес!"
|
msgstr "Неверный адрес!"
|
||||||
|
|
||||||
#: www/index.php:213
|
#: www/index.php:212
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "A valid address looks like this: %s"
|
msgid "A valid address looks like this: %s"
|
||||||
msgstr "Действительный адрес выглядит следующим образом: %s"
|
msgstr "Действительный адрес выглядит следующим образом: %s"
|
||||||
|
|
||||||
#: www/index.php:217 www/index.php:230
|
#: www/index.php:216 www/index.php:229
|
||||||
msgid "Error: Wrong captcha"
|
msgid "Error: Wrong captcha"
|
||||||
msgstr "Ошибка: Неверная капча"
|
msgstr "Ошибка: Неверная капча"
|
||||||
|
|
||||||
#: www/index.php:223
|
#: www/index.php:222
|
||||||
msgid "Error: Captcha expired"
|
msgid "Error: Captcha expired"
|
||||||
msgstr "Ошибка: Срок действия капчи истек"
|
msgstr "Ошибка: Срок действия капчи истек"
|
||||||
|
|
||||||
#: www/index.php:252 www/admin.php:97
|
#: www/index.php:251 www/admin.php:97
|
||||||
msgid "Successfully added onion address!"
|
msgid "Successfully added onion address!"
|
||||||
msgstr "Адрес успешно добавлен!"
|
msgstr "Адрес успешно добавлен!"
|
||||||
|
|
||||||
#: www/index.php:254
|
#: www/index.php:253
|
||||||
msgid "Sorry, editing this onion address has been locked!"
|
msgid "Sorry, editing this onion address has been locked!"
|
||||||
msgstr "Редактирование этого адреса запрещено!"
|
msgstr "Редактирование этого адреса запрещено!"
|
||||||
|
|
||||||
#: www/index.php:258 www/admin.php:101
|
#: www/index.php:257 www/admin.php:101
|
||||||
msgid "Successfully updated description!"
|
msgid "Successfully updated description!"
|
||||||
msgstr "Описание успешно обновлено!"
|
msgstr "Описание успешно обновлено!"
|
||||||
|
|
||||||
#: www/index.php:262 www/admin.php:105
|
#: www/index.php:261 www/admin.php:105
|
||||||
msgid "Successfully updated category!"
|
msgid "Successfully updated category!"
|
||||||
msgstr "Категория успешно обновлена!"
|
msgstr "Категория успешно обновлена!"
|
||||||
|
|
||||||
#: www/index.php:264 www/admin.php:107
|
#: www/index.php:263 www/admin.php:107
|
||||||
msgid "Thanks, but I already knew this address!"
|
msgid "Thanks, but I already knew this address!"
|
||||||
msgstr "Спасибо, этот адрес мне уже известен!"
|
msgstr "Спасибо, этот адрес мне уже известен!"
|
||||||
|
|
||||||
#: www/index.php:290
|
#: www/index.php:289
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||||
msgstr "По запросу \"%1$s\", %2$d найдены следующие результаты:"
|
msgstr "По запросу \"%1$s\", %2$d найдены следующие результаты:"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Onion link"
|
msgid "Onion link"
|
||||||
msgstr "Ссылка"
|
msgstr "Ссылка"
|
||||||
|
|
||||||
#: www/index.php:337 www/admin.php:166
|
#: www/index.php:336 www/admin.php:166
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr "Описание"
|
msgstr "Описание"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Last seen"
|
msgid "Last seen"
|
||||||
msgstr "Последний раз онлайн"
|
msgstr "Последний раз онлайн"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Added at"
|
msgid "Added at"
|
||||||
msgstr "Добавлено"
|
msgstr "Добавлено"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr "Действие"
|
msgstr "Действие"
|
||||||
|
|
||||||
#: www/index.php:349 www/index.php:367 www/index.php:406
|
#: www/index.php:348 www/index.php:366 www/index.php:405
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Никогда"
|
msgstr "Никогда"
|
||||||
|
|
||||||
#: www/index.php:357 www/index.php:383 www/test.php:34
|
#: www/index.php:356 www/index.php:382 www/test.php:34
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr "Тест"
|
msgstr "Тест"
|
||||||
|
|
||||||
#: www/index.php:381
|
#: www/index.php:380
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Редактировать"
|
msgstr "Редактировать"
|
||||||
|
|
||||||
#: www/index.php:397
|
#: www/index.php:396
|
||||||
msgid "Clone of"
|
msgid "Clone of"
|
||||||
msgstr "Клонировать из"
|
msgstr "Клонировать из"
|
||||||
|
|
||||||
#: www/index.php:413
|
#: www/index.php:412
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr "Неизвестно"
|
msgstr "Неизвестно"
|
||||||
|
|
||||||
#: www/index.php:463
|
#: www/index.php:462
|
||||||
msgid "Pages:"
|
msgid "Pages:"
|
||||||
msgstr "Страницы:"
|
msgstr "Страницы:"
|
||||||
|
|
||||||
#: www/index.php:488
|
#: www/index.php:487
|
||||||
msgid "Copy:"
|
msgid "Copy:"
|
||||||
msgstr "Код с картинки:"
|
msgstr "Код с картинки:"
|
||||||
|
|
||||||
#: www/index.php:495 www/index.php:510 www/index.php:562
|
#: www/index.php:494 www/index.php:509 www/index.php:561
|
||||||
msgid "captcha image"
|
msgid "captcha image"
|
||||||
msgstr "Капча"
|
msgstr "Капча"
|
||||||
|
|
||||||
@ -255,7 +255,7 @@ msgstr "Внимание: Мошеннический сайт!"
|
|||||||
msgid "Yes, the service is online!"
|
msgid "Yes, the service is online!"
|
||||||
msgstr "Сервис находится онлайн!"
|
msgstr "Сервис находится онлайн!"
|
||||||
|
|
||||||
#: www/test.php:112
|
#: www/test.php:110
|
||||||
msgid "No, the service is offline!"
|
msgid "No, the service is offline!"
|
||||||
msgstr "Сервис находится офлайн!"
|
msgstr "Сервис находится офлайн!"
|
||||||
|
|
||||||
@ -410,7 +410,75 @@ msgstr "Ошибка при создании карты сайта!"
|
|||||||
msgid "Search the onion link list"
|
msgid "Search the onion link list"
|
||||||
msgstr "Поиск по списку"
|
msgstr "Поиск по списку"
|
||||||
|
|
||||||
#: common_config.php:76
|
#: common_config.php:24
|
||||||
|
msgid "Unsorted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:25
|
||||||
|
msgid "Adult/Porn"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:26
|
||||||
|
msgid "Communication/Social"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:27
|
||||||
|
msgid "Forums"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:28
|
||||||
|
msgid "Hacking/Programming/Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:29
|
||||||
|
msgid "Hosting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:30
|
||||||
|
msgid "Libraries/Wikis"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:31
|
||||||
|
msgid "Link Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:32
|
||||||
|
msgid "Market/Shop/Store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:33
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:34
|
||||||
|
msgid "Personal Sites/Blogs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:35
|
||||||
|
msgid "Security/Privacy/Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:36
|
||||||
|
msgid "Whistleblowing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:37
|
||||||
|
msgid "Empty/Error/Unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:38
|
||||||
|
msgid "Cryptocurrencies"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:39
|
||||||
|
msgid "Scams"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:40
|
||||||
|
msgid "Fun/Games/Joke"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:95
|
||||||
msgid "Language:"
|
msgid "Language:"
|
||||||
msgstr "Язык:"
|
msgstr "Язык:"
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-01-13 14:54+0100\n"
|
"POT-Creation-Date: 2023-01-25 19:12+0100\n"
|
||||||
"PO-Revision-Date: 2023-01-01 17:58+0100\n"
|
"PO-Revision-Date: 2023-01-01 17:58+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
@ -18,34 +18,34 @@ msgstr ""
|
|||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Poedit 3.1.1\n"
|
"X-Generator: Poedit 3.1.1\n"
|
||||||
|
|
||||||
#: www/index.php:36
|
#: www/index.php:37
|
||||||
msgid "All legitimate"
|
msgid "All legitimate"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:37 www/index.php:71
|
#: www/index.php:38 www/index.php:70
|
||||||
msgid "Last added"
|
msgid "Last added"
|
||||||
msgstr "Son eklenen"
|
msgstr "Son eklenen"
|
||||||
|
|
||||||
#: www/index.php:38
|
#: www/index.php:39
|
||||||
msgid "Offline > 1 week"
|
msgid "Offline > 1 week"
|
||||||
msgstr "Çevrimdışı > 1 hafta"
|
msgstr "Çevrimdışı > 1 hafta"
|
||||||
|
|
||||||
#: www/index.php:100 www/index.php:105 www/index.php:110 www/index.php:118
|
#: www/index.php:99 www/index.php:104 www/index.php:109 www/index.php:117
|
||||||
#: www/opensearch.php:6
|
#: www/opensearch.php:6
|
||||||
msgid "Onion link list"
|
msgid "Onion link list"
|
||||||
msgstr "Onion bağlantı listesi"
|
msgstr "Onion bağlantı listesi"
|
||||||
|
|
||||||
#: www/index.php:104 www/index.php:111
|
#: www/index.php:103 www/index.php:110
|
||||||
msgid ""
|
msgid ""
|
||||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||||
"in one place."
|
"in one place."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:120 www/index.php:424 www/index.php:441
|
#: www/index.php:119 www/index.php:423 www/index.php:440
|
||||||
msgid "Error: No database connection!"
|
msgid "Error: No database connection!"
|
||||||
msgstr "Hata: Veritabanı bağlantısı yok!"
|
msgstr "Hata: Veritabanı bağlantısı yok!"
|
||||||
|
|
||||||
#: www/index.php:122
|
#: www/index.php:121
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
"I'm not responsible for any content of websites linked here. 99% of darkweb "
|
||||||
@ -54,161 +54,161 @@ msgid ""
|
|||||||
"scammers, don't be one of them!"
|
"scammers, don't be one of them!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:127
|
#: www/index.php:126
|
||||||
msgid "Onion address:"
|
msgid "Onion address:"
|
||||||
msgstr "Onion-Adresi:"
|
msgstr "Onion-Adresi:"
|
||||||
|
|
||||||
#: www/index.php:132 www/admin.php:184
|
#: www/index.php:131 www/admin.php:184
|
||||||
msgid "Description:"
|
msgid "Description:"
|
||||||
msgstr "Açıklama:"
|
msgstr "Açıklama:"
|
||||||
|
|
||||||
#: www/index.php:147 www/index.php:167 www/admin.php:200
|
#: www/index.php:146 www/index.php:166 www/admin.php:200
|
||||||
msgid "Category:"
|
msgid "Category:"
|
||||||
msgstr "Kategori:"
|
msgstr "Kategori:"
|
||||||
|
|
||||||
#: www/index.php:157 www/admin.php:81 www/admin.php:221
|
#: www/index.php:156 www/admin.php:81 www/admin.php:221
|
||||||
msgid "Update"
|
msgid "Update"
|
||||||
msgstr "Güncelle"
|
msgstr "Güncelle"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search:"
|
msgid "Search:"
|
||||||
msgstr "Ara:"
|
msgstr "Ara:"
|
||||||
|
|
||||||
#: www/index.php:162
|
#: www/index.php:161
|
||||||
msgid "Search term"
|
msgid "Search term"
|
||||||
msgstr "Arama terimi"
|
msgstr "Arama terimi"
|
||||||
|
|
||||||
#: www/index.php:172 www/index.php:464
|
#: www/index.php:171 www/index.php:463
|
||||||
msgid "All"
|
msgid "All"
|
||||||
msgstr "Tümü"
|
msgstr "Tümü"
|
||||||
|
|
||||||
#: www/index.php:185
|
#: www/index.php:184
|
||||||
msgid "Hide locked"
|
msgid "Hide locked"
|
||||||
msgstr "Kilitlileri gizle"
|
msgstr "Kilitlileri gizle"
|
||||||
|
|
||||||
#: www/index.php:186
|
#: www/index.php:185 common_config.php:41
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Ara"
|
msgstr "Ara"
|
||||||
|
|
||||||
#: www/index.php:188
|
#: www/index.php:187
|
||||||
msgid "Format:"
|
msgid "Format:"
|
||||||
msgstr "Biçim:"
|
msgstr "Biçim:"
|
||||||
|
|
||||||
#: www/index.php:191
|
#: www/index.php:190
|
||||||
msgid "Special categories:"
|
msgid "Special categories:"
|
||||||
msgstr "Özel kategoriler:"
|
msgstr "Özel kategoriler:"
|
||||||
|
|
||||||
#: www/index.php:197
|
#: www/index.php:196
|
||||||
msgid "Phishing Clones"
|
msgid "Phishing Clones"
|
||||||
msgstr "Phishing Klonları"
|
msgstr "Phishing Klonları"
|
||||||
|
|
||||||
#: www/index.php:198
|
#: www/index.php:197
|
||||||
msgid "Removed/Child porn"
|
msgid "Removed/Child porn"
|
||||||
msgstr "Kaldırıldı/Çocuk pornografisi"
|
msgstr "Kaldırıldı/Çocuk pornografisi"
|
||||||
|
|
||||||
#: www/index.php:200
|
#: www/index.php:199
|
||||||
msgid "Pending approval"
|
msgid "Pending approval"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:201
|
#: www/index.php:200
|
||||||
msgid "Rejected"
|
msgid "Rejected"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:205
|
#: www/index.php:204
|
||||||
msgid "Categories:"
|
msgid "Categories:"
|
||||||
msgstr "Kategoriler:"
|
msgstr "Kategoriler:"
|
||||||
|
|
||||||
#: www/index.php:212 www/test.php:46 www/admin.php:51 www/admin.php:111
|
#: www/index.php:211 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||||
msgid "Invalid onion address!"
|
msgid "Invalid onion address!"
|
||||||
msgstr "Geçersiz onion-Adresi!"
|
msgstr "Geçersiz onion-Adresi!"
|
||||||
|
|
||||||
#: www/index.php:213
|
#: www/index.php:212
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "A valid address looks like this: %s"
|
msgid "A valid address looks like this: %s"
|
||||||
msgstr "Geçerli bir adres şöyle gözükür: %s"
|
msgstr "Geçerli bir adres şöyle gözükür: %s"
|
||||||
|
|
||||||
#: www/index.php:217 www/index.php:230
|
#: www/index.php:216 www/index.php:229
|
||||||
msgid "Error: Wrong captcha"
|
msgid "Error: Wrong captcha"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:223
|
#: www/index.php:222
|
||||||
msgid "Error: Captcha expired"
|
msgid "Error: Captcha expired"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:252 www/admin.php:97
|
#: www/index.php:251 www/admin.php:97
|
||||||
msgid "Successfully added onion address!"
|
msgid "Successfully added onion address!"
|
||||||
msgstr "Onion-Adresi başarıyla eklendi!"
|
msgstr "Onion-Adresi başarıyla eklendi!"
|
||||||
|
|
||||||
#: www/index.php:254
|
#: www/index.php:253
|
||||||
msgid "Sorry, editing this onion address has been locked!"
|
msgid "Sorry, editing this onion address has been locked!"
|
||||||
msgstr "Üzgünüm, bu onion-Adresini düzenlemek kilitli!"
|
msgstr "Üzgünüm, bu onion-Adresini düzenlemek kilitli!"
|
||||||
|
|
||||||
#: www/index.php:258 www/admin.php:101
|
#: www/index.php:257 www/admin.php:101
|
||||||
msgid "Successfully updated description!"
|
msgid "Successfully updated description!"
|
||||||
msgstr "Açıklama başarılı bir şekilde güncellendi!"
|
msgstr "Açıklama başarılı bir şekilde güncellendi!"
|
||||||
|
|
||||||
#: www/index.php:262 www/admin.php:105
|
#: www/index.php:261 www/admin.php:105
|
||||||
msgid "Successfully updated category!"
|
msgid "Successfully updated category!"
|
||||||
msgstr "Kategori başarılı bir şekilde güncellendi!"
|
msgstr "Kategori başarılı bir şekilde güncellendi!"
|
||||||
|
|
||||||
#: www/index.php:264 www/admin.php:107
|
#: www/index.php:263 www/admin.php:107
|
||||||
msgid "Thanks, but I already knew this address!"
|
msgid "Thanks, but I already knew this address!"
|
||||||
msgstr "Teşekkürler, ama bu adresi zaten biliyorum!"
|
msgstr "Teşekkürler, ama bu adresi zaten biliyorum!"
|
||||||
|
|
||||||
#: www/index.php:290
|
#: www/index.php:289
|
||||||
#, php-format
|
#, php-format
|
||||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||||
msgstr "\"%1$s\" için aranıyor, %2$d sonuç bulundu:"
|
msgstr "\"%1$s\" için aranıyor, %2$d sonuç bulundu:"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Onion link"
|
msgid "Onion link"
|
||||||
msgstr "Onion bağlantısı"
|
msgstr "Onion bağlantısı"
|
||||||
|
|
||||||
#: www/index.php:337 www/admin.php:166
|
#: www/index.php:336 www/admin.php:166
|
||||||
msgid "Description"
|
msgid "Description"
|
||||||
msgstr "Açıklama"
|
msgstr "Açıklama"
|
||||||
|
|
||||||
#: www/index.php:337 www/index.php:397
|
#: www/index.php:336 www/index.php:396
|
||||||
msgid "Last seen"
|
msgid "Last seen"
|
||||||
msgstr "Son görülme"
|
msgstr "Son görülme"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Added at"
|
msgid "Added at"
|
||||||
msgstr "Şu tarihte eklendi"
|
msgstr "Şu tarihte eklendi"
|
||||||
|
|
||||||
#: www/index.php:337
|
#: www/index.php:336
|
||||||
msgid "Actions"
|
msgid "Actions"
|
||||||
msgstr "Eylemler"
|
msgstr "Eylemler"
|
||||||
|
|
||||||
#: www/index.php:349 www/index.php:367 www/index.php:406
|
#: www/index.php:348 www/index.php:366 www/index.php:405
|
||||||
msgid "Never"
|
msgid "Never"
|
||||||
msgstr "Asla"
|
msgstr "Asla"
|
||||||
|
|
||||||
#: www/index.php:357 www/index.php:383 www/test.php:34
|
#: www/index.php:356 www/index.php:382 www/test.php:34
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr "Dene"
|
msgstr "Dene"
|
||||||
|
|
||||||
#: www/index.php:381
|
#: www/index.php:380
|
||||||
msgid "Edit"
|
msgid "Edit"
|
||||||
msgstr "Düzenle"
|
msgstr "Düzenle"
|
||||||
|
|
||||||
#: www/index.php:397
|
#: www/index.php:396
|
||||||
msgid "Clone of"
|
msgid "Clone of"
|
||||||
msgstr "Klonu"
|
msgstr "Klonu"
|
||||||
|
|
||||||
#: www/index.php:413
|
#: www/index.php:412
|
||||||
msgid "Unknown"
|
msgid "Unknown"
|
||||||
msgstr "Bilinmiyor"
|
msgstr "Bilinmiyor"
|
||||||
|
|
||||||
#: www/index.php:463
|
#: www/index.php:462
|
||||||
msgid "Pages:"
|
msgid "Pages:"
|
||||||
msgstr "Sayfalar:"
|
msgstr "Sayfalar:"
|
||||||
|
|
||||||
#: www/index.php:488
|
#: www/index.php:487
|
||||||
msgid "Copy:"
|
msgid "Copy:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: www/index.php:495 www/index.php:510 www/index.php:562
|
#: www/index.php:494 www/index.php:509 www/index.php:561
|
||||||
msgid "captcha image"
|
msgid "captcha image"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -247,7 +247,7 @@ msgstr ""
|
|||||||
msgid "Yes, the service is online!"
|
msgid "Yes, the service is online!"
|
||||||
msgstr "Evet, bu servis çevrimiçi!"
|
msgstr "Evet, bu servis çevrimiçi!"
|
||||||
|
|
||||||
#: www/test.php:112
|
#: www/test.php:110
|
||||||
msgid "No, the service is offline!"
|
msgid "No, the service is offline!"
|
||||||
msgstr "Hayır, bu servis çevrimdışı!"
|
msgstr "Hayır, bu servis çevrimdışı!"
|
||||||
|
|
||||||
@ -402,7 +402,75 @@ msgstr ""
|
|||||||
msgid "Search the onion link list"
|
msgid "Search the onion link list"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: common_config.php:76
|
#: common_config.php:24
|
||||||
|
msgid "Unsorted"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:25
|
||||||
|
msgid "Adult/Porn"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:26
|
||||||
|
msgid "Communication/Social"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:27
|
||||||
|
msgid "Forums"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:28
|
||||||
|
msgid "Hacking/Programming/Software"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:29
|
||||||
|
msgid "Hosting"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:30
|
||||||
|
msgid "Libraries/Wikis"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:31
|
||||||
|
msgid "Link Lists"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:32
|
||||||
|
msgid "Market/Shop/Store"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:33
|
||||||
|
msgid "Other"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:34
|
||||||
|
msgid "Personal Sites/Blogs"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:35
|
||||||
|
msgid "Security/Privacy/Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:36
|
||||||
|
msgid "Whistleblowing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:37
|
||||||
|
msgid "Empty/Error/Unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:38
|
||||||
|
msgid "Cryptocurrencies"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:39
|
||||||
|
msgid "Scams"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:40
|
||||||
|
msgid "Fun/Games/Joke"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: common_config.php:95
|
||||||
msgid "Language:"
|
msgid "Language:"
|
||||||
msgstr "Dil:"
|
msgstr "Dil:"
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
if($_SERVER['REQUEST_METHOD']==='HEAD'){
|
if($_SERVER['REQUEST_METHOD']==='HEAD'){
|
||||||
exit; // ignore headers, no further processing needed
|
exit; // ignore headers, no further processing needed
|
||||||
}
|
}
|
||||||
|
global $canonical_query;
|
||||||
require_once(__DIR__.'/../common_config.php');
|
require_once(__DIR__.'/../common_config.php');
|
||||||
try{
|
try{
|
||||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||||
@ -37,10 +38,14 @@ function send_html(): void
|
|||||||
_('Last added')=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing)',
|
_('Last added')=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing)',
|
||||||
_('Offline > 1 week')=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff>604800'
|
_('Offline > 1 week')=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff>604800'
|
||||||
];
|
];
|
||||||
|
$canonical_query = [];
|
||||||
if(!isset($_REQUEST['pg'])){
|
if(!isset($_REQUEST['pg'])){
|
||||||
$_REQUEST['pg']=1;
|
$_REQUEST['pg']=1;
|
||||||
}else{
|
}else{
|
||||||
settype($_REQUEST['pg'], 'int');
|
settype($_REQUEST['pg'], 'int');
|
||||||
|
if($_REQUEST['pg'] !== 1) {
|
||||||
|
$canonical_query[ 'pg' ] = $_REQUEST[ 'pg' ];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if($_REQUEST['pg']>0){
|
if($_REQUEST['pg']>0){
|
||||||
$_REQUEST['newpg']=1;
|
$_REQUEST['newpg']=1;
|
||||||
@ -51,13 +56,7 @@ function send_html(): void
|
|||||||
if(isset($_REQUEST['cat']) && $_REQUEST['cat']<(count($categories)+count($special)+1) && $_REQUEST['cat']>=0){
|
if(isset($_REQUEST['cat']) && $_REQUEST['cat']<(count($categories)+count($special)+1) && $_REQUEST['cat']>=0){
|
||||||
settype($_REQUEST['cat'], 'int');
|
settype($_REQUEST['cat'], 'int');
|
||||||
$category=$_REQUEST['cat'];
|
$category=$_REQUEST['cat'];
|
||||||
}
|
$canonical_query['cat'] = $category;
|
||||||
$canonical_query = [];
|
|
||||||
if(isset($_REQUEST['cat'])) {
|
|
||||||
$canonical_query['cat'] = intval($_REQUEST['cat']);
|
|
||||||
}
|
|
||||||
if(isset($_REQUEST['pg'])) {
|
|
||||||
$canonical_query['pg'] = $_REQUEST['pg'];
|
|
||||||
}
|
}
|
||||||
$pages=1;
|
$pages=1;
|
||||||
$admin_approval = '';
|
$admin_approval = '';
|
||||||
|
@ -105,10 +105,8 @@ if(!empty($_REQUEST['addr'])){
|
|||||||
}
|
}
|
||||||
echo '<p class="green" role="alert">'._('Yes, the service is online!').'</p>';
|
echo '<p class="green" role="alert">'._('Yes, the service is online!').'</p>';
|
||||||
}else{
|
}else{
|
||||||
if(isset($db)){
|
|
||||||
$time=time();
|
$time=time();
|
||||||
$db->prepare('UPDATE ' . PREFIX . 'onions SET lasttest=?, timediff=lasttest-lastup WHERE md5sum=? AND lasttest<?;')->execute([$time, $md5, $time]);
|
$db->prepare('UPDATE ' . PREFIX . 'onions SET lasttest=?, timediff=lasttest-lastup WHERE md5sum=? AND lasttest<?;')->execute([$time, $md5, $time]);
|
||||||
}
|
|
||||||
echo '<p class="red" role="alert">'._('No, the service is offline!').'</p>';
|
echo '<p class="red" role="alert">'._('No, the service is offline!').'</p>';
|
||||||
}
|
}
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
Reference in New Issue
Block a user