Make hardcoded strings translatable and a few minor changes

This commit is contained in:
2022-12-27 20:20:39 +01:00
parent 560cd9c72c
commit aa5264cd3b
16 changed files with 753 additions and 582 deletions

View File

@ -4,7 +4,7 @@ require_once(__DIR__.'/../common_config.php');
try{ try{
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME, DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]); $db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME, DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
}catch(PDOException $e){ }catch(PDOException $e){
die('No Connection to MySQL database!'); die(_('No database connection!'));
} }
$stmt=$db->prepare('SELECT address, category, md5sum, description, id FROM ' . PREFIX . "onions WHERE address!='' AND lasttest<(?-86400) ORDER BY lasttest LIMIT 75;"); $stmt=$db->prepare('SELECT address, category, md5sum, description, id FROM ' . PREFIX . "onions WHERE address!='' AND lasttest<(?-86400) ORDER BY lasttest LIMIT 75;");
$stmt->execute([time()]); $stmt->execute([time()]);

View File

@ -13,15 +13,15 @@ $onions=[];
$scanned_onions=[]; $scanned_onions=[];
//sources to get links from //sources to get links from
check_links($onions, $ch, 'https://tt3j2x4k5ycaa5zt.onion.link/antanistaticmap/stats/yesterday');
check_links($onions, $ch, 'https://tt3j2x4k5ycaa5zt.tor2web.io/antanistaticmap/stats/yesterday');
check_links($onions, $ch, 'http://3bbad7fauom4d6sgppalyqddsqbf5u5p56b5k5uk2zxsy3d6ey2jobad.onion/discover'); check_links($onions, $ch, 'http://3bbad7fauom4d6sgppalyqddsqbf5u5p56b5k5uk2zxsy3d6ey2jobad.onion/discover');
check_links($onions, $ch, 'http://tor66sewebgixwhcqfnp5inzp5x5uohhdy3kvtnyfxc2e5mxiuh34iid.onion/fresh'); check_links($onions, $ch, 'http://tor66sewebgixwhcqfnp5inzp5x5uohhdy3kvtnyfxc2e5mxiuh34iid.onion/fresh');
check_links($onions, $ch, 'https://crt.sh/?q=.onion&exclude=expired&deduplicate=Y'); check_links($onions, $ch, 'https://crt.sh/?q=.onion&exclude=expired&deduplicate=Y');
check_links($onions, $ch, 'http://darkeyepxw7cuu2cppnjlgqaav6j42gyt43clcn4vjjf7llfyly5cxid.onion/'); check_links($onions, $ch, 'http://darkeyepxw7cuu2cppnjlgqaav6j42gyt43clcn4vjjf7llfyly5cxid.onion/');
check_links($onions, $ch, 'http://raptora2y6r3bxmjcd3xglr3tcakc6ezq3omyzbnvwahhpi27l3w4yad.onion/'); check_links($onions, $ch, 'http://raptora2y6r3bxmjcd3xglr3tcakc6ezq3omyzbnvwahhpi27l3w4yad.onion/');
check_links($onions, $ch, 'http://darkeyepxw7cuu2cppnjlgqaav6j42gyt43clcn4vjjf7llfyly5cxid.onion/'); check_links($onions, $ch, 'http://darkeyepxw7cuu2cppnjlgqaav6j42gyt43clcn4vjjf7llfyly5cxid.onion/');
check_links($onions, $ch, 'https://onionlandsearchengine.com/discover'); for($i=11; $i > 0; --$i){
check_links($onions, $ch, 'https://onionlandsearchengine.com/discover?p='.$i);
}
check_links($onions, $ch, 'https://godnotaba.fun/'); check_links($onions, $ch, 'https://godnotaba.fun/');
check_links($onions, $ch, 'http://links.communzyxz3qfpum5tnvrfvvrr4jlosbq4mzeskigoionqqdylmlhmid.onion/?format=text'); check_links($onions, $ch, 'http://links.communzyxz3qfpum5tnvrfvvrr4jlosbq4mzeskigoionqqdylmlhmid.onion/?format=text');

View File

@ -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: 2022-12-26 13:51+0100\n" "POT-Creation-Date: 2022-12-27 20:20+0100\n"
"PO-Revision-Date: 2022-12-26 13:53+0100\n" "PO-Revision-Date: 2022-12-26 13:53+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -18,36 +18,35 @@ 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/test.php:7 www/test.php:15 #: www/test.php:7 www/test.php:17
msgid "Online-Test" msgid "Online-Test"
msgstr "Online-Test" msgstr "Online-Test"
#: www/test.php:17 #: www/test.php:11 www/test.php:19
msgid "Here an onion address can be tested, for whether it is online or not." msgid "Test whether a Tor hidden service onion is online or offline"
msgstr "" msgstr ""
"Hier kann getestet werden, ob eine Onion-Adresse online ist oder nicht."
#: www/test.php:20 www/admin.php:157 #: www/test.php:22 www/admin.php:159
msgid "Onion link:" msgid "Onion link:"
msgstr "Onion Link:" msgstr "Onion Link:"
#: www/test.php:27 www/onions.php:379 www/onions.php:408 #: www/test.php:29 www/onions.php:363 www/onions.php:392
msgid "Test" msgid "Test"
msgstr "Testen" msgstr "Testen"
#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 #: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7
#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 #: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 #: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 #: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
#: setup.php:51 #: setup.php:48 setup.php:51
msgid "No database connection!" msgid "No database connection!"
msgstr "Keine Datenbankverbindung!" msgstr "Keine Datenbankverbindung!"
#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 #: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110
msgid "Invalid onion address!" msgid "Invalid onion address!"
msgstr "Ungültige Onion-Adresse!" msgstr "Ungültige Onion-Adresse!"
#: www/test.php:54 #: www/test.php:56
#, php-format #, php-format
msgid "" msgid ""
"Warning, this is a known phishing clone. The original site is located at %s." "Warning, this is a known phishing clone. The original site is located at %s."
@ -55,303 +54,329 @@ msgstr ""
"Warnung, diese Adresse ist ein bekannter Phishingklon. Die Original-Seite " "Warnung, diese Adresse ist ein bekannter Phishingklon. Die Original-Seite "
"ist hier: %s." "ist hier: %s."
#: www/test.php:59 #: www/test.php:61
msgid "Warning: This is a known scam!" msgid "Warning: This is a known scam!"
msgstr "Warnung: Dies ist ein bekannter Betrug!" msgstr "Warnung: Dies ist ein bekannter Betrug!"
#: www/test.php:64 www/test.php:99 #: www/test.php:66 www/test.php:101
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:105 #: www/test.php:107
msgid "No, the service is offline!" msgid "No, the service is offline!"
msgstr "Nein, der Dienst ist offline!" msgstr "Nein, der Dienst ist offline!"
#: www/onions.php:55 #: www/onions.php:36
msgid "All legitimate" msgid "All legitimate"
msgstr "Alle legitimen" msgstr "Alle legitimen"
#: www/onions.php:56 www/onions.php:90 #: www/onions.php:37 www/onions.php:71
msgid "Last added" msgid "Last added"
msgstr "Zuletzt hinzugefügt" msgstr "Zuletzt hinzugefügt"
#: www/onions.php:57 #: www/onions.php:38
msgid "Offline > 1 week" msgid "Offline > 1 week"
msgstr "Offline > 1 Woche" msgstr "Offline > 1 Woche"
#: www/onions.php:119 www/onions.php:128 #: www/onions.php:100 www/onions.php:105 www/onions.php:112
#: www/opensearch.php:6
msgid "Onion link list" msgid "Onion link list"
msgstr "Onion Linkliste" msgstr "Onion Linkliste"
#: www/onions.php:130 www/onions.php:449 www/onions.php:466 #: www/onions.php:104
msgid ""
"Huge link list of Tor hidden service onions. All the darknet links you need "
"in one place."
msgstr ""
#: www/onions.php:114 www/onions.php:433 www/onions.php:450
msgid "Error: No database connection!" msgid "Error: No database connection!"
msgstr "Fehler: Keine Datenbankverbindung!" msgstr "Fehler: Keine Datenbankverbindung!"
#: www/onions.php:137 #: www/onions.php:116
#, php-format
msgid ""
"I'm not responsible for any content of websites linked here. 99% of darkweb "
"sites selling anything are scams. Be careful and use your brain. I regularly "
"receive E-Mails from people that were desperate to make money and fell for "
"scammers, don't be one of them!"
msgstr ""
#: www/onions.php:121
msgid "Onion address:" msgid "Onion address:"
msgstr "Onion-Adresse:" msgstr "Onion-Adresse:"
#: www/onions.php:142 www/admin.php:181 #: www/onions.php:126 www/admin.php:183
msgid "Description:" msgid "Description:"
msgstr "Beschreibung:" msgstr "Beschreibung:"
#: www/onions.php:157 www/onions.php:177 www/admin.php:197 #: www/onions.php:141 www/onions.php:161 www/admin.php:199
msgid "Category:" msgid "Category:"
msgstr "Kategorie:" msgstr "Kategorie:"
#: www/onions.php:167 www/admin.php:78 www/admin.php:218 #: www/onions.php:151 www/admin.php:80 www/admin.php:220
msgid "Update" msgid "Update"
msgstr "Aktualisieren" msgstr "Aktualisieren"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search:" msgid "Search:"
msgstr "Suchen:" msgstr "Suchen:"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search term" msgid "Search term"
msgstr "Suchwort" msgstr "Suchwort"
#: www/onions.php:182 www/onions.php:490 www/onions.php:492 #: www/onions.php:166 www/onions.php:474 www/onions.php:476
msgid "All" msgid "All"
msgstr "Alle" msgstr "Alle"
#: www/onions.php:195 #: www/onions.php:179
msgid "Hide locked" msgid "Hide locked"
msgstr "Gesperrte nicht anzeigen" msgstr "Gesperrte nicht anzeigen"
#: www/onions.php:196 #: www/onions.php:180
msgid "Search" msgid "Search"
msgstr "Suchen" msgstr "Suchen"
#: www/onions.php:198 #: www/onions.php:182
msgid "Format:" msgid "Format:"
msgstr "Format:" msgstr "Format:"
#: www/onions.php:201 #: www/onions.php:185
msgid "Special categories:" msgid "Special categories:"
msgstr "Spezielle Kategorien:" msgstr "Spezielle Kategorien:"
#: www/onions.php:212 www/onions.php:214 #: www/onions.php:196 www/onions.php:198
msgid "Phishing Clones" msgid "Phishing Clones"
msgstr "Phishingklone" msgstr "Phishingklone"
#: www/onions.php:216 #: www/onions.php:200
msgid "Removed/Child porn" msgid "Removed/Child porn"
msgstr "Entfernt/Kinderporno" msgstr "Entfernt/Kinderporno"
#: www/onions.php:218 #: www/onions.php:202
msgid "Pending approval" msgid "Pending approval"
msgstr "Genehmigung ausstehend" msgstr "Genehmigung ausstehend"
#: www/onions.php:219 #: www/onions.php:203
msgid "Rejected" msgid "Rejected"
msgstr "Abgelehnt" msgstr "Abgelehnt"
#: www/onions.php:223 #: www/onions.php:207
msgid "Categories:" msgid "Categories:"
msgstr "Kategorien:" msgstr "Kategorien:"
#: www/onions.php:235 #: www/onions.php:219
msgid "A valid address looks like this" #, fuzzy, php-format
msgid "A valid address looks like this: %s"
msgstr "Eine gültige Adresse sieht so aus" msgstr "Eine gültige Adresse sieht so aus"
#: www/onions.php:238 www/onions.php:251 #: www/onions.php:222 www/onions.php:235
msgid "Error: Wrong captcha" msgid "Error: Wrong captcha"
msgstr "Fehler: Falsches Captcha" msgstr "Fehler: Falsches Captcha"
#: www/onions.php:244 #: www/onions.php:228
msgid "Error: Captcha expired" msgid "Error: Captcha expired"
msgstr "Fehler: Captcha abgelaufen" msgstr "Fehler: Captcha abgelaufen"
#: www/onions.php:272 www/admin.php:94 #: www/onions.php:256 www/admin.php:96
msgid "Successfully added onion address!" msgid "Successfully added onion address!"
msgstr "Onion-Adresse erfolgreich hinzugefügt!" msgstr "Onion-Adresse erfolgreich hinzugefügt!"
#: www/onions.php:274 #: www/onions.php:258
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/onions.php:278 www/admin.php:98 #: www/onions.php:262 www/admin.php:100
msgid "Successfully updated description!" msgid "Successfully updated description!"
msgstr "Beschreibung erfolgreich aktualisiert!" msgstr "Beschreibung erfolgreich aktualisiert!"
#: www/onions.php:282 www/admin.php:102 #: www/onions.php:266 www/admin.php:104
msgid "Successfully updated category!" msgid "Successfully updated category!"
msgstr "Kategorie erfolgreich aktualisiert!" msgstr "Kategorie erfolgreich aktualisiert!"
#: www/onions.php:284 www/admin.php:104 #: www/onions.php:268 www/admin.php:106
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/onions.php:310 #: www/onions.php:294
#, 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/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Onion link" msgid "Onion link"
msgstr "Onion-Adresse" msgstr "Onion-Adresse"
#: www/onions.php:357 #: www/onions.php:341
msgid "Description" msgid "Description"
msgstr "Beschreibung" msgstr "Beschreibung"
#: www/onions.php:357 #: www/onions.php:341
msgid "Last tested" msgid "Last tested"
msgstr "Zuletzt getestet" msgstr "Zuletzt getestet"
#: www/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Last seen" msgid "Last seen"
msgstr "Zuletzt online" msgstr "Zuletzt online"
#: www/onions.php:357 #: www/onions.php:341
msgid "Added at" msgid "Added at"
msgstr "Hinzugefügt am" msgstr "Hinzugefügt am"
#: www/onions.php:357 #: www/onions.php:341
msgid "Actions" msgid "Actions"
msgstr "Aktionen" msgstr "Aktionen"
#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 #: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378
#: www/onions.php:431 #: www/onions.php:415
msgid "Never" msgid "Never"
msgstr "Nie" msgstr "Nie"
#: www/onions.php:406 #: www/onions.php:390
msgid "Edit" msgid "Edit"
msgstr "Bearbeiten" msgstr "Bearbeiten"
#: www/onions.php:422 #: www/onions.php:406
msgid "Clone of" msgid "Clone of"
msgstr "Klon von" msgstr "Klon von"
#: www/onions.php:438 #: www/onions.php:422
msgid "Unknown" msgid "Unknown"
msgstr "Unbekannt" msgstr "Unbekannt"
#: www/onions.php:488 #: www/onions.php:472
msgid "Pages:" msgid "Pages:"
msgstr "Seiten:" msgstr "Seiten:"
#: www/admin.php:17 www/admin.php:24 #: www/admin.php:17 www/admin.php:26
msgid "Admin interface" msgid "Admin interface"
msgstr "Admin Schnittstelle" msgstr "Admin Schnittstelle"
#: www/admin.php:32 #: www/admin.php:34
msgid "Password:" msgid "Password:"
msgstr "Passwort:" msgstr "Passwort:"
#: www/admin.php:33 #: www/admin.php:35
msgid "Login" msgid "Login"
msgstr "Anmelden" msgstr "Anmelden"
#: www/admin.php:36 #: www/admin.php:38
msgid "Wrong Password!" msgid "Wrong Password!"
msgstr "Falsches Passwort!" msgstr "Falsches Passwort!"
#: www/admin.php:52 www/admin.php:208 #: www/admin.php:54 www/admin.php:210
msgid "Remove" msgid "Remove"
msgstr "Entfernen" msgstr "Entfernen"
#: www/admin.php:54 #: www/admin.php:56
msgid "Successfully removed onion address!" msgid "Successfully removed onion address!"
msgstr "Onion-Adresse erfolgreich entfernt!" msgstr "Onion-Adresse erfolgreich entfernt!"
#: www/admin.php:55 www/admin.php:209 #: www/admin.php:57 www/admin.php:211
msgid "Lock" msgid "Lock"
msgstr "Sperren" msgstr "Sperren"
#: www/admin.php:57 #: www/admin.php:59
msgid "Successfully locked onion address!" msgid "Successfully locked onion address!"
msgstr "Onion-Adresse erfolgreich gesperrt!" msgstr "Onion-Adresse erfolgreich gesperrt!"
#: www/admin.php:58 www/admin.php:213 #: www/admin.php:60 www/admin.php:215
msgid "Re-add" msgid "Re-add"
msgstr "Wieder hinzufügen" msgstr "Wieder hinzufügen"
#: www/admin.php:60 #: www/admin.php:62
msgid "Successfully re-added onion address!" msgid "Successfully re-added onion address!"
msgstr "Onion-Adresse erfolgreich wieder hinzugefügt!" msgstr "Onion-Adresse erfolgreich wieder hinzugefügt!"
#: www/admin.php:61 www/admin.php:214 #: www/admin.php:63 www/admin.php:216
msgid "Unlock" msgid "Unlock"
msgstr "Entsperren" msgstr "Entsperren"
#: www/admin.php:63 #: www/admin.php:65
msgid "Successfully unlocked onion address!" msgid "Successfully unlocked onion address!"
msgstr "Onion-Adresse erfolgreich entsperrt!" msgstr "Onion-Adresse erfolgreich entsperrt!"
#: www/admin.php:64 www/admin.php:210 #: www/admin.php:66 www/admin.php:212
msgid "Promote" msgid "Promote"
msgstr "Hervorheben" msgstr "Hervorheben"
#: www/admin.php:74 #: www/admin.php:76
#, php-format #, php-format
msgid "Successfully promoted onion address until %1$s!" msgid "Successfully promoted onion address until %1$s!"
msgstr "Onion-Adresse erfolgreich hervorgehoben bis %1$s!" msgstr "Onion-Adresse erfolgreich hervorgehoben bis %1$s!"
#: www/admin.php:75 www/admin.php:215 #: www/admin.php:77 www/admin.php:217
msgid "Un-promote" msgid "Un-promote"
msgstr "Nicht mehr hervorheben" msgstr "Nicht mehr hervorheben"
#: www/admin.php:77 #: www/admin.php:79
msgid "Successfully un-promoted onion address!" msgid "Successfully un-promoted onion address!"
msgstr "Onion-Adresse erfolgreich nicht mehr hervorgehoben!" msgstr "Onion-Adresse erfolgreich nicht mehr hervorgehoben!"
#: www/admin.php:106 www/admin.php:211 #: www/admin.php:108 www/admin.php:213
msgid "Phishing" msgid "Phishing"
msgstr "Phishing" msgstr "Phishing"
#: www/admin.php:120 #: www/admin.php:122
msgid "Successfully added Phishing clone!" msgid "Successfully added Phishing clone!"
msgstr "Phishingklon erfolgreich hinzugefügt!" msgstr "Phishingklon erfolgreich hinzugefügt!"
#: www/admin.php:122 #: www/admin.php:124
msgid "Not added Phishing clone! Phishing and original have the same address." msgid "Not added Phishing clone! Phishing and original have the same address."
msgstr "" msgstr ""
"Phishingklon nicht hinzugefügt! Phishing und original haben die gleiche " "Phishingklon nicht hinzugefügt! Phishing und original haben die gleiche "
"Adresse." "Adresse."
#: www/admin.php:125 www/admin.php:216 #: www/admin.php:127 www/admin.php:218
msgid "No phishing" msgid "No phishing"
msgstr "Kein Phishing" msgstr "Kein Phishing"
#: www/admin.php:130 #: www/admin.php:132
msgid "Successfully removed Phishing clone!" msgid "Successfully removed Phishing clone!"
msgstr "Phishingklon erfolgreich entfernt!" msgstr "Phishingklon erfolgreich entfernt!"
#: www/admin.php:131 www/admin.php:220 #: www/admin.php:133 www/admin.php:222
msgid "Reject" msgid "Reject"
msgstr "Ablehnen" msgstr "Ablehnen"
#: www/admin.php:133 #: www/admin.php:135
msgid "Successfully rejected onion address" msgid "Successfully rejected onion address"
msgstr "Onion-Adresse erfolgreich abgelehnt" msgstr "Onion-Adresse erfolgreich abgelehnt"
#: www/admin.php:134 www/admin.php:221 #: www/admin.php:136 www/admin.php:223
msgid "Approve" msgid "Approve"
msgstr "Akzeptieren" msgstr "Akzeptieren"
#: www/admin.php:136 #: www/admin.php:138
msgid "Successfully approved onion address" msgid "Successfully approved onion address"
msgstr "Onion-Adresse erfolgreich genehmigt" msgstr "Onion-Adresse erfolgreich genehmigt"
#: www/admin.php:138 #: www/admin.php:140
msgid "No action taken!" msgid "No action taken!"
msgstr "Keine Aktion ausgeführt!" msgstr "Keine Aktion ausgeführt!"
#: www/admin.php:151 #: www/admin.php:153
msgid "Switch view mode" msgid "Switch view mode"
msgstr "Ansichtsmodus wechseln" msgstr "Ansichtsmodus wechseln"
#: www/admin.php:171 #: www/admin.php:173
msgid "Clone of:" msgid "Clone of:"
msgstr "Klon von:" msgstr "Klon von:"
#: www/admin.php:176 #: www/admin.php:178
msgid "Bitcoins:" msgid "Bitcoins:"
msgstr "Bitcoins:" msgstr "Bitcoins:"
#: www/sitemap.php:77
msgid "Error creating the sitemap!"
msgstr ""
#: www/opensearch.php:7
#, fuzzy
msgid "Search the onion link list"
msgstr "Onion Linkliste"
#: common_config.php:93 #: common_config.php:93
msgid "Language:" msgid "Language:"
msgstr "Sprache:" msgstr "Sprache:"
@ -389,3 +414,8 @@ msgstr ""
#: setup.php:106 #: setup.php:106
msgid "Status: OK" msgid "Status: OK"
msgstr "Status: OK" msgstr "Status: OK"
#~ msgid ""
#~ "Here an onion address can be tested, for whether it is online or not."
#~ msgstr ""
#~ "Hier kann getestet werden, ob eine Onion-Adresse online ist oder nicht."

