[tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed

translation at torproject.org translation at torproject.org
Sat Apr 4 22:51:33 UTC 2020


commit 7ee27604ccdd54ba5401707f0fb4eb069d52ea81
Author: Translation commit bot <translation at torproject.org>
Date:   Sat Apr 4 22:51:31 2020 +0000

    https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
---
 hr/torbutton.properties | 99 +++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 91 insertions(+), 8 deletions(-)

diff --git a/hr/torbutton.properties b/hr/torbutton.properties
index 50131bb51c..11b1175613 100644
--- a/hr/torbutton.properties
+++ b/hr/torbutton.properties
@@ -2,12 +2,14 @@ torbutton.circuit_display.internet = Internet
 torbutton.circuit_display.ip_unknown = Nepoznat IP
 torbutton.circuit_display.onion_site = Onion stranica
 torbutton.circuit_display.this_browser = Ovaj preglednik
-torbutton.circuit_display.relay = Relej
+# torbutton.circuit_display.relay = Relay
 torbutton.circuit_display.tor_bridge = Most
 torbutton.circuit_display.unknown_country = Nepoznata država
-torbutton.circuit_display.guard = Stražar
-torbutton.circuit_display.guard_note = Vaš [Stražarni] čvor se ne smije promijeniti.
-torbutton.circuit_display.learn_more = Saznajte više
+# torbutton.circuit_display.guard = Guard
+# torbutton.circuit_display.guard_note = Your [Guard] node may not change.
+# torbutton.circuit_display.learn_more = Learn more
+# torbutton.circuit_display.click_to_copy = Click to Copy
+# torbutton.circuit_display.copied = Copied!
 torbutton.content_sizer.margin_tooltip = Tor Browser dodaje ovu marginu kako bi učinio širinu i visinu Vašeg prozora manje uočljivom, te time smanjio mogućnost da Vas ljudi prate online.
 torbutton.panel.tooltip.disabled = Kliknite za omogućenje Tora
 torbutton.panel.tooltip.enabled = Kliknite za onemogućenje Tora
@@ -22,7 +24,7 @@ torbutton.popup.launch = Preuzmi datoteku
 torbutton.popup.cancel = Otkaži
 torbutton.popup.dontask = Automatski preuzimaj datoteke od sad nadalje
 torbutton.popup.no_newnym = Torbutton Vam ne može sigurno dati novi identitet. Nema pristup Tor upravljačkom portu.\n\nRadi li Vam Tor Browser Bundle?
-torbutton.security_settings.menu.title = Postavke sigurnosti
+# torbutton.security_settings.menu.title = Security Settings
 torbutton.title.prompt_torbrowser = Bitne Torbutton informacije
 torbutton.popup.prompt_torbrowser = Torbutton radi drugačije sad: više ga ne možete ugasiti.\n\nNapravili smo ovu promjenu jer nije sigurno koristiti Torbutton u pregledniku koji se koristi za ne-Tor pregledavanje. Bilo je previše grešaka koje nismo mogli ispraviti na drugi način.\n\nAko želite nastaviti koristit Firefox normalno, trebali bi deinstalirati Torbutton i skinuti Tor Browser Bundle. Postavke privatnosti Tor preglednika su superiorne običnom Firefoxu, čak i kad se koristi s Torbuttonom.\n\nDa bi maknuli Torbutton, idite na Alati->Dodatci->Ekstenzije te stisnite gumb Ukloni pokraj Torbuttona.
 torbutton.popup.short_torbrowser = Važne Torbutton informacije!\n\nTorbutton je sad uvjek omogućen.\n\nStisnite Torbutton za više informacija.
@@ -53,8 +55,89 @@ profileMigrationFailed=Migracija Vašeg postojećeg profila %S nije uspjela.\nNo
 # "Downloading update" string for the hamburger menu (see #28885).
 # This string is kept here for ease of translation.
 # LOCALIZATION NOTE: %S is the application name.
-updateDownloadingPanelUILabel=Preuzimanje %S ažuriranja
+# updateDownloadingPanelUILabel=Downloading %S update
 
 # .Onion Page Info prompt.  Strings are kept here for ease of translation.
-pageInfo_OnionEncryptionWithBitsAndProtocol=Veza enkriptirana (Onion usluga, %1$S, %2$S bitni ključevi, %3$S)
-pageInfo_OnionEncryption=Veza enkriptirana (Onion usluga)
+# pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
+# pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
+
+# Onion services strings.  Strings are kept here for ease of translation.
+# onionServices.learnMore=Learn more
+# onionServices.errorPage.browser=Browser
+# onionServices.errorPage.network=Network
+# onionServices.errorPage.onionSite=Onionsite
+# LOCALIZATION NOTE: In the longDescription strings, %S will be replaced with
+#                    an error code, e.g., 0xF3.
+# Tor SOCKS error 0xF0:
+# onionServices.descNotFound.pageTitle=Problem Loading Onionsite
+# onionServices.descNotFound.header=Onionsite Not Found
+# onionServices.descNotFound=The most likely cause is that the onionsite is offline. Contact the onionsite administrator.
+# onionServices.descNotFound.longDescription=Details: %S — The requested onion service descriptor can't be found on the hashring and therefore the service is not reachable by the client.
+# Tor SOCKS error 0xF1:
+# onionServices.descInvalid.pageTitle=Problem Loading Onionsite
+# onionServices.descInvalid.header=Onionsite Cannot Be Reached
+# onionServices.descInvalid=The onionsite is unreachable due an internal error.
+# onionServices.descInvalid.longDescription=Details: %S — The requested onion service descriptor can't be parsed or signature validation failed.
+# Tor SOCKS error 0xF2:
+# onionServices.introFailed.pageTitle=Problem Loading Onionsite
+# onionServices.introFailed.header=Onionsite Has Disconnected
+# onionServices.introFailed=The most likely cause is that the onionsite is offline. Contact the onionsite administrator.
+# onionServices.introFailed.longDescription=Details: %S — Introduction failed, which means that the descriptor was found but the service is no longer connected to the introduction point. It is likely that the service has changed its descriptor or that it is not running.
+# Tor SOCKS error 0xF3:
+# onionServices.rendezvousFailed.pageTitle=Problem Loading Onionsite
+# onionServices.rendezvousFailed.header=Unable to Connect to Onionsite
+# onionServices.rendezvousFailed=The onionsite is busy or the Tor network is overloaded. Try again later.
+# onionServices.rendezvousFailed.longDescription=Details: %S — The client failed to rendezvous with the service, which means that the client was unable to finalize the connection.
+# Tor SOCKS error 0xF4:
+# onionServices.clientAuthMissing.pageTitle=Authorization Required
+# onionServices.clientAuthMissing.header=Onionsite Requires Authentication
+# onionServices.clientAuthMissing=Access to the onionsite requires a key but none was provided.
+# onionServices.clientAuthMissing.longDescription=Details: %S — The client downloaded the requested onion service descriptor but was unable to decrypt its content because client authorization information is missing.
+# Tor SOCKS error 0xF5:
+# onionServices.clientAuthIncorrect.pageTitle=Authorization Failed
+# onionServices.clientAuthIncorrect.header=Onionsite Authentication Failed
+# onionServices.clientAuthIncorrect=The provided key is incorrect or has been revoked. Contact the onionsite administrator.
+# onionServices.clientAuthIncorrect.longDescription=Details: %S — The client was able to download the requested onion service descriptor but was unable to decrypt its content using the provided client authorization information. This may mean that access has been revoked.
+# Tor SOCKS error 0xF6:
+# onionServices.badAddress.pageTitle=Problem Loading Onionsite
+# onionServices.badAddress.header=Invalid Onionsite Address
+# onionServices.badAddress=The provided onionsite address is invalid. Please check that you entered it correctly.
+# onionServices.badAddress.longDescription=Details: %S — The provided .onion address is invalid. This error is returned due to one of the following reasons: the address checksum doesn't match, the ed25519 public key is invalid, or the encoding is invalid.
+# Tor SOCKS error 0xF7:
+# onionServices.introTimedOut.pageTitle=Problem Loading Onionsite
+# onionServices.introTimedOut.header=Onionsite Circuit Creation Timed Out
+# onionServices.introTimedOut=Failed to connect to the onionsite, possibly due to a poor network connection.
+# onionServices.introTimedOut.longDescription=Details: %S — The connection to the requested onion service timed out while trying to build the rendezvous circuit.
+#
+# LOCALIZATION NOTE: %S will be replaced with the .onion address.
+# onionServices.authPrompt.description=%S is requesting your private key.
+# onionServices.authPrompt.keyPlaceholder=Enter your private key for this onion service
+# onionServices.authPrompt.done=Done
+# onionServices.authPrompt.doneAccessKey=d
+# onionServices.authPrompt.invalidKey=Please enter a valid key (52 base32 characters or 44 base64 characters)
+# onionServices.authPrompt.failedToSetKey=Unable to configure Tor with your key
+# onionServices.authPreferences.header=Onion Services Authentication
+# onionServices.authPreferences.overview=Some onion services require that you identify yourself with a key (a kind of password) before you can access them.
+# onionServices.authPreferences.savedKeys=Saved Keys…
+# onionServices.authPreferences.dialogTitle=Onion Service Keys
+# onionServices.authPreferences.dialogIntro=Keys for the following onionsites are stored on your computer
+# onionServices.authPreferences.onionSite=Onionsite
+# onionServices.authPreferences.onionKey=Key
+# onionServices.authPreferences.remove=Remove
+# onionServices.authPreferences.removeAll=Remove All
+# onionServices.authPreferences.failedToGetKeys=Unable to retrieve keys from tor
+# onionServices.authPreferences.failedToRemoveKey=Unable to remove key
+
+# Onion-Location strings.
+# onionLocation.alwaysPrioritize=Always Prioritize Onions
+# onionLocation.alwaysPrioritizeAccessKey=a
+# onionLocation.notNow=Not Now
+# onionLocation.notNowAccessKey=n
+# onionLocation.description=There's a more private and secure version of this site available over the Tor network via onion services. Onion services help website publishers and their visitors defeat surveillance and censorship.
+# onionLocation.tryThis=Try Onion Services
+# onionLocation.onionAvailable=.onion available
+# onionLocation.learnMore=Learn more…
+# onionLocation.always=Always
+# onionLocation.askEverytime=Ask every time
+# onionLocation.prioritizeOnionsDescription=Prioritize .onion sites when known.
+# onionLocation.onionServicesTitle=Onion Services



More information about the tor-commits mailing list