View File

@ -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: 2022-12-26 13:53+0100\n" "POT-Creation-Date: 2022-12-27 20:20+0100\n"
"PO-Revision-Date: 2022-12-26 15:08+0100\n" "PO-Revision-Date: 2022-12-26 15:08+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -18,334 +18,361 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==0 || n==1);\n" "Plural-Forms: nplurals=2; plural=(n==0 || n==1);\n"
"X-Generator: Poedit 3.1.1\n" "X-Generator: Poedit 3.1.1\n"
#: www/test.php:7 www/test.php:15 #: www/test.php:7 www/test.php:17
msgid "Online-Test" msgid "Online-Test"
msgstr "آزمون-انلاین" msgstr "آزمون-انلاین"
#: www/test.php:17 #: www/test.php:11 www/test.php:19
msgid "Here an onion address can be tested, for whether it is online or not." msgid "Test whether a Tor hidden service onion is online or offline"
msgstr "در اینجا میتوانید انلاین یا افلاین بودن آدرس پیازی را آزمایش کنید." msgstr ""
#: www/test.php:20 www/admin.php:157 #: www/test.php:22 www/admin.php:159
msgid "Onion link:" msgid "Onion link:"
msgstr "پیوند پیازی:" msgstr "پیوند پیازی:"
#: www/test.php:27 www/onions.php:379 www/onions.php:408 #: www/test.php:29 www/onions.php:363 www/onions.php:392
msgid "Test" msgid "Test"
msgstr "آزمون" msgstr "آزمون"
#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 #: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7
#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 #: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 #: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 #: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
#: setup.php:51 #: setup.php:48 setup.php:51
msgid "No database connection!" msgid "No database connection!"
msgstr "مشکل در اتصال به دیتابیس" msgstr "مشکل در اتصال به دیتابیس"
#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 #: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110
msgid "Invalid onion address!" msgid "Invalid onion address!"
msgstr "آدرس پیازی غیر مجاز!" msgstr "آدرس پیازی غیر مجاز!"
#: www/test.php:54 #: www/test.php:56
#, php-format #, php-format
msgid "Warning, this is a known phishing clone. The original site is located at %s." msgid ""
"Warning, this is a known phishing clone. The original site is located at %s."
msgstr "هشدار، این یک کلون فیشینگ شناخته شده است. ساید اصلی در اینجاست %s." msgstr "هشدار، این یک کلون فیشینگ شناخته شده است. ساید اصلی در اینجاست %s."
#: www/test.php:59 #: www/test.php:61
msgid "Warning: This is a known scam!" msgid "Warning: This is a known scam!"
msgstr "" msgstr ""
#: www/test.php:64 www/test.php:99 #: www/test.php:66 www/test.php:101
msgid "Yes, the service is online!" msgid "Yes, the service is online!"
msgstr "بله، سرویس انلاین است!" msgstr "بله، سرویس انلاین است!"
#: www/test.php:105 #: www/test.php:107
msgid "No, the service is offline!" msgid "No, the service is offline!"
msgstr "خیر، سرویس افلاین است!" msgstr "خیر، سرویس افلاین است!"
#: www/onions.php:55 #: www/onions.php:36
msgid "All legitimate" msgid "All legitimate"
msgstr "" msgstr ""
#: www/onions.php:56 www/onions.php:90 #: www/onions.php:37 www/onions.php:71
msgid "Last added" msgid "Last added"
msgstr "آخرین تغییرات" msgstr "آخرین تغییرات"
#: www/onions.php:57 #: www/onions.php:38
msgid "Offline > 1 week" msgid "Offline > 1 week"
msgstr "غیر فعال > 1 هفته" msgstr "غیر فعال > 1 هفته"
#: www/onions.php:119 www/onions.php:128 #: www/onions.php:100 www/onions.php:105 www/onions.php:112
#: www/opensearch.php:6
msgid "Onion link list" msgid "Onion link list"
msgstr "پیوندهای پیازی" msgstr "پیوندهای پیازی"
#: www/onions.php:130 www/onions.php:449 www/onions.php:466 #: www/onions.php:104
msgid ""
"Huge link list of Tor hidden service onions. All the darknet links you need "
"in one place."
msgstr ""
#: www/onions.php:114 www/onions.php:433 www/onions.php:450
msgid "Error: No database connection!" msgid "Error: No database connection!"
msgstr "خطا: مشکل در اتصال به دیتابیس" msgstr "خطا: مشکل در اتصال به دیتابیس"
#: www/onions.php:137 #: www/onions.php:116
#, php-format
msgid ""
"I'm not responsible for any content of websites linked here. 99% of darkweb "
"sites selling anything are scams. Be careful and use your brain. I regularly "
"receive E-Mails from people that were desperate to make money and fell for "
"scammers, don't be one of them!"
msgstr ""
#: www/onions.php:121
msgid "Onion address:" msgid "Onion address:"
msgstr "" msgstr ""
#: www/onions.php:142 www/admin.php:181 #: www/onions.php:126 www/admin.php:183
msgid "Description:" msgid "Description:"
msgstr "توضیح:" msgstr "توضیح:"
#: www/onions.php:157 www/onions.php:177 www/admin.php:197 #: www/onions.php:141 www/onions.php:161 www/admin.php:199
msgid "Category:" msgid "Category:"
msgstr "دسته بندی:" msgstr "دسته بندی:"
#: www/onions.php:167 www/admin.php:78 www/admin.php:218 #: www/onions.php:151 www/admin.php:80 www/admin.php:220
msgid "Update" msgid "Update"
msgstr "بروزرسانی" msgstr "بروزرسانی"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search:" msgid "Search:"
msgstr "جستجو:" msgstr "جستجو:"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search term" msgid "Search term"
msgstr "جستجوی اصطلاح" msgstr "جستجوی اصطلاح"
#: www/onions.php:182 www/onions.php:490 www/onions.php:492 #: www/onions.php:166 www/onions.php:474 www/onions.php:476
msgid "All" msgid "All"
msgstr "همه" msgstr "همه"
#: www/onions.php:195 #: www/onions.php:179
msgid "Hide locked" msgid "Hide locked"
msgstr "پنهان کردن قفل" msgstr "پنهان کردن قفل"
#: www/onions.php:196 #: www/onions.php:180
msgid "Search" msgid "Search"
msgstr "جستجو" msgstr "جستجو"
#: www/onions.php:198 #: www/onions.php:182
msgid "Format:" msgid "Format:"
msgstr "فرمت:" msgstr "فرمت:"
#: www/onions.php:201 #: www/onions.php:185
msgid "Special categories:" msgid "Special categories:"
msgstr "دسته بندی های خاص:" msgstr "دسته بندی های خاص:"
#: www/onions.php:212 www/onions.php:214 #: www/onions.php:196 www/onions.php:198
msgid "Phishing Clones" msgid "Phishing Clones"
msgstr "کلاهبرداری فیشینگ" msgstr "کلاهبرداری فیشینگ"
#: www/onions.php:216 #: www/onions.php:200
msgid "Removed/Child porn" msgid "Removed/Child porn"
msgstr "حذف/ پورن کودکان" msgstr "حذف/ پورن کودکان"
#: www/onions.php:218 #: www/onions.php:202
msgid "Pending approval" msgid "Pending approval"
msgstr "در انتضار تایید" msgstr "در انتضار تایید"
#: www/onions.php:219 #: www/onions.php:203
msgid "Rejected" msgid "Rejected"
msgstr "رد شد" msgstr "رد شد"
#: www/onions.php:223 #: www/onions.php:207
msgid "Categories:" msgid "Categories:"
msgstr "دسته بندی ها:" msgstr "دسته بندی ها:"
#: www/onions.php:235 #: www/onions.php:219
msgid "A valid address looks like this" #, fuzzy, php-format
msgid "A valid address looks like this: %s"
msgstr "آدرس معتبری به این شکل است" msgstr "آدرس معتبری به این شکل است"
#: www/onions.php:238 www/onions.php:251 #: www/onions.php:222 www/onions.php:235
msgid "Error: Wrong captcha" msgid "Error: Wrong captcha"
msgstr "" msgstr ""
#: www/onions.php:244 #: www/onions.php:228
msgid "Error: Captcha expired" msgid "Error: Captcha expired"
msgstr "" msgstr ""
#: www/onions.php:272 www/admin.php:94 #: www/onions.php:256 www/admin.php:96
msgid "Successfully added onion address!" msgid "Successfully added onion address!"
msgstr "آدرس پیازی با موفقیت اضافه شد!" msgstr "آدرس پیازی با موفقیت اضافه شد!"
#: www/onions.php:274 #: www/onions.php:258
msgid "Sorry, editing this onion address has been locked!" msgid "Sorry, editing this onion address has been locked!"
msgstr "متاسفیم، این آدرس قفل شده است نمیتوانید ویرایش کنید!" msgstr "متاسفیم، این آدرس قفل شده است نمیتوانید ویرایش کنید!"
#: www/onions.php:278 www/admin.php:98 #: www/onions.php:262 www/admin.php:100
msgid "Successfully updated description!" msgid "Successfully updated description!"
msgstr "توضیحات با موفقیت بروزرسانی شد !" msgstr "توضیحات با موفقیت بروزرسانی شد !"
#: www/onions.php:282 www/admin.php:102 #: www/onions.php:266 www/admin.php:104
msgid "Successfully updated category!" msgid "Successfully updated category!"
msgstr "دسته بندی به موفقیت بروزرسانی شد!" msgstr "دسته بندی به موفقیت بروزرسانی شد!"
#: www/onions.php:284 www/admin.php:104 #: www/onions.php:268 www/admin.php:106
msgid "Thanks, but I already knew this address!" msgid "Thanks, but I already knew this address!"
msgstr "با تشکر ، اما این آدرس موجود است !" msgstr "با تشکر ، اما این آدرس موجود است !"
#: www/onions.php:310 #: www/onions.php:294
#, 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/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Onion link" msgid "Onion link"
msgstr "پیوند پیازی" msgstr "پیوند پیازی"
#: www/onions.php:357 #: www/onions.php:341
msgid "Description" msgid "Description"
msgstr "توضیح" msgstr "توضیح"
#: www/onions.php:357 #: www/onions.php:341
msgid "Last tested" msgid "Last tested"
msgstr "آخرین آزمون" msgstr "آخرین آزمون"
#: www/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Last seen" msgid "Last seen"
msgstr "آخرین بازدید" msgstr "آخرین بازدید"
#: www/onions.php:357 #: www/onions.php:341
msgid "Added at" msgid "Added at"
msgstr "اضافه شده در" msgstr "اضافه شده در"
#: www/onions.php:357 #: www/onions.php:341
msgid "Actions" msgid "Actions"
msgstr "اقدامات" msgstr "اقدامات"
#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 #: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378
#: www/onions.php:431 #: www/onions.php:415
msgid "Never" msgid "Never"
msgstr "هرگز" msgstr "هرگز"
#: www/onions.php:406 #: www/onions.php:390
msgid "Edit" msgid "Edit"
msgstr "ویرایش" msgstr "ویرایش"
#: www/onions.php:422 #: www/onions.php:406
msgid "Clone of" msgid "Clone of"
msgstr "کلون از" msgstr "کلون از"
#: www/onions.php:438 #: www/onions.php:422
msgid "Unknown" msgid "Unknown"
msgstr "ناشناخته" msgstr "ناشناخته"
#: www/onions.php:488 #: www/onions.php:472
msgid "Pages:" msgid "Pages:"
msgstr "صفحه:" msgstr "صفحه:"
#: www/admin.php:17 www/admin.php:24 #: www/admin.php:17 www/admin.php:26
msgid "Admin interface" msgid "Admin interface"
msgstr "رابط مدیریت" msgstr "رابط مدیریت"
#: www/admin.php:32 #: www/admin.php:34
msgid "Password:" msgid "Password:"
msgstr "رمز عبور:" msgstr "رمز عبور:"
#: www/admin.php:33 #: www/admin.php:35
msgid "Login" msgid "Login"
msgstr "ورود" msgstr "ورود"
#: www/admin.php:36 #: www/admin.php:38
msgid "Wrong Password!" msgid "Wrong Password!"
msgstr "رمز اشتباه !" msgstr "رمز اشتباه !"
#: www/admin.php:52 www/admin.php:208 #: www/admin.php:54 www/admin.php:210
msgid "Remove" msgid "Remove"
msgstr "حذف" msgstr "حذف"
#: www/admin.php:54 #: www/admin.php:56
msgid "Successfully removed onion address!" msgid "Successfully removed onion address!"
msgstr "آدرس پیازی با موفقیت حذف شد!" msgstr "آدرس پیازی با موفقیت حذف شد!"
#: www/admin.php:55 www/admin.php:209 #: www/admin.php:57 www/admin.php:211
msgid "Lock" msgid "Lock"
msgstr "قفل" msgstr "قفل"
#: www/admin.php:57 #: www/admin.php:59
msgid "Successfully locked onion address!" msgid "Successfully locked onion address!"
msgstr "آدرس پیازی با موفقیت قفل شد !" msgstr "آدرس پیازی با موفقیت قفل شد !"
#: www/admin.php:58 www/admin.php:213 #: www/admin.php:60 www/admin.php:215
msgid "Re-add" msgid "Re-add"
msgstr "دوباره-اضافه" msgstr "دوباره-اضافه"
#: www/admin.php:60 #: www/admin.php:62
msgid "Successfully re-added onion address!" msgid "Successfully re-added onion address!"
msgstr "آدرس پیازی با موفقیت دوباره اضافه شد !" msgstr "آدرس پیازی با موفقیت دوباره اضافه شد !"
#: www/admin.php:61 www/admin.php:214 #: www/admin.php:63 www/admin.php:216
msgid "Unlock" msgid "Unlock"
msgstr "قفل باز" msgstr "قفل باز"
#: www/admin.php:63 #: www/admin.php:65
msgid "Successfully unlocked onion address!" msgid "Successfully unlocked onion address!"
msgstr "قفل آدرس پیازی با موفقیت باز شد !" msgstr "قفل آدرس پیازی با موفقیت باز شد !"
#: www/admin.php:64 www/admin.php:210 #: www/admin.php:66 www/admin.php:212
msgid "Promote" msgid "Promote"
msgstr "تبلیغ" msgstr "تبلیغ"
#: www/admin.php:74 #: www/admin.php:76
#, php-format #, php-format
msgid "Successfully promoted onion address until %1$s!" msgid "Successfully promoted onion address until %1$s!"
msgstr "آدرس پیازی با موفقیت تبلیغ شد تا %1$s!" msgstr "آدرس پیازی با موفقیت تبلیغ شد تا %1$s!"
#: www/admin.php:75 www/admin.php:215 #: www/admin.php:77 www/admin.php:217
msgid "Un-promote" msgid "Un-promote"
msgstr "لغو-تبلیغ" msgstr "لغو-تبلیغ"
#: www/admin.php:77 #: www/admin.php:79
msgid "Successfully un-promoted onion address!" msgid "Successfully un-promoted onion address!"
msgstr "تبلیغ آدرس با موفقیت لغو شد!" msgstr "تبلیغ آدرس با موفقیت لغو شد!"
#: www/admin.php:106 www/admin.php:211 #: www/admin.php:108 www/admin.php:213
msgid "Phishing" msgid "Phishing"
msgstr "فیشینگ" msgstr "فیشینگ"
#: www/admin.php:120 #: www/admin.php:122
msgid "Successfully added Phishing clone!" msgid "Successfully added Phishing clone!"
msgstr "کلون فیشینگ با موفقیت اضافه شد !" msgstr "کلون فیشینگ با موفقیت اضافه شد !"
#: www/admin.php:122 #: www/admin.php:124
msgid "Not added Phishing clone! Phishing and original have the same address." msgid "Not added Phishing clone! Phishing and original have the same address."
msgstr "کلون فیشینگ اضافه نشد! فیشینگ و اصلی آدرس یکسانی دارند." msgstr "کلون فیشینگ اضافه نشد! فیشینگ و اصلی آدرس یکسانی دارند."
#: www/admin.php:125 www/admin.php:216 #: www/admin.php:127 www/admin.php:218
msgid "No phishing" msgid "No phishing"
msgstr "بدون فیشینگ" msgstr "بدون فیشینگ"
#: www/admin.php:130 #: www/admin.php:132
msgid "Successfully removed Phishing clone!" msgid "Successfully removed Phishing clone!"
msgstr "کلون فیشینگ با موفقیت حذف شد !" msgstr "کلون فیشینگ با موفقیت حذف شد !"
#: www/admin.php:131 www/admin.php:220 #: www/admin.php:133 www/admin.php:222
msgid "Reject" msgid "Reject"
msgstr "رد کردن" msgstr "رد کردن"
#: www/admin.php:133 #: www/admin.php:135
msgid "Successfully rejected onion address" msgid "Successfully rejected onion address"
msgstr "آدرس پیازی با موفقیت رد شد" msgstr "آدرس پیازی با موفقیت رد شد"
#: www/admin.php:134 www/admin.php:221 #: www/admin.php:136 www/admin.php:223
msgid "Approve" msgid "Approve"
msgstr "تایید" msgstr "تایید"
#: www/admin.php:136 #: www/admin.php:138
msgid "Successfully approved onion address" msgid "Successfully approved onion address"
msgstr "آدرس پیازی با موفقیت تایید شد" msgstr "آدرس پیازی با موفقیت تایید شد"
#: www/admin.php:138 #: www/admin.php:140
msgid "No action taken!" msgid "No action taken!"
msgstr "اقدامی انجام نشده است!" msgstr "اقدامی انجام نشده است!"
#: www/admin.php:151 #: www/admin.php:153
msgid "Switch view mode" msgid "Switch view mode"
msgstr "نغییر حالت مشاهده" msgstr "نغییر حالت مشاهده"
#: www/admin.php:171 #: www/admin.php:173
msgid "Clone of:" msgid "Clone of:"
msgstr "کلون از:" msgstr "کلون از:"
#: www/admin.php:176 #: www/admin.php:178
msgid "Bitcoins:" msgid "Bitcoins:"
msgstr "بیت کوین:" msgstr "بیت کوین:"
#: www/sitemap.php:77
msgid "Error creating the sitemap!"
msgstr ""
#: www/opensearch.php:7
#, fuzzy
msgid "Search the onion link list"
msgstr "پیوندهای پیازی"
#: common_config.php:93 #: common_config.php:93
msgid "Language:" msgid "Language:"
msgstr "زبان:" msgstr "زبان:"
@ -373,3 +400,7 @@ msgstr ""
#: setup.php:106 #: setup.php:106
msgid "Status: OK" msgid "Status: OK"
msgstr "وضعیت: خوب" msgstr "وضعیت: خوب"
#~ msgid ""
#~ "Here an onion address can be tested, for whether it is online or not."
#~ msgstr "در اینجا میتوانید انلاین یا افلاین بودن آدرس پیازی را آزمایش کنید."

View File

@ -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: 2022-12-26 13:53+0100\n" "POT-Creation-Date: 2022-12-27 20:20+0100\n"
"PO-Revision-Date: 2022-12-26 14:53+0100\n" "PO-Revision-Date: 2022-12-26 14:53+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -18,334 +18,361 @@ 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/test.php:7 www/test.php:15 #: www/test.php:7 www/test.php:17
msgid "Online-Test" msgid "Online-Test"
msgstr "オンラインテスト" msgstr "オンラインテスト"
#: www/test.php:17 #: www/test.php:11 www/test.php:19
msgid "Here an onion address can be tested, for whether it is online or not." msgid "Test whether a Tor hidden service onion is online or offline"
msgstr "ここで、Onionアドレスが「オンライン」かどうかを試すことができます。" msgstr ""
#: www/test.php:20 www/admin.php:157 #: www/test.php:22 www/admin.php:159
msgid "Onion link:" msgid "Onion link:"
msgstr "Onion リンク:" msgstr "Onion リンク:"
#: www/test.php:27 www/onions.php:379 www/onions.php:408 #: www/test.php:29 www/onions.php:363 www/onions.php:392
msgid "Test" msgid "Test"
msgstr "テスト" msgstr "テスト"
#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 #: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7
#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 #: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 #: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 #: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
#: setup.php:51 #: setup.php:48 setup.php:51
msgid "No database connection!" msgid "No database connection!"
msgstr "データベースの接続がありません!" msgstr "データベースの接続がありません!"
#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 #: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110
msgid "Invalid onion address!" msgid "Invalid onion address!"
msgstr "Onionアドレスが不正です" msgstr "Onionアドレスが不正です"
#: www/test.php:54 #: www/test.php:56
#, php-format #, php-format
msgid "Warning, this is a known phishing clone. The original site is located at %s." msgid ""
"Warning, this is a known phishing clone. The original site is located at %s."
msgstr "警告。これは知られた詐欺サイト(クローン)です。オリジナルは %s です。" msgstr "警告。これは知られた詐欺サイト(クローン)です。オリジナルは %s です。"
#: www/test.php:59 #: www/test.php:61
msgid "Warning: This is a known scam!" msgid "Warning: This is a known scam!"
msgstr "" msgstr ""
#: www/test.php:64 www/test.php:99 #: www/test.php:66 www/test.php:101
msgid "Yes, the service is online!" msgid "Yes, the service is online!"
msgstr "対象はオンラインです!" msgstr "対象はオンラインです!"
#: www/test.php:105 #: www/test.php:107
msgid "No, the service is offline!" msgid "No, the service is offline!"
msgstr "対象はオフラインです!" msgstr "対象はオフラインです!"
#: www/onions.php:55 #: www/onions.php:36
msgid "All legitimate" msgid "All legitimate"
msgstr "" msgstr ""
#: www/onions.php:56 www/onions.php:90 #: www/onions.php:37 www/onions.php:71
msgid "Last added" msgid "Last added"
msgstr "最近の追加" msgstr "最近の追加"
#: www/onions.php:57 #: www/onions.php:38
msgid "Offline > 1 week" msgid "Offline > 1 week"
msgstr "1週間以上オフライン" msgstr "1週間以上オフライン"
#: www/onions.php:119 www/onions.php:128 #: www/onions.php:100 www/onions.php:105 www/onions.php:112
#: www/opensearch.php:6
msgid "Onion link list" msgid "Onion link list"
msgstr "Onionリンクの一覧" msgstr "Onionリンクの一覧"
#: www/onions.php:130 www/onions.php:449 www/onions.php:466 #: www/onions.php:104
msgid ""
"Huge link list of Tor hidden service onions. All the darknet links you need "
"in one place."
msgstr ""
#: www/onions.php:114 www/onions.php:433 www/onions.php:450
msgid "Error: No database connection!" msgid "Error: No database connection!"
msgstr "エラー:データベースの接続がありません!" msgstr "エラー:データベースの接続がありません!"
#: www/onions.php:137 #: www/onions.php:116
#, php-format
msgid ""
"I'm not responsible for any content of websites linked here. 99% of darkweb "
"sites selling anything are scams. Be careful and use your brain. I regularly "
"receive E-Mails from people that were desperate to make money and fell for "
"scammers, don't be one of them!"
msgstr ""
#: www/onions.php:121
msgid "Onion address:" msgid "Onion address:"
msgstr "Onion アドレス:" msgstr "Onion アドレス:"
#: www/onions.php:142 www/admin.php:181 #: www/onions.php:126 www/admin.php:183
msgid "Description:" msgid "Description:"
msgstr "詳細:" msgstr "詳細:"
#: www/onions.php:157 www/onions.php:177 www/admin.php:197 #: www/onions.php:141 www/onions.php:161 www/admin.php:199
msgid "Category:" msgid "Category:"
msgstr "カテゴリ:" msgstr "カテゴリ:"
#: www/onions.php:167 www/admin.php:78 www/admin.php:218 #: www/onions.php:151 www/admin.php:80 www/admin.php:220
msgid "Update" msgid "Update"
msgstr "更新" msgstr "更新"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search:" msgid "Search:"
msgstr "検索:" msgstr "検索:"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search term" msgid "Search term"
msgstr "検索キーワード" msgstr "検索キーワード"
#: www/onions.php:182 www/onions.php:490 www/onions.php:492 #: www/onions.php:166 www/onions.php:474 www/onions.php:476
msgid "All" msgid "All"
msgstr "全て" msgstr "全て"
#: www/onions.php:195 #: www/onions.php:179
msgid "Hide locked" msgid "Hide locked"
msgstr "" msgstr ""
#: www/onions.php:196 #: www/onions.php:180
msgid "Search" msgid "Search"
msgstr "検索" msgstr "検索"
#: www/onions.php:198 #: www/onions.php:182
msgid "Format:" msgid "Format:"
msgstr "形式:" msgstr "形式:"
#: www/onions.php:201 #: www/onions.php:185
msgid "Special categories:" msgid "Special categories:"
msgstr "特別な分類:" msgstr "特別な分類:"
#: www/onions.php:212 www/onions.php:214 #: www/onions.php:196 www/onions.php:198
msgid "Phishing Clones" msgid "Phishing Clones"
msgstr "詐欺サイト(クローン)" msgstr "詐欺サイト(クローン)"
#: www/onions.php:216 #: www/onions.php:200
msgid "Removed/Child porn" msgid "Removed/Child porn"
msgstr "削除済" msgstr "削除済"
#: www/onions.php:218 #: www/onions.php:202
msgid "Pending approval" msgid "Pending approval"
msgstr "" msgstr ""
#: www/onions.php:219 #: www/onions.php:203
msgid "Rejected" msgid "Rejected"
msgstr "" msgstr ""
#: www/onions.php:223 #: www/onions.php:207
msgid "Categories:" msgid "Categories:"
msgstr "カテゴリ:" msgstr "カテゴリ:"
#: www/onions.php:235 #: www/onions.php:219
msgid "A valid address looks like this" #, fuzzy, php-format
msgid "A valid address looks like this: %s"
msgstr "正しいアドレスはこんな感じのはず:" msgstr "正しいアドレスはこんな感じのはず:"
#: www/onions.php:238 www/onions.php:251 #: www/onions.php:222 www/onions.php:235
msgid "Error: Wrong captcha" msgid "Error: Wrong captcha"
msgstr "" msgstr ""
#: www/onions.php:244 #: www/onions.php:228
msgid "Error: Captcha expired" msgid "Error: Captcha expired"
msgstr "" msgstr ""
#: www/onions.php:272 www/admin.php:94 #: www/onions.php:256 www/admin.php:96
msgid "Successfully added onion address!" msgid "Successfully added onion address!"
msgstr "Onionアドレスを追加しました" msgstr "Onionアドレスを追加しました"
#: www/onions.php:274 #: www/onions.php:258
msgid "Sorry, editing this onion address has been locked!" msgid "Sorry, editing this onion address has been locked!"
msgstr "ごめん、このOnionアドレスはロックされていて編集できない" msgstr "ごめん、このOnionアドレスはロックされていて編集できない"
#: www/onions.php:278 www/admin.php:98 #: www/onions.php:262 www/admin.php:100
msgid "Successfully updated description!" msgid "Successfully updated description!"
msgstr "説明の更新に成功しました!" msgstr "説明の更新に成功しました!"
#: www/onions.php:282 www/admin.php:102 #: www/onions.php:266 www/admin.php:104
msgid "Successfully updated category!" msgid "Successfully updated category!"
msgstr "カテゴリの変更に成功しました!" msgstr "カテゴリの変更に成功しました!"
#: www/onions.php:284 www/admin.php:104 #: www/onions.php:268 www/admin.php:106
msgid "Thanks, but I already knew this address!" msgid "Thanks, but I already knew this address!"
msgstr "ありがとう、でも、このアドレスはもう知ってるんだ!" msgstr "ありがとう、でも、このアドレスはもう知ってるんだ!"
#: www/onions.php:310 #: www/onions.php:294
#, 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/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Onion link" msgid "Onion link"
msgstr "Onion リンク" msgstr "Onion リンク"
#: www/onions.php:357 #: www/onions.php:341
msgid "Description" msgid "Description"
msgstr "説明" msgstr "説明"
#: www/onions.php:357 #: www/onions.php:341
msgid "Last tested" msgid "Last tested"
msgstr "接続試験日" msgstr "接続試験日"
#: www/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Last seen" msgid "Last seen"
msgstr "最後に見た日" msgstr "最後に見た日"
#: www/onions.php:357 #: www/onions.php:341
msgid "Added at" msgid "Added at"
msgstr "追加された日" msgstr "追加された日"
#: www/onions.php:357 #: www/onions.php:341
msgid "Actions" msgid "Actions"
msgstr "操作" msgstr "操作"
#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 #: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378
#: www/onions.php:431 #: www/onions.php:415
msgid "Never" msgid "Never"
msgstr "なし" msgstr "なし"
#: www/onions.php:406 #: www/onions.php:390
msgid "Edit" msgid "Edit"
msgstr "編集" msgstr "編集"
#: www/onions.php:422 #: www/onions.php:406
msgid "Clone of" msgid "Clone of"
msgstr "クローン元(オリジナル)" msgstr "クローン元(オリジナル)"
#: www/onions.php:438 #: www/onions.php:422
msgid "Unknown" msgid "Unknown"
msgstr "不明" msgstr "不明"
#: www/onions.php:488 #: www/onions.php:472
msgid "Pages:" msgid "Pages:"
msgstr "ページ:" msgstr "ページ:"
#: www/admin.php:17 www/admin.php:24 #: www/admin.php:17 www/admin.php:26
msgid "Admin interface" msgid "Admin interface"
msgstr "管理者の操作画面" msgstr "管理者の操作画面"
#: www/admin.php:32 #: www/admin.php:34
msgid "Password:" msgid "Password:"
msgstr "パスワード:" msgstr "パスワード:"
#: www/admin.php:33 #: www/admin.php:35
msgid "Login" msgid "Login"
msgstr "ログイン" msgstr "ログイン"
#: www/admin.php:36 #: www/admin.php:38
msgid "Wrong Password!" msgid "Wrong Password!"
msgstr "パスワードが違います!" msgstr "パスワードが違います!"
#: www/admin.php:52 www/admin.php:208 #: www/admin.php:54 www/admin.php:210
msgid "Remove" msgid "Remove"
msgstr "" msgstr ""
#: www/admin.php:54 #: www/admin.php:56
msgid "Successfully removed onion address!" msgid "Successfully removed onion address!"
msgstr "Onionアドレスを削除しました" msgstr "Onionアドレスを削除しました"
#: www/admin.php:55 www/admin.php:209 #: www/admin.php:57 www/admin.php:211
msgid "Lock" msgid "Lock"
msgstr "施錠" msgstr "施錠"
#: www/admin.php:57 #: www/admin.php:59
msgid "Successfully locked onion address!" msgid "Successfully locked onion address!"
msgstr "Onionアドレスをロックしました" msgstr "Onionアドレスをロックしました"
#: www/admin.php:58 www/admin.php:213 #: www/admin.php:60 www/admin.php:215
msgid "Re-add" msgid "Re-add"
msgstr "再追加" msgstr "再追加"
#: www/admin.php:60 #: www/admin.php:62
msgid "Successfully re-added onion address!" msgid "Successfully re-added onion address!"
msgstr "Onionアドレスを再度追加しました" msgstr "Onionアドレスを再度追加しました"
#: www/admin.php:61 www/admin.php:214 #: www/admin.php:63 www/admin.php:216
msgid "Unlock" msgid "Unlock"
msgstr "解錠" msgstr "解錠"
#: www/admin.php:63 #: www/admin.php:65
msgid "Successfully unlocked onion address!" msgid "Successfully unlocked onion address!"
msgstr "Onionアドレスのロックを解除しました" msgstr "Onionアドレスのロックを解除しました"
#: www/admin.php:64 www/admin.php:210 #: www/admin.php:66 www/admin.php:212
msgid "Promote" msgid "Promote"
msgstr "宣伝" msgstr "宣伝"
#: www/admin.php:74 #: www/admin.php:76
#, php-format #, php-format
msgid "Successfully promoted onion address until %1$s!" msgid "Successfully promoted onion address until %1$s!"
msgstr "Onionアドレスを次の日まで宣伝します %1$s!" msgstr "Onionアドレスを次の日まで宣伝します %1$s!"
#: www/admin.php:75 www/admin.php:215 #: www/admin.php:77 www/admin.php:217
msgid "Un-promote" msgid "Un-promote"
msgstr "宣伝解除" msgstr "宣伝解除"
#: www/admin.php:77 #: www/admin.php:79
msgid "Successfully un-promoted onion address!" msgid "Successfully un-promoted onion address!"
msgstr "Onionアドレスの宣伝をやめました" msgstr "Onionアドレスの宣伝をやめました"
#: www/admin.php:106 www/admin.php:211 #: www/admin.php:108 www/admin.php:213
msgid "Phishing" msgid "Phishing"
msgstr "詐欺サイト" msgstr "詐欺サイト"
#: www/admin.php:120 #: www/admin.php:122
msgid "Successfully added Phishing clone!" msgid "Successfully added Phishing clone!"
msgstr "詐欺サイトを追加しました!" msgstr "詐欺サイトを追加しました!"
#: www/admin.php:122 #: www/admin.php:124
msgid "Not added Phishing clone! Phishing and original have the same address." msgid "Not added Phishing clone! Phishing and original have the same address."
msgstr "追加できませんでした。詐欺サイトとオリジナルのアドレスが同一です。" msgstr "追加できませんでした。詐欺サイトとオリジナルのアドレスが同一です。"
#: www/admin.php:125 www/admin.php:216 #: www/admin.php:127 www/admin.php:218
msgid "No phishing" msgid "No phishing"
msgstr "詐欺サイトではない" msgstr "詐欺サイトではない"
#: www/admin.php:130 #: www/admin.php:132
msgid "Successfully removed Phishing clone!" msgid "Successfully removed Phishing clone!"
msgstr "詐欺サイトを削除しました!" msgstr "詐欺サイトを削除しました!"
#: www/admin.php:131 www/admin.php:220 #: www/admin.php:133 www/admin.php:222
msgid "Reject" msgid "Reject"
msgstr "" msgstr ""
#: www/admin.php:133 #: www/admin.php:135
msgid "Successfully rejected onion address" msgid "Successfully rejected onion address"
msgstr "" msgstr ""
#: www/admin.php:134 www/admin.php:221 #: www/admin.php:136 www/admin.php:223
msgid "Approve" msgid "Approve"
msgstr "" msgstr ""
#: www/admin.php:136 #: www/admin.php:138
msgid "Successfully approved onion address" msgid "Successfully approved onion address"
msgstr "" msgstr ""
#: www/admin.php:138 #: www/admin.php:140
msgid "No action taken!" msgid "No action taken!"
msgstr "何も操作していません!" msgstr "何も操作していません!"
#: www/admin.php:151 #: www/admin.php:153
msgid "Switch view mode" msgid "Switch view mode"
msgstr "" msgstr ""
#: www/admin.php:171 #: www/admin.php:173
msgid "Clone of:" msgid "Clone of:"
msgstr "クローン元(オリジナル):" msgstr "クローン元(オリジナル):"
#: www/admin.php:176 #: www/admin.php:178
msgid "Bitcoins:" msgid "Bitcoins:"
msgstr "ビットコイン:" msgstr "ビットコイン:"
#: www/sitemap.php:77
msgid "Error creating the sitemap!"
msgstr ""
#: www/opensearch.php:7
#, fuzzy
msgid "Search the onion link list"
msgstr "Onionリンクの一覧"
#: common_config.php:93 #: common_config.php:93
msgid "Language:" msgid "Language:"
msgstr "言語:" msgstr "言語:"
@ -373,3 +400,7 @@ msgstr "PHPのdate拡張が必要です。先にインストールしてくだ
#: setup.php:106 #: setup.php:106
msgid "Status: OK" msgid "Status: OK"
msgstr "状態: 良好" msgstr "状態: 良好"
#~ msgid ""
#~ "Here an onion address can be tested, for whether it is online or not."
#~ msgstr "ここで、Onionアドレスが「オンライン」かどうかを試すことができます。"

View File

@ -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: 2022-12-26 15:11+0100\n" "POT-Creation-Date: 2022-12-27 20:20+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,335 +17,360 @@ 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/test.php:7 www/test.php:15 #: www/test.php:7 www/test.php:17
msgid "Online-Test" msgid "Online-Test"
msgstr "" msgstr ""
#: www/test.php:17 #: www/test.php:11 www/test.php:19
msgid "Here an onion address can be tested, for whether it is online or not." msgid "Test whether a Tor hidden service onion is online or offline"
msgstr "" msgstr ""
#: www/test.php:20 www/admin.php:157 #: www/test.php:22 www/admin.php:159
msgid "Onion link:" msgid "Onion link:"
msgstr "" msgstr ""
#: www/test.php:27 www/onions.php:379 www/onions.php:408 #: www/test.php:29 www/onions.php:363 www/onions.php:392
msgid "Test" msgid "Test"
msgstr "" msgstr ""
#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 #: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7
#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 #: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 #: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 #: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
#: setup.php:51 #: setup.php:48 setup.php:51
msgid "No database connection!" msgid "No database connection!"
msgstr "" msgstr ""
#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 #: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110
msgid "Invalid onion address!" msgid "Invalid onion address!"
msgstr "" msgstr ""
#: www/test.php:54 #: www/test.php:56
#, php-format #, php-format
msgid "" msgid ""
"Warning, this is a known phishing clone. The original site is located at %s." "Warning, this is a known phishing clone. The original site is located at %s."
msgstr "" msgstr ""
#: www/test.php:59 #: www/test.php:61
msgid "Warning: This is a known scam!" msgid "Warning: This is a known scam!"
msgstr "" msgstr ""
#: www/test.php:64 www/test.php:99 #: www/test.php:66 www/test.php:101
msgid "Yes, the service is online!" msgid "Yes, the service is online!"
msgstr "" msgstr ""
#: www/test.php:105 #: www/test.php:107
msgid "No, the service is offline!" msgid "No, the service is offline!"
msgstr "" msgstr ""
#: www/onions.php:55 #: www/onions.php:36
msgid "All legitimate" msgid "All legitimate"
msgstr "" msgstr ""
#: www/onions.php:56 www/onions.php:90 #: www/onions.php:37 www/onions.php:71
msgid "Last added" msgid "Last added"
msgstr "" msgstr ""
#: www/onions.php:57 #: www/onions.php:38
msgid "Offline > 1 week" msgid "Offline > 1 week"
msgstr "" msgstr ""
#: www/onions.php:119 www/onions.php:128 #: www/onions.php:100 www/onions.php:105 www/onions.php:112
#: www/opensearch.php:6
msgid "Onion link list" msgid "Onion link list"
msgstr "" msgstr ""
#: www/onions.php:130 www/onions.php:449 www/onions.php:466 #: www/onions.php:104
msgid ""
"Huge link list of Tor hidden service onions. All the darknet links you need "
"in one place."
msgstr ""
#: www/onions.php:114 www/onions.php:433 www/onions.php:450
msgid "Error: No database connection!" msgid "Error: No database connection!"
msgstr "" msgstr ""
#: www/onions.php:137 #: www/onions.php:116
#, php-format
msgid ""
"I'm not responsible for any content of websites linked here. 99% of darkweb "
"sites selling anything are scams. Be careful and use your brain. I regularly "
"receive E-Mails from people that were desperate to make money and fell for "
"scammers, don't be one of them!"
msgstr ""
#: www/onions.php:121
msgid "Onion address:" msgid "Onion address:"
msgstr "" msgstr ""
#: www/onions.php:142 www/admin.php:181 #: www/onions.php:126 www/admin.php:183
msgid "Description:" msgid "Description:"
msgstr "" msgstr ""
#: www/onions.php:157 www/onions.php:177 www/admin.php:197 #: www/onions.php:141 www/onions.php:161 www/admin.php:199
msgid "Category:" msgid "Category:"
msgstr "" msgstr ""
#: www/onions.php:167 www/admin.php:78 www/admin.php:218 #: www/onions.php:151 www/admin.php:80 www/admin.php:220
msgid "Update" msgid "Update"
msgstr "" msgstr ""
#: www/onions.php:172 #: www/onions.php:156
msgid "Search:" msgid "Search:"
msgstr "" msgstr ""
#: www/onions.php:172 #: www/onions.php:156
msgid "Search term" msgid "Search term"
msgstr "" msgstr ""
#: www/onions.php:182 www/onions.php:490 www/onions.php:492 #: www/onions.php:166 www/onions.php:474 www/onions.php:476
msgid "All" msgid "All"
msgstr "" msgstr ""
#: www/onions.php:195 #: www/onions.php:179
msgid "Hide locked" msgid "Hide locked"
msgstr "" msgstr ""
#: www/onions.php:196 #: www/onions.php:180
msgid "Search" msgid "Search"
msgstr "" msgstr ""
#: www/onions.php:198 #: www/onions.php:182
msgid "Format:" msgid "Format:"
msgstr "" msgstr ""
#: www/onions.php:201 #: www/onions.php:185
msgid "Special categories:" msgid "Special categories:"
msgstr "" msgstr ""
#: www/onions.php:212 www/onions.php:214 #: www/onions.php:196 www/onions.php:198
msgid "Phishing Clones" msgid "Phishing Clones"
msgstr "" msgstr ""
#: www/onions.php:216 #: www/onions.php:200
msgid "Removed/Child porn" msgid "Removed/Child porn"
msgstr "" msgstr ""
#: www/onions.php:218 #: www/onions.php:202
msgid "Pending approval" msgid "Pending approval"
msgstr "" msgstr ""
#: www/onions.php:219 #: www/onions.php:203
msgid "Rejected" msgid "Rejected"
msgstr "" msgstr ""
#: www/onions.php:223 #: www/onions.php:207
msgid "Categories:" msgid "Categories:"
msgstr "" msgstr ""
#: www/onions.php:235 #: www/onions.php:219
msgid "A valid address looks like this" #, php-format
msgid "A valid address looks like this: %s"
msgstr "" msgstr ""
#: www/onions.php:238 www/onions.php:251 #: www/onions.php:222 www/onions.php:235
msgid "Error: Wrong captcha" msgid "Error: Wrong captcha"
msgstr "" msgstr ""
#: www/onions.php:244 #: www/onions.php:228
msgid "Error: Captcha expired" msgid "Error: Captcha expired"
msgstr "" msgstr ""
#: www/onions.php:272 www/admin.php:94 #: www/onions.php:256 www/admin.php:96
msgid "Successfully added onion address!" msgid "Successfully added onion address!"
msgstr "" msgstr ""
#: www/onions.php:274 #: www/onions.php:258
msgid "Sorry, editing this onion address has been locked!" msgid "Sorry, editing this onion address has been locked!"
msgstr "" msgstr ""
#: www/onions.php:278 www/admin.php:98 #: www/onions.php:262 www/admin.php:100
msgid "Successfully updated description!" msgid "Successfully updated description!"
msgstr "" msgstr ""
#: www/onions.php:282 www/admin.php:102 #: www/onions.php:266 www/admin.php:104
msgid "Successfully updated category!" msgid "Successfully updated category!"
msgstr "" msgstr ""
#: www/onions.php:284 www/admin.php:104 #: www/onions.php:268 www/admin.php:106
msgid "Thanks, but I already knew this address!" msgid "Thanks, but I already knew this address!"
msgstr "" msgstr ""
#: www/onions.php:310 #: www/onions.php:294
#, 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/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Onion link" msgid "Onion link"
msgstr "" msgstr ""
#: www/onions.php:357 #: www/onions.php:341
msgid "Description" msgid "Description"
msgstr "" msgstr ""
#: www/onions.php:357 #: www/onions.php:341
msgid "Last tested" msgid "Last tested"
msgstr "" msgstr ""
#: www/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Last seen" msgid "Last seen"
msgstr "" msgstr ""
#: www/onions.php:357 #: www/onions.php:341
msgid "Added at" msgid "Added at"
msgstr "" msgstr ""
#: www/onions.php:357 #: www/onions.php:341
msgid "Actions" msgid "Actions"
msgstr "" msgstr ""
#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 #: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378
#: www/onions.php:431 #: www/onions.php:415
msgid "Never" msgid "Never"
msgstr "" msgstr ""
#: www/onions.php:406 #: www/onions.php:390
msgid "Edit" msgid "Edit"
msgstr "" msgstr ""
#: www/onions.php:422 #: www/onions.php:406
msgid "Clone of" msgid "Clone of"
msgstr "" msgstr ""
#: www/onions.php:438 #: www/onions.php:422
msgid "Unknown" msgid "Unknown"
msgstr "" msgstr ""
#: www/onions.php:488 #: www/onions.php:472
msgid "Pages:" msgid "Pages:"
msgstr "" msgstr ""
#: www/admin.php:17 www/admin.php:24 #: www/admin.php:17 www/admin.php:26
msgid "Admin interface" msgid "Admin interface"
msgstr "" msgstr ""
#: www/admin.php:32 #: www/admin.php:34
msgid "Password:" msgid "Password:"
msgstr "" msgstr ""
#: www/admin.php:33 #: www/admin.php:35
msgid "Login" msgid "Login"
msgstr "" msgstr ""
#: www/admin.php:36 #: www/admin.php:38
msgid "Wrong Password!" msgid "Wrong Password!"
msgstr "" msgstr ""
#: www/admin.php:52 www/admin.php:208 #: www/admin.php:54 www/admin.php:210
msgid "Remove" msgid "Remove"
msgstr "" msgstr ""
#: www/admin.php:54 #: www/admin.php:56
msgid "Successfully removed onion address!" msgid "Successfully removed onion address!"
msgstr "" msgstr ""
#: www/admin.php:55 www/admin.php:209 #: www/admin.php:57 www/admin.php:211
msgid "Lock" msgid "Lock"
msgstr "" msgstr ""
#: www/admin.php:57 #: www/admin.php:59
msgid "Successfully locked onion address!" msgid "Successfully locked onion address!"
msgstr "" msgstr ""
#: www/admin.php:58 www/admin.php:213 #: www/admin.php:60 www/admin.php:215
msgid "Re-add" msgid "Re-add"
msgstr "" msgstr ""
#: www/admin.php:60 #: www/admin.php:62
msgid "Successfully re-added onion address!" msgid "Successfully re-added onion address!"
msgstr "" msgstr ""
#: www/admin.php:61 www/admin.php:214 #: www/admin.php:63 www/admin.php:216
msgid "Unlock" msgid "Unlock"
msgstr "" msgstr ""
#: www/admin.php:63 #: www/admin.php:65
msgid "Successfully unlocked onion address!" msgid "Successfully unlocked onion address!"
msgstr "" msgstr ""
#: www/admin.php:64 www/admin.php:210 #: www/admin.php:66 www/admin.php:212
msgid "Promote" msgid "Promote"
msgstr "" msgstr ""
#: www/admin.php:74 #: www/admin.php:76
#, php-format #, php-format
msgid "Successfully promoted onion address until %1$s!" msgid "Successfully promoted onion address until %1$s!"
msgstr "" msgstr ""
#: www/admin.php:75 www/admin.php:215 #: www/admin.php:77 www/admin.php:217
msgid "Un-promote" msgid "Un-promote"
msgstr "" msgstr ""
#: www/admin.php:77 #: www/admin.php:79
msgid "Successfully un-promoted onion address!" msgid "Successfully un-promoted onion address!"
msgstr "" msgstr ""
#: www/admin.php:106 www/admin.php:211 #: www/admin.php:108 www/admin.php:213
msgid "Phishing" msgid "Phishing"
msgstr "" msgstr ""
#: www/admin.php:120 #: www/admin.php:122
msgid "Successfully added Phishing clone!" msgid "Successfully added Phishing clone!"
msgstr "" msgstr ""
#: www/admin.php:122 #: www/admin.php:124
msgid "Not added Phishing clone! Phishing and original have the same address." msgid "Not added Phishing clone! Phishing and original have the same address."
msgstr "" msgstr ""
#: www/admin.php:125 www/admin.php:216 #: www/admin.php:127 www/admin.php:218
msgid "No phishing" msgid "No phishing"
msgstr "" msgstr ""
#: www/admin.php:130 #: www/admin.php:132
msgid "Successfully removed Phishing clone!" msgid "Successfully removed Phishing clone!"
msgstr "" msgstr ""
#: www/admin.php:131 www/admin.php:220 #: www/admin.php:133 www/admin.php:222
msgid "Reject" msgid "Reject"
msgstr "" msgstr ""
#: www/admin.php:133 #: www/admin.php:135
msgid "Successfully rejected onion address" msgid "Successfully rejected onion address"
msgstr "" msgstr ""
#: www/admin.php:134 www/admin.php:221 #: www/admin.php:136 www/admin.php:223
msgid "Approve" msgid "Approve"
msgstr "" msgstr ""
#: www/admin.php:136 #: www/admin.php:138
msgid "Successfully approved onion address" msgid "Successfully approved onion address"
msgstr "" msgstr ""
#: www/admin.php:138 #: www/admin.php:140
msgid "No action taken!" msgid "No action taken!"
msgstr "" msgstr ""
#: www/admin.php:151 #: www/admin.php:153
msgid "Switch view mode" msgid "Switch view mode"
msgstr "" msgstr ""
#: www/admin.php:171 #: www/admin.php:173
msgid "Clone of:" msgid "Clone of:"
msgstr "" msgstr ""
#: www/admin.php:176 #: www/admin.php:178
msgid "Bitcoins:" msgid "Bitcoins:"
msgstr "" msgstr ""
#: www/sitemap.php:77
msgid "Error creating the sitemap!"
msgstr ""
#: www/opensearch.php:7
msgid "Search the onion link list"
msgstr ""
#: common_config.php:93 #: common_config.php:93
msgid "Language:" msgid "Language:"
msgstr "" msgstr ""

View File

@ -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: 2022-12-26 13:53+0100\n" "POT-Creation-Date: 2022-12-27 20:20+0100\n"
"PO-Revision-Date: 2022-12-26 14:14+0100\n" "PO-Revision-Date: 2022-12-26 14:14+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -18,334 +18,364 @@ 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/test.php:7 www/test.php:15 #: www/test.php:7 www/test.php:17
msgid "Online-Test" msgid "Online-Test"
msgstr "Online-Teste" msgstr "Online-Teste"
#: www/test.php:17 #: www/test.php:11 www/test.php:19
msgid "Here an onion address can be tested, for whether it is online or not." msgid "Test whether a Tor hidden service onion is online or offline"
msgstr "Aqui um endereço onion pode ser testado, para saber se está online ou não." msgstr ""
#: www/test.php:20 www/admin.php:157 #: www/test.php:22 www/admin.php:159
msgid "Onion link:" msgid "Onion link:"
msgstr "" msgstr ""
#: www/test.php:27 www/onions.php:379 www/onions.php:408 #: www/test.php:29 www/onions.php:363 www/onions.php:392
msgid "Test" msgid "Test"
msgstr "Testar" msgstr "Testar"
#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 #: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7
#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 #: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 #: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 #: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
#: setup.php:51 #: setup.php:48 setup.php:51
msgid "No database connection!" msgid "No database connection!"
msgstr "Sem conexão com a database!" msgstr "Sem conexão com a database!"
#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 #: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110
msgid "Invalid onion address!" msgid "Invalid onion address!"
msgstr "Endereço onion inválido!" msgstr "Endereço onion inválido!"
#: www/test.php:54 #: www/test.php:56
#, php-format #, php-format
msgid "Warning, this is a known phishing clone. The original site is located at %s." msgid ""
msgstr "Aviso, este é um clone para phishing conhecido. O site original está localizado em %s." "Warning, this is a known phishing clone. The original site is located at %s."
msgstr ""
"Aviso, este é um clone para phishing conhecido. O site original está "
"localizado em %s."
#: www/test.php:59 #: www/test.php:61
msgid "Warning: This is a known scam!" msgid "Warning: This is a known scam!"
msgstr "" msgstr ""
#: www/test.php:64 www/test.php:99 #: www/test.php:66 www/test.php:101
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:105 #: www/test.php:107
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!"
#: www/onions.php:55 #: www/onions.php:36
msgid "All legitimate" msgid "All legitimate"
msgstr "" msgstr ""
#: www/onions.php:56 www/onions.php:90 #: www/onions.php:37 www/onions.php:71
msgid "Last added" msgid "Last added"
msgstr "Últimos adicionados" msgstr "Últimos adicionados"
#: www/onions.php:57 #: www/onions.php:38
msgid "Offline > 1 week" msgid "Offline > 1 week"
msgstr "Offline > 1 semana" msgstr "Offline > 1 semana"
#: www/onions.php:119 www/onions.php:128 #: www/onions.php:100 www/onions.php:105 www/onions.php:112
#: www/opensearch.php:6
msgid "Onion link list" msgid "Onion link list"
msgstr "Lista de links onion" msgstr "Lista de links onion"
#: www/onions.php:130 www/onions.php:449 www/onions.php:466 #: www/onions.php:104
msgid ""
"Huge link list of Tor hidden service onions. All the darknet links you need "
"in one place."
msgstr ""
#: www/onions.php:114 www/onions.php:433 www/onions.php:450
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/onions.php:137 #: www/onions.php:116
#, php-format
msgid ""
"I'm not responsible for any content of websites linked here. 99% of darkweb "
"sites selling anything are scams. Be careful and use your brain. I regularly "
"receive E-Mails from people that were desperate to make money and fell for "
"scammers, don't be one of them!"
msgstr ""
#: www/onions.php:121
msgid "Onion address:" msgid "Onion address:"
msgstr "Endereço onion:" msgstr "Endereço onion:"
#: www/onions.php:142 www/admin.php:181 #: www/onions.php:126 www/admin.php:183
msgid "Description:" msgid "Description:"
msgstr "Descrição:" msgstr "Descrição:"
#: www/onions.php:157 www/onions.php:177 www/admin.php:197 #: www/onions.php:141 www/onions.php:161 www/admin.php:199
msgid "Category:" msgid "Category:"
msgstr "Categoria:" msgstr "Categoria:"
#: www/onions.php:167 www/admin.php:78 www/admin.php:218 #: www/onions.php:151 www/admin.php:80 www/admin.php:220
msgid "Update" msgid "Update"
msgstr "Atualizar" msgstr "Atualizar"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search:" msgid "Search:"
msgstr "Pesquisar:" msgstr "Pesquisar:"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search term" msgid "Search term"
msgstr "Termo de pesquisa" msgstr "Termo de pesquisa"
#: www/onions.php:182 www/onions.php:490 www/onions.php:492 #: www/onions.php:166 www/onions.php:474 www/onions.php:476
msgid "All" msgid "All"
msgstr "Todos" msgstr "Todos"
#: www/onions.php:195 #: www/onions.php:179
msgid "Hide locked" msgid "Hide locked"
msgstr "Esconder bloqueado" msgstr "Esconder bloqueado"
#: www/onions.php:196 #: www/onions.php:180
msgid "Search" msgid "Search"
msgstr "Pesquisar" msgstr "Pesquisar"
#: www/onions.php:198 #: www/onions.php:182
msgid "Format:" msgid "Format:"
msgstr "Formato:" msgstr "Formato:"
#: www/onions.php:201 #: www/onions.php:185
msgid "Special categories:" msgid "Special categories:"
msgstr "Categorias especiais:" msgstr "Categorias especiais:"
#: www/onions.php:212 www/onions.php:214 #: www/onions.php:196 www/onions.php:198
msgid "Phishing Clones" msgid "Phishing Clones"
msgstr "Clone com phishing" msgstr "Clone com phishing"
#: www/onions.php:216 #: www/onions.php:200
msgid "Removed/Child porn" msgid "Removed/Child porn"
msgstr "Removidos/Pornografia infantil" msgstr "Removidos/Pornografia infantil"
#: www/onions.php:218 #: www/onions.php:202
msgid "Pending approval" msgid "Pending approval"
msgstr "Aprovação pendente" msgstr "Aprovação pendente"
#: www/onions.php:219 #: www/onions.php:203
msgid "Rejected" msgid "Rejected"
msgstr "" msgstr ""
#: www/onions.php:223 #: www/onions.php:207
msgid "Categories:" msgid "Categories:"
msgstr "Categorias:" msgstr "Categorias:"
#: www/onions.php:235 #: www/onions.php:219
msgid "A valid address looks like this" #, fuzzy, php-format
msgid "A valid address looks like this: %s"
msgstr "Um endereço válido é parecido com este" msgstr "Um endereço válido é parecido com este"
#: www/onions.php:238 www/onions.php:251 #: www/onions.php:222 www/onions.php:235
msgid "Error: Wrong captcha" msgid "Error: Wrong captcha"
msgstr "" msgstr ""
#: www/onions.php:244 #: www/onions.php:228
msgid "Error: Captcha expired" msgid "Error: Captcha expired"
msgstr "" msgstr ""
#: www/onions.php:272 www/admin.php:94 #: www/onions.php:256 www/admin.php:96
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/onions.php:274 #: www/onions.php:258
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/onions.php:278 www/admin.php:98 #: www/onions.php:262 www/admin.php:100
msgid "Successfully updated description!" msgid "Successfully updated description!"
msgstr "Descrição atualizada com sucesso!" msgstr "Descrição atualizada com sucesso!"
#: www/onions.php:282 www/admin.php:102 #: www/onions.php:266 www/admin.php:104
msgid "Successfully updated category!" msgid "Successfully updated category!"
msgstr "Categoria atualizada com sucesso!" msgstr "Categoria atualizada com sucesso!"
#: www/onions.php:284 www/admin.php:104 #: www/onions.php:268 www/admin.php:106
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/onions.php:310 #: www/onions.php:294
#, 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/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Onion link" msgid "Onion link"
msgstr "Onion link" msgstr "Onion link"
#: www/onions.php:357 #: www/onions.php:341
msgid "Description" msgid "Description"
msgstr "Descrição" msgstr "Descrição"
#: www/onions.php:357 #: www/onions.php:341
msgid "Last tested" msgid "Last tested"
msgstr "Testado pela última vez" msgstr "Testado pela última vez"
#: www/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Last seen" msgid "Last seen"
msgstr "Visto pela última vez" msgstr "Visto pela última vez"
#: www/onions.php:357 #: www/onions.php:341
msgid "Added at" msgid "Added at"
msgstr "Adicionado em" msgstr "Adicionado em"
#: www/onions.php:357 #: www/onions.php:341
msgid "Actions" msgid "Actions"
msgstr "Ações" msgstr "Ações"
#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 #: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378
#: www/onions.php:431 #: www/onions.php:415
msgid "Never" msgid "Never"
msgstr "Nunca" msgstr "Nunca"
#: www/onions.php:406 #: www/onions.php:390
msgid "Edit" msgid "Edit"
msgstr "Editar" msgstr "Editar"
#: www/onions.php:422 #: www/onions.php:406
msgid "Clone of" msgid "Clone of"
msgstr "Clone de" msgstr "Clone de"
#: www/onions.php:438 #: www/onions.php:422
msgid "Unknown" msgid "Unknown"
msgstr "Desconhecido" msgstr "Desconhecido"
#: www/onions.php:488 #: www/onions.php:472
msgid "Pages:" msgid "Pages:"
msgstr "Páginas:" msgstr "Páginas:"
#: www/admin.php:17 www/admin.php:24 #: www/admin.php:17 www/admin.php:26
msgid "Admin interface" msgid "Admin interface"
msgstr "Interface do administrador" msgstr "Interface do administrador"
#: www/admin.php:32 #: www/admin.php:34
msgid "Password:" msgid "Password:"
msgstr "Senha:" msgstr "Senha:"
#: www/admin.php:33 #: www/admin.php:35
msgid "Login" msgid "Login"
msgstr "Login" msgstr "Login"
#: www/admin.php:36 #: www/admin.php:38
msgid "Wrong Password!" msgid "Wrong Password!"
msgstr "Senha errada!" msgstr "Senha errada!"
#: www/admin.php:52 www/admin.php:208 #: www/admin.php:54 www/admin.php:210
msgid "Remove" msgid "Remove"
msgstr "Remover" msgstr "Remover"
#: www/admin.php:54 #: www/admin.php:56
msgid "Successfully removed onion address!" msgid "Successfully removed onion address!"
msgstr "Endereço onion removido com sucesso!" msgstr "Endereço onion removido com sucesso!"
#: www/admin.php:55 www/admin.php:209 #: www/admin.php:57 www/admin.php:211
msgid "Lock" msgid "Lock"
msgstr "Bloquear" msgstr "Bloquear"
#: www/admin.php:57 #: www/admin.php:59
msgid "Successfully locked onion address!" msgid "Successfully locked onion address!"
msgstr "Endereço onion bloqueado com sucesso!" msgstr "Endereço onion bloqueado com sucesso!"
#: www/admin.php:58 www/admin.php:213 #: www/admin.php:60 www/admin.php:215
msgid "Re-add" msgid "Re-add"
msgstr "Re-adicionar" msgstr "Re-adicionar"
#: www/admin.php:60 #: www/admin.php:62
msgid "Successfully re-added onion address!" msgid "Successfully re-added onion address!"
msgstr "Endereço onion adicionado com sucesso!" msgstr "Endereço onion adicionado com sucesso!"
#: www/admin.php:61 www/admin.php:214 #: www/admin.php:63 www/admin.php:216
msgid "Unlock" msgid "Unlock"
msgstr "Desbloquear" msgstr "Desbloquear"
#: www/admin.php:63 #: www/admin.php:65
msgid "Successfully unlocked onion address!" msgid "Successfully unlocked onion address!"
msgstr "Endereço onion desbloqueado com sucesso!" msgstr "Endereço onion desbloqueado com sucesso!"
#: www/admin.php:64 www/admin.php:210 #: www/admin.php:66 www/admin.php:212
msgid "Promote" msgid "Promote"
msgstr "Promover" msgstr "Promover"
#: www/admin.php:74 #: www/admin.php:76
#, php-format #, php-format
msgid "Successfully promoted onion address until %1$s!" msgid "Successfully promoted onion address until %1$s!"
msgstr "" msgstr ""
#: www/admin.php:75 www/admin.php:215 #: www/admin.php:77 www/admin.php:217
msgid "Un-promote" msgid "Un-promote"
msgstr "Despromover" msgstr "Despromover"
#: www/admin.php:77 #: www/admin.php:79
msgid "Successfully un-promoted onion address!" msgid "Successfully un-promoted onion address!"
msgstr "Endereço onion despromovido com sucesso!" msgstr "Endereço onion despromovido com sucesso!"
#: www/admin.php:106 www/admin.php:211 #: www/admin.php:108 www/admin.php:213
msgid "Phishing" msgid "Phishing"
msgstr "Phishing" msgstr "Phishing"
#: www/admin.php:120 #: www/admin.php:122
msgid "Successfully added Phishing clone!" msgid "Successfully added Phishing clone!"
msgstr "Clone com phishing adicionado com sucesso!" msgstr "Clone com phishing adicionado com sucesso!"
#: www/admin.php:122 #: www/admin.php:124
msgid "Not added Phishing clone! Phishing and original have the same address." msgid "Not added Phishing clone! Phishing and original have the same address."
msgstr "Clone com phishing não adicionado! Phishing e original têm o mesmo endereço." msgstr ""
"Clone com phishing não adicionado! Phishing e original têm o mesmo endereço."
#: www/admin.php:125 www/admin.php:216 #: www/admin.php:127 www/admin.php:218
msgid "No phishing" msgid "No phishing"
msgstr "Sem phishing" msgstr "Sem phishing"
#: www/admin.php:130 #: www/admin.php:132
msgid "Successfully removed Phishing clone!" msgid "Successfully removed Phishing clone!"
msgstr "Clone para phishing removido com sucesso!" msgstr "Clone para phishing removido com sucesso!"
#: www/admin.php:131 www/admin.php:220 #: www/admin.php:133 www/admin.php:222
msgid "Reject" msgid "Reject"
msgstr "Rejeitar" msgstr "Rejeitar"
#: www/admin.php:133 #: www/admin.php:135
msgid "Successfully rejected onion address" msgid "Successfully rejected onion address"
msgstr "Endereço onion rejeitado com sucesso" msgstr "Endereço onion rejeitado com sucesso"
#: www/admin.php:134 www/admin.php:221 #: www/admin.php:136 www/admin.php:223
msgid "Approve" msgid "Approve"
msgstr "Aprovar" msgstr "Aprovar"
#: www/admin.php:136 #: www/admin.php:138
msgid "Successfully approved onion address" msgid "Successfully approved onion address"
msgstr "Endereço onion aprovado com sucesso" msgstr "Endereço onion aprovado com sucesso"
#: www/admin.php:138 #: www/admin.php:140
msgid "No action taken!" msgid "No action taken!"
msgstr "Nenhuma ação tomada!" msgstr "Nenhuma ação tomada!"
#: www/admin.php:151 #: www/admin.php:153
msgid "Switch view mode" msgid "Switch view mode"
msgstr "Alternar modo de visualização" msgstr "Alternar modo de visualização"
#: www/admin.php:171 #: www/admin.php:173
msgid "Clone of:" msgid "Clone of:"
msgstr "Clone de:" msgstr "Clone de:"
#: www/admin.php:176 #: www/admin.php:178
msgid "Bitcoins:" msgid "Bitcoins:"
msgstr "Bitcoins:" msgstr "Bitcoins:"
#: www/sitemap.php:77
msgid "Error creating the sitemap!"
msgstr ""
#: www/opensearch.php:7
#, fuzzy
msgid "Search the onion link list"
msgstr "Lista de links onion"
#: common_config.php:93 #: common_config.php:93
msgid "Language:" msgid "Language:"
msgstr "Linguagem:" msgstr "Linguagem:"
@ -373,3 +403,8 @@ msgstr ""
#: setup.php:106 #: setup.php:106
msgid "Status: OK" msgid "Status: OK"
msgstr "" msgstr ""
#~ msgid ""
#~ "Here an onion address can be tested, for whether it is online or not."
#~ msgstr ""
#~ "Aqui um endereço onion pode ser testado, para saber se está online ou não."

View File

@ -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: 2022-12-26 13:53+0100\n" "POT-Creation-Date: 2022-12-27 20:20+0100\n"
"PO-Revision-Date: 2022-12-26 14:30+0100\n" "PO-Revision-Date: 2022-12-26 14:30+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -18,334 +18,362 @@ 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/test.php:7 www/test.php:15 #: www/test.php:7 www/test.php:17
msgid "Online-Test" msgid "Online-Test"
msgstr "Çevrimiçi-Deneme" msgstr "Çevrimiçi-Deneme"
#: www/test.php:17 #: www/test.php:11 www/test.php:19
msgid "Here an onion address can be tested, for whether it is online or not." msgid "Test whether a Tor hidden service onion is online or offline"
msgstr "Burada çevrimiçi veya değil farketmeksizin bir Onion-Adresi denenebilir." msgstr ""
#: www/test.php:20 www/admin.php:157 #: www/test.php:22 www/admin.php:159
msgid "Onion link:" msgid "Onion link:"
msgstr "" msgstr ""
#: www/test.php:27 www/onions.php:379 www/onions.php:408 #: www/test.php:29 www/onions.php:363 www/onions.php:392
msgid "Test" msgid "Test"
msgstr "Dene" msgstr "Dene"
#: www/test.php:36 www/admin.php:12 www/sitemap.php:7 cron/update.php:7 #: www/test.php:38 www/admin.php:12 www/sitemap.php:7 cron/update.php:7
#: cron/phishing_tests.php:8 helpers/tmp5.php:6 helpers/tmp6.php:6 #: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
#: helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6 helpers/tmp7.php:6 #: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
#: helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6 setup.php:48 #: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
#: setup.php:51 #: setup.php:48 setup.php:51
msgid "No database connection!" msgid "No database connection!"
msgstr "Veritabanı bağlantısı yok!" msgstr "Veritabanı bağlantısı yok!"
#: www/test.php:39 www/onions.php:234 www/admin.php:48 www/admin.php:108 #: www/test.php:41 www/onions.php:218 www/admin.php:50 www/admin.php:110
msgid "Invalid onion address!" msgid "Invalid onion address!"
msgstr "Geçersiz onion-Adresi!" msgstr "Geçersiz onion-Adresi!"
#: www/test.php:54 #: www/test.php:56
#, php-format #, php-format
msgid "Warning, this is a known phishing clone. The original site is located at %s." msgid ""
msgstr "Uyarı, bu bilinen bir phishing klonu. Gerçek site %s adresinde bulunuyor." "Warning, this is a known phishing clone. The original site is located at %s."
msgstr ""
"Uyarı, bu bilinen bir phishing klonu. Gerçek site %s adresinde bulunuyor."
#: www/test.php:59 #: www/test.php:61
msgid "Warning: This is a known scam!" msgid "Warning: This is a known scam!"
msgstr "" msgstr ""
#: www/test.php:64 www/test.php:99 #: www/test.php:66 www/test.php:101
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:105 #: www/test.php:107
msgid "No, the service is offline!" msgid "No, the service is offline!"
msgstr "Hayır, bu servis çevrimdışı!" msgstr "Hayır, bu servis çevrimdışı!"
#: www/onions.php:55 #: www/onions.php:36
msgid "All legitimate" msgid "All legitimate"
msgstr "" msgstr ""
#: www/onions.php:56 www/onions.php:90 #: www/onions.php:37 www/onions.php:71
msgid "Last added" msgid "Last added"
msgstr "Son eklenen" msgstr "Son eklenen"
#: www/onions.php:57 #: www/onions.php:38
msgid "Offline > 1 week" msgid "Offline > 1 week"
msgstr "Çevrimdışı > 1 hafta" msgstr "Çevrimdışı > 1 hafta"
#: www/onions.php:119 www/onions.php:128 #: www/onions.php:100 www/onions.php:105 www/onions.php:112
#: www/opensearch.php:6
msgid "Onion link list" msgid "Onion link list"
msgstr "Onion bağlantı listesi" msgstr "Onion bağlantı listesi"
#: www/onions.php:130 www/onions.php:449 www/onions.php:466 #: www/onions.php:104
msgid ""
"Huge link list of Tor hidden service onions. All the darknet links you need "
"in one place."
msgstr ""
#: www/onions.php:114 www/onions.php:433 www/onions.php:450
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/onions.php:137 #: www/onions.php:116
#, php-format
msgid ""
"I'm not responsible for any content of websites linked here. 99% of darkweb "
"sites selling anything are scams. Be careful and use your brain. I regularly "
"receive E-Mails from people that were desperate to make money and fell for "
"scammers, don't be one of them!"
msgstr ""
#: www/onions.php:121
msgid "Onion address:" msgid "Onion address:"
msgstr "Onion-Adresi:" msgstr "Onion-Adresi:"
#: www/onions.php:142 www/admin.php:181 #: www/onions.php:126 www/admin.php:183
msgid "Description:" msgid "Description:"
msgstr "Açıklama:" msgstr "Açıklama:"
#: www/onions.php:157 www/onions.php:177 www/admin.php:197 #: www/onions.php:141 www/onions.php:161 www/admin.php:199
msgid "Category:" msgid "Category:"
msgstr "Kategori:" msgstr "Kategori:"
#: www/onions.php:167 www/admin.php:78 www/admin.php:218 #: www/onions.php:151 www/admin.php:80 www/admin.php:220
msgid "Update" msgid "Update"
msgstr "Güncelle" msgstr "Güncelle"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search:" msgid "Search:"
msgstr "Ara:" msgstr "Ara:"
#: www/onions.php:172 #: www/onions.php:156
msgid "Search term" msgid "Search term"
msgstr "Arama terimi" msgstr "Arama terimi"
#: www/onions.php:182 www/onions.php:490 www/onions.php:492 #: www/onions.php:166 www/onions.php:474 www/onions.php:476
msgid "All" msgid "All"
msgstr "Tümü" msgstr "Tümü"
#: www/onions.php:195 #: www/onions.php:179
msgid "Hide locked" msgid "Hide locked"
msgstr "Kilitlileri gizle" msgstr "Kilitlileri gizle"
#: www/onions.php:196 #: www/onions.php:180
msgid "Search" msgid "Search"
msgstr "Ara" msgstr "Ara"
#: www/onions.php:198 #: www/onions.php:182
msgid "Format:" msgid "Format:"
msgstr "Biçim:" msgstr "Biçim:"
#: www/onions.php:201 #: www/onions.php:185
msgid "Special categories:" msgid "Special categories:"
msgstr "Özel kategoriler:" msgstr "Özel kategoriler:"
#: www/onions.php:212 www/onions.php:214 #: www/onions.php:196 www/onions.php:198
msgid "Phishing Clones" msgid "Phishing Clones"
msgstr "Phishing Klonları" msgstr "Phishing Klonları"
#: www/onions.php:216 #: www/onions.php:200
msgid "Removed/Child porn" msgid "Removed/Child porn"
msgstr "Kaldırıldı/Çocuk pornografisi" msgstr "Kaldırıldı/Çocuk pornografisi"
#: www/onions.php:218 #: www/onions.php:202
msgid "Pending approval" msgid "Pending approval"
msgstr "" msgstr ""
#: www/onions.php:219 #: www/onions.php:203
msgid "Rejected" msgid "Rejected"
msgstr "" msgstr ""
#: www/onions.php:223 #: www/onions.php:207
msgid "Categories:" msgid "Categories:"
msgstr "Kategoriler:" msgstr "Kategoriler:"
#: www/onions.php:235 #: www/onions.php:219
msgid "A valid address looks like this" #, fuzzy, php-format
msgid "A valid address looks like this: %s"
msgstr "Geçerli bir adres şöyle gözükür:" msgstr "Geçerli bir adres şöyle gözükür:"
#: www/onions.php:238 www/onions.php:251 #: www/onions.php:222 www/onions.php:235
msgid "Error: Wrong captcha" msgid "Error: Wrong captcha"
msgstr "" msgstr ""
#: www/onions.php:244 #: www/onions.php:228
msgid "Error: Captcha expired" msgid "Error: Captcha expired"
msgstr "" msgstr ""
#: www/onions.php:272 www/admin.php:94 #: www/onions.php:256 www/admin.php:96
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/onions.php:274 #: www/onions.php:258
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/onions.php:278 www/admin.php:98 #: www/onions.php:262 www/admin.php:100
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/onions.php:282 www/admin.php:102 #: www/onions.php:266 www/admin.php:104
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/onions.php:284 www/admin.php:104 #: www/onions.php:268 www/admin.php:106
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/onions.php:310 #: www/onions.php:294
#, 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/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Onion link" msgid "Onion link"
msgstr "Onion bağlantısı" msgstr "Onion bağlantısı"
#: www/onions.php:357 #: www/onions.php:341
msgid "Description" msgid "Description"
msgstr "Açıklama" msgstr "Açıklama"
#: www/onions.php:357 #: www/onions.php:341
msgid "Last tested" msgid "Last tested"
msgstr "Son denenme" msgstr "Son denenme"
#: www/onions.php:357 www/onions.php:422 #: www/onions.php:341 www/onions.php:406
msgid "Last seen" msgid "Last seen"
msgstr "Son görülme" msgstr "Son görülme"
#: www/onions.php:357 #: www/onions.php:341
msgid "Added at" msgid "Added at"
msgstr "Şu tarihte eklendi" msgstr "Şu tarihte eklendi"
#: www/onions.php:357 #: www/onions.php:341
msgid "Actions" msgid "Actions"
msgstr "Eylemler" msgstr "Eylemler"
#: www/onions.php:369 www/onions.php:374 www/onions.php:389 www/onions.php:394 #: www/onions.php:353 www/onions.php:358 www/onions.php:373 www/onions.php:378
#: www/onions.php:431 #: www/onions.php:415
msgid "Never" msgid "Never"
msgstr "Asla" msgstr "Asla"
#: www/onions.php:406 #: www/onions.php:390
msgid "Edit" msgid "Edit"
msgstr "Düzenle" msgstr "Düzenle"
#: www/onions.php:422 #: www/onions.php:406
msgid "Clone of" msgid "Clone of"
msgstr "Klonu" msgstr "Klonu"
#: www/onions.php:438 #: www/onions.php:422
msgid "Unknown" msgid "Unknown"
msgstr "Bilinmiyor" msgstr "Bilinmiyor"
#: www/onions.php:488 #: www/onions.php:472
msgid "Pages:" msgid "Pages:"
msgstr "Sayfalar:" msgstr "Sayfalar:"
#: www/admin.php:17 www/admin.php:24 #: www/admin.php:17 www/admin.php:26
msgid "Admin interface" msgid "Admin interface"
msgstr "Yönetici arayüzü" msgstr "Yönetici arayüzü"
#: www/admin.php:32 #: www/admin.php:34
msgid "Password:" msgid "Password:"
msgstr "Şifre:" msgstr "Şifre:"
#: www/admin.php:33 #: www/admin.php:35
msgid "Login" msgid "Login"
msgstr "Giriş" msgstr "Giriş"
#: www/admin.php:36 #: www/admin.php:38
msgid "Wrong Password!" msgid "Wrong Password!"
msgstr "Yanlış şifre!" msgstr "Yanlış şifre!"
#: www/admin.php:52 www/admin.php:208 #: www/admin.php:54 www/admin.php:210
msgid "Remove" msgid "Remove"
msgstr "Kaldır" msgstr "Kaldır"
#: www/admin.php:54 #: www/admin.php:56
msgid "Successfully removed onion address!" msgid "Successfully removed onion address!"
msgstr "Onion-Adresi başarıyla kaldırıldı!" msgstr "Onion-Adresi başarıyla kaldırıldı!"
#: www/admin.php:55 www/admin.php:209 #: www/admin.php:57 www/admin.php:211
msgid "Lock" msgid "Lock"
msgstr "Kilitle" msgstr "Kilitle"
#: www/admin.php:57 #: www/admin.php:59
msgid "Successfully locked onion address!" msgid "Successfully locked onion address!"
msgstr "Onion-Adresi başarılı bir şekilde kilitlendi!" msgstr "Onion-Adresi başarılı bir şekilde kilitlendi!"
#: www/admin.php:58 www/admin.php:213 #: www/admin.php:60 www/admin.php:215
msgid "Re-add" msgid "Re-add"
msgstr "Yeniden-ekle" msgstr "Yeniden-ekle"
#: www/admin.php:60 #: www/admin.php:62
msgid "Successfully re-added onion address!" msgid "Successfully re-added onion address!"
msgstr "Onion-Adresi başarılı bir şekilde okundu!" msgstr "Onion-Adresi başarılı bir şekilde okundu!"
#: www/admin.php:61 www/admin.php:214 #: www/admin.php:63 www/admin.php:216
msgid "Unlock" msgid "Unlock"
msgstr "Kilidi aç" msgstr "Kilidi aç"
#: www/admin.php:63 #: www/admin.php:65
msgid "Successfully unlocked onion address!" msgid "Successfully unlocked onion address!"
msgstr "Onion-Adresi'nin kilidi başarılı bir şekilde açıldı!" msgstr "Onion-Adresi'nin kilidi başarılı bir şekilde açıldı!"
#: www/admin.php:64 www/admin.php:210 #: www/admin.php:66 www/admin.php:212
msgid "Promote" msgid "Promote"
msgstr "Destekle" msgstr "Destekle"
#: www/admin.php:74 #: www/admin.php:76
#, php-format #, php-format
msgid "Successfully promoted onion address until %1$s!" msgid "Successfully promoted onion address until %1$s!"
msgstr "%1$s tarihine kadar onion-Adresi başarılı bir şekilde desteklendi!" msgstr "%1$s tarihine kadar onion-Adresi başarılı bir şekilde desteklendi!"
#: www/admin.php:75 www/admin.php:215 #: www/admin.php:77 www/admin.php:217
msgid "Un-promote" msgid "Un-promote"
msgstr "Destekleme" msgstr "Destekleme"
#: www/admin.php:77 #: www/admin.php:79
msgid "Successfully un-promoted onion address!" msgid "Successfully un-promoted onion address!"
msgstr "Onion-Adresine destek başarılı bir şekilde bırakıldı!" msgstr "Onion-Adresine destek başarılı bir şekilde bırakıldı!"
#: www/admin.php:106 www/admin.php:211 #: www/admin.php:108 www/admin.php:213
msgid "Phishing" msgid "Phishing"
msgstr "Phishing" msgstr "Phishing"
#: www/admin.php:120 #: www/admin.php:122
msgid "Successfully added Phishing clone!" msgid "Successfully added Phishing clone!"
msgstr "Phishing klonu eklendi!" msgstr "Phishing klonu eklendi!"
#: www/admin.php:122 #: www/admin.php:124
msgid "Not added Phishing clone! Phishing and original have the same address." msgid "Not added Phishing clone! Phishing and original have the same address."
msgstr "Phishing klonu eklenemedi! Phishing ve orijinal aynı adrese sahip." msgstr "Phishing klonu eklenemedi! Phishing ve orijinal aynı adrese sahip."
#: www/admin.php:125 www/admin.php:216 #: www/admin.php:127 www/admin.php:218
msgid "No phishing" msgid "No phishing"
msgstr "Phishing değil" msgstr "Phishing değil"
#: www/admin.php:130 #: www/admin.php:132
msgid "Successfully removed Phishing clone!" msgid "Successfully removed Phishing clone!"
msgstr "Phishing klonu başarılı bir şekilde kaldırıldı!" msgstr "Phishing klonu başarılı bir şekilde kaldırıldı!"
#: www/admin.php:131 www/admin.php:220 #: www/admin.php:133 www/admin.php:222
msgid "Reject" msgid "Reject"
msgstr "" msgstr ""
#: www/admin.php:133 #: www/admin.php:135
msgid "Successfully rejected onion address" msgid "Successfully rejected onion address"
msgstr "" msgstr ""
#: www/admin.php:134 www/admin.php:221 #: www/admin.php:136 www/admin.php:223
msgid "Approve" msgid "Approve"
msgstr "" msgstr ""
#: www/admin.php:136 #: www/admin.php:138
msgid "Successfully approved onion address" msgid "Successfully approved onion address"
msgstr "" msgstr ""
#: www/admin.php:138 #: www/admin.php:140
msgid "No action taken!" msgid "No action taken!"
msgstr "İşlem yapılmadı!" msgstr "İşlem yapılmadı!"
#: www/admin.php:151 #: www/admin.php:153
msgid "Switch view mode" msgid "Switch view mode"
msgstr "" msgstr ""
#: www/admin.php:171 #: www/admin.php:173
msgid "Clone of:" msgid "Clone of:"
msgstr "Klonu:" msgstr "Klonu:"
#: www/admin.php:176 #: www/admin.php:178
msgid "Bitcoins:" msgid "Bitcoins:"
msgstr "Bitcoinler:" msgstr "Bitcoinler:"
#: www/sitemap.php:77
msgid "Error creating the sitemap!"
msgstr ""
#: www/opensearch.php:7
#, fuzzy
msgid "Search the onion link list"
msgstr "Onion bağlantı listesi"
#: common_config.php:93 #: common_config.php:93
msgid "Language:" msgid "Language:"
msgstr "Dil:" msgstr "Dil:"
@ -373,3 +401,8 @@ msgstr ""
#: setup.php:106 #: setup.php:106
msgid "Status: OK" msgid "Status: OK"
msgstr "" msgstr ""
#~ msgid ""
#~ "Here an onion address can be tested, for whether it is online or not."
#~ msgstr ""
#~ "Burada çevrimiçi veya değil farketmeksizin bir Onion-Adresi denenebilir."

View File

@ -1,23 +1,4 @@
<?php <?php
/*
* Onion Link List - Main listing script
*
* Copyright (C) 2016-2020 Daniel Winzen <daniel@danwin1210.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
if($_SERVER['REQUEST_METHOD']==='HEAD'){ if($_SERVER['REQUEST_METHOD']==='HEAD'){
exit; // ignore headers, no further processing needed exit; // ignore headers, no further processing needed
} }
@ -120,7 +101,7 @@ function send_html(): void
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'; echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
echo '<meta name="author" content="Daniel Winzen">'; echo '<meta name="author" content="Daniel Winzen">';
echo '<meta name="viewport" content="width=device-width, initial-scale=1">'; echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
echo '<meta name="description" content="Huge link list of Tor hidden service onions. All the darknet links you need in one place.">'; echo '<meta name="description" content="'._('Huge link list of Tor hidden service onions. All the darknet links you need in one place.').'">';
echo '<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.php" title="'._('Onion link list').'"/>'; echo '<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.php" title="'._('Onion link list').'"/>';
echo '<link rel="canonical" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . (empty($canonical_query) ? '' : '?' . http_build_query($canonical_query)) . '">'; echo '<link rel="canonical" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . (empty($canonical_query) ? '' : '?' . http_build_query($canonical_query)) . '">';
echo '<link rel="alternate" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . (empty($canonical_query) ? '' : '?' . http_build_query($canonical_query)) . '" hreflang="x-default">'; echo '<link rel="alternate" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . (empty($canonical_query) ? '' : '?' . http_build_query($canonical_query)) . '" hreflang="x-default">';
@ -132,7 +113,7 @@ function send_html(): void
if(!isset($db)){ if(!isset($db)){
send_error(_('Error: No database connection!')); send_error(_('Error: No database connection!'));
} }
echo '<p>I\'m not responsible for any content of websites linked here. 99% of darkweb sites selling anything are scams. Be careful and use your brain. Every week I get 2-5 E-Mails from people that were desperate to make money and fell for scammers, don\'t be one of them!</p>'; echo '<p>'._('I\'m not responsible for any content of websites linked here. 99% of darkweb sites selling anything are scams. Be careful and use your brain. I regularly receive E-Mails from people that were desperate to make money and fell for scammers, don\'t be one of them!').'</p>';
//update onions description form //update onions description form
echo "<div class=\"table\" id=\"edit-search\"><div class=\"row\"><div class=\"col\"><form action=\"$_SERVER[SCRIPT_NAME]\" target=\"_self\" method=\"POST\">"; echo "<div class=\"table\" id=\"edit-search\"><div class=\"row\"><div class=\"col\"><form action=\"$_SERVER[SCRIPT_NAME]\" target=\"_self\" method=\"POST\">";
echo "<input type=\"hidden\" name=\"pg\" value=\"$_REQUEST[newpg]\">"; echo "<input type=\"hidden\" name=\"pg\" value=\"$_REQUEST[newpg]\">";
@ -235,7 +216,7 @@ function send_html(): void
if($_SERVER['REQUEST_METHOD']==='POST' && !empty($_REQUEST['addr'])){ if($_SERVER['REQUEST_METHOD']==='POST' && !empty($_REQUEST['addr'])){
if(!preg_match('~(^(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d)(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){ if(!preg_match('~(^(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d)(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){
echo "<p class=\"red\" role=\"alert\">"._('Invalid onion address!')."</p>"; echo "<p class=\"red\" role=\"alert\">"._('Invalid onion address!')."</p>";
echo "<p>"._('A valid address looks like this')." http://tt3j2x4k5ycaa5zt.onion</p>"; echo "<p>".sprintf(_('A valid address looks like this: %s'), 'http://danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion') ."</p>";
}else{ }else{
if(!isset($_REQUEST['challenge'])){ if(!isset($_REQUEST['challenge'])){
send_error(_('Error: Wrong captcha')); send_error(_('Error: Wrong captcha'));

View File

@ -56,20 +56,25 @@ foreach (LANGUAGES as $lang_code => $data){
$links []= ['loc' => CANONICAL_URL . "/onions.php?cat=$cat&lang=$lang_code", 'changefreq' => 'daily', 'priority' => '0.3']; $links []= ['loc' => CANONICAL_URL . "/onions.php?cat=$cat&lang=$lang_code", 'changefreq' => 'daily', 'priority' => '0.3'];
} }
$dom = new DOMDocument('1.0', 'UTF-8'); $dom = new DOMDocument('1.0', 'UTF-8');
$urlset= $dom->createElement('urlset'); try {
$urlset->setAttribute('xmlns', 'http://www.sitemaps.org/schemas/sitemap/0.9'); $urlset = $dom->createElement( 'urlset' );
$urlset->setAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance'); $urlset->setAttribute('xmlns', 'http://www.sitemaps.org/schemas/sitemap/0.9');
$urlset->setAttribute('xsi:schemaLocation', 'http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd'); $urlset->setAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance');
$dom->appendChild($urlset); $urlset->setAttribute('xsi:schemaLocation', 'http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd');
foreach ($links as $link) { $dom->appendChild($urlset);
$url = $dom->createElement('url'); foreach ($links as $link) {
$urlset->appendChild($url); $url = $dom->createElement('url');
$loc = $dom->createElement('loc', htmlspecialchars($link['loc'])); $urlset->appendChild($url);
$url->appendChild($loc); $loc = $dom->createElement('loc', htmlspecialchars($link['loc']));
$changefreq = $dom->createElement('changefreq', $link['changefreq']); $url->appendChild($loc);
$url->appendChild($changefreq); $changefreq = $dom->createElement('changefreq', $link['changefreq']);
$priority = $dom->createElement('priority', $link['priority']); $url->appendChild($changefreq);
$url->appendChild($priority); $priority = $dom->createElement('priority', $link['priority']);
$url->appendChild($priority);
}
} catch ( DOMException $e ) {
http_response_code(500);
die(_('Error creating the sitemap!'));
} }
header('Content-Type: text/xml; charset=UTF-8'); header('Content-Type: text/xml; charset=UTF-8');
echo $dom->saveXML(); echo $dom->saveXML();

View File

@ -8,7 +8,7 @@ echo "<title>"._('Online-Test')."</title>";
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'; echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
echo '<meta name="author" content="Daniel Winzen">'; echo '<meta name="author" content="Daniel Winzen">';
echo '<meta name="viewport" content="width=device-width, initial-scale=1">'; echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
echo '<meta name="description" content="Test whether a Tor hidden service onion is online or offline">'; echo '<meta name="description" content="'._('Test whether a Tor hidden service onion is online or offline').'">';
echo '<link rel="canonical" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . '">'; echo '<link rel="canonical" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . '">';
echo '<link rel="alternate" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . '" hreflang="x-default">'; echo '<link rel="alternate" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . '" hreflang="x-default">';
alt_links(); alt_links();
@ -16,7 +16,7 @@ echo '<style>'.$style.'</style>';
echo '</head><body><main>'; echo '</head><body><main>';
echo "<h1>"._('Online-Test')."</h1>"; echo "<h1>"._('Online-Test')."</h1>";
print_langs(); print_langs();
echo "<p>"._('Here an onion address can be tested, for whether it is online or not.')."</p>"; echo "<p>"._('Test whether a Tor hidden service onion is online or offline')."</p>";
echo "<form action=\"$_SERVER[SCRIPT_NAME]\" method=\"POST\">"; echo "<form action=\"$_SERVER[SCRIPT_NAME]\" method=\"POST\">";
echo "<input type=\"hidden\" name=\"lang\" value=\"$language\">"; echo "<input type=\"hidden\" name=\"lang\" value=\"$language\">";
echo "<p><label for=\"addr\">"._('Onion link:')."</label><br><input id=\"addr\" name=\"addr\" size=\"30\" value=\""; echo "<p><label for=\"addr\">"._('Onion link:')."</label><br><input id=\"addr\" name=\"addr\" size=\"30\" value=\"";