Redirection - Version 4.1.1

Version Description

  • 23rd Mar 2019 =
  • Remove deprecated PHP
  • Fix REST API warning
  • Improve WP CLI database output
Download this release

Release Info

Developer johnny5
Plugin Icon 128x128 Redirection
Version 4.1.1
Comparing to
See all releases

Code changes from version 4.1 to 4.1.1

database/database-status.php CHANGED
@@ -89,6 +89,7 @@ class Red_Database_Status {
89
  // Upgrade the old value
90
  red_set_options( array( 'database' => $version ) );
91
  delete_option( self::OLD_DB_VERSION );
 
92
  return $version;
93
  }
94
 
@@ -107,6 +108,8 @@ class Red_Database_Status {
107
  if ( count( $missing ) === count( $latest->get_all_tables() ) ) {
108
  delete_option( Red_Database_Status::OLD_DB_VERSION );
109
  red_set_options( [ 'database' => '' ] );
 
 
110
  $this->status = self::STATUS_NEED_INSTALL;
111
  $this->stop_update();
112
  } elseif ( count( $missing ) > 0 && version_compare( $this->get_current_version(), '2.3.3', 'ge' ) ) {
@@ -159,6 +162,7 @@ class Red_Database_Status {
159
  $this->debug = [];
160
 
161
  delete_option( self::DB_UPGRADE_STAGE );
 
162
  }
163
 
164
  public function finish() {
@@ -302,6 +306,8 @@ class Red_Database_Status {
302
  'stages' => $this->stages,
303
  'status' => $this->status,
304
  ] );
 
 
305
  }
306
 
307
  private function get_next_stage( $stage ) {
@@ -336,5 +342,12 @@ class Red_Database_Status {
336
  private function save_db_version( $version ) {
337
  red_set_options( array( 'database' => $version ) );
338
  delete_option( self::OLD_DB_VERSION );
 
 
 
 
 
 
 
339
  }
340
  }
89
  // Upgrade the old value
90
  red_set_options( array( 'database' => $version ) );
91
  delete_option( self::OLD_DB_VERSION );
92
+ $this->clear_cache();
93
  return $version;
94
  }
95
 
108
  if ( count( $missing ) === count( $latest->get_all_tables() ) ) {
109
  delete_option( Red_Database_Status::OLD_DB_VERSION );
110
  red_set_options( [ 'database' => '' ] );
111
+ $this->clear_cache();
112
+
113
  $this->status = self::STATUS_NEED_INSTALL;
114
  $this->stop_update();
115
  } elseif ( count( $missing ) > 0 && version_compare( $this->get_current_version(), '2.3.3', 'ge' ) ) {
162
  $this->debug = [];
163
 
164
  delete_option( self::DB_UPGRADE_STAGE );
165
+ $this->clear_cache();
166
  }
167
 
168
  public function finish() {
306
  'stages' => $this->stages,
307
  'status' => $this->status,
308
  ] );
309
+
310
+ $this->clear_cache();
311
  }
312
 
313
  private function get_next_stage( $stage ) {
342
  private function save_db_version( $version ) {
343
  red_set_options( array( 'database' => $version ) );
344
  delete_option( self::OLD_DB_VERSION );
345
+ $this->clear_cache();
346
+ }
347
+
348
+ private function clear_cache() {
349
+ if ( file_exists( WP_CONTENT_DIR . '/object-cache.php' ) && function_exists( 'wp_cache_flush' ) ) {
350
+ wp_cache_flush();
351
+ }
352
  }
353
  }
fileio/nginx.php CHANGED
@@ -92,6 +92,10 @@ class Red_Nginx_File extends Red_FileIO {
92
  }
93
 
94
  private function get_redirect( $line, $target, $code, $source ) {
 
 
 
 
95
  if ( isset( $source['flag_case'] ) && $source['flag_case'] ) {
96
  $line = '(?i)^' . $line;
97
  } else {
92
  }
93
 
94
  private function get_redirect( $line, $target, $code, $source ) {
95
+ // Remove any existing start/end from a regex
96
+ $line = ltrim( $line, '^' );
97
+ $line = rtrim( $line, '$' );
98
+
99
  if ( isset( $source['flag_case'] ) && $source['flag_case'] ) {
100
  $line = '(?i)^' . $line;
101
  } else {
locale/json/redirection-de_DE.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":[""],"Please do not try and redirect all your 404s - this is not a good thing to do.":[""],"Only the 404 page type is currently supported.":[""],"Page Type":[""],"Enter IP addresses (one per line)":[""],"Describe the purpose of this redirect (optional)":[""],"418 - I'm a teapot":[""],"403 - Forbidden":[""],"400 - Bad Request":[""],"304 - Not Modified":[""],"303 - See Other":[""],"Do nothing (ignore)":[""],"Target URL when not matched (empty to ignore)":[""],"Target URL when matched (empty to ignore)":[""],"Show All":[""],"Delete all logs for these entries":[""],"Delete all logs for this entry":[""],"Delete Log Entries":[""],"Group by IP":[""],"Group by URL":[""],"No grouping":[""],"Ignore URL":[""],"Block IP":[""],"Redirect All":[""],"Count":[""],"URL and WordPress page type":[""],"URL and IP":[""],"Problem":[""],"Good":[""],"Check":[""],"Check Redirect":[""],"Check redirect for: {{code}}%s{{/code}}":[""],"What does this mean?":[""],"Not using Redirection":[""],"Using Redirection":[""],"Found":[""],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":[""],"Expected":[""],"Error":[""],"Enter full URL, including http:// or https://":[""],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":[""],"Redirect Tester":["Weiterleitungstester"],"Target":["Ziel"],"URL is not being redirected with Redirection":["Die URL wird nicht mit Redirection umgeleitet"],"URL is being redirected with Redirection":["URL wird mit Redirection umgeleitet"],"Unable to load details":["Die Details konnten nicht geladen werden"],"Enter server URL to match against":[""],"Server":["Server"],"Enter role or capability value":[""],"Role":[""],"Match against this browser referrer text":[""],"Match against this browser user agent":[""],"The relative URL you want to redirect from":[""],"The target URL you want to redirect to if matched":[""],"(beta)":["(Beta)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Erzwinge eine Umleitung von HTTP zu HTTPS. Bitte stelle sicher, dass HTTPS funktioniert, bevor du es aktivierst"],"Force HTTPS":["Erzwinge HTTPS"],"GDPR / Privacy information":["DSGVO / Datenschutzinformationen"],"Add New":[""],"Please logout and login again.":["Bitte logge dich aus und erneut ein."],"URL and role/capability":[""],"URL and server":["URL und Server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":[""],"Site and home protocol":[""],"Site and home are consistent":[""],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Beachte, dass du HTTP-Header an PHP übergeben musst. Bitte wende dich an deinen Hosting-Anbieter, um Unterstützung zu erhalten."],"Accept Language":["Akzeptiere Sprache"],"Header value":["Wert im Header "],"Header name":["Header Name "],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress Filter Name "],"Filter Name":["Filter Name"],"Cookie value":["Cookie-Wert"],"Cookie name":["Cookie-Name"],"Cookie":["Cookie"],"clearing your cache.":[""],"If you are using a caching system such as Cloudflare then please read this: ":["Wenn du ein Caching-System, wie etwa Cloudflare, verwendest, lies bitte das Folgende:"],"URL and HTTP header":["URL und HTTP-Header"],"URL and custom filter":["URL und benutzerdefinierter Filter"],"URL and cookie":["URL und Cookie"],"404 deleted":[""],"REST API":["REST-API"],"How Redirection uses the REST API - don't change unless necessary":["Wie Redirection die REST-API verwendet - ändere das nur, wenn es unbedingt erforderlich ist"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":[""],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":[""],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":[""],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":[""],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":[""],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":[""],"None of the suggestions helped":[""],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":[""],"Unable to load Redirection ☹️":["Redirection kann nicht geladen werden ☹️"],"WordPress REST API is working at %s":["Die WordPress-REST-API funktioniert unter %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":[""],"Redirection routes are working":[""],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":[""],"Redirection routes":[""],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":[""],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":[""],"Unknown Useragent":[""],"Device":["Gerät"],"Operating System":["Betriebssystem"],"Browser":["Browser"],"Engine":[""],"Useragent":[""],"Agent":[""],"No IP logging":["Keine IP-Protokollierung"],"Full IP logging":["Vollständige IP-Protokollierung"],"Anonymize IP (mask last part)":["Anonymisiere IP (maskiere letzten Teil)"],"Monitor changes to %(type)s":["Änderungen überwachen für %(type)s"],"IP Logging":["IP-Protokollierung"],"(select IP logging level)":["(IP-Protokollierungsstufe wählen)"],"Geo Info":[""],"Agent Info":[""],"Filter by IP":[""],"Referrer / User Agent":[""],"Geo IP Error":[""],"Something went wrong obtaining this information":[""],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":[""],"No details are known for this address.":[""],"Geo IP":[""],"City":[""],"Area":[""],"Timezone":["Zeitzone"],"Geo Location":[""],"Powered by {{link}}redirect.li{{/link}}":[""],"Trash":["Papierkorb"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":[""],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":[""],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Die vollständige Dokumentation findest du unter {{site}}https://redirection.me{{/site}}. Solltest du Fragen oder Probleme mit dem Plugin haben, durchsuche bitte zunächst die {{faq}}FAQ{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Wenn du einen Bug mitteilen möchtest, lies bitte zunächst unseren {{report}}Bug Report Leitfaden{{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Wenn du nicht möchtest, dass deine Nachricht öffentlich sichtbar ist, dann sende sie bitte per {{email}}E-Mail{{/email}} - sende so viele Informationen, wie möglich."],"Never cache":[""],"An hour":["Eine Stunde"],"Redirect Cache":[""],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Wie lange weitergeleitete 301 URLs im Cache gehalten werden sollen (per \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Möchtest du wirklich von %s importieren?"],"Plugin Importers":["Plugin Importer"],"The following redirect plugins were detected on your site and can be imported from.":["Folgende Redirect Plugins, von denen importiert werden kann, wurden auf deiner Website gefunden."],"total = ":["Total = "],"Import from %s":["Import von %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":[""],"Default WordPress \"old slugs\"":[""],"Create associated redirect (added to end of URL)":[""],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":[""],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":[""],"⚡️ Magic fix ⚡️":[""],"Plugin Status":["Plugin-Status"],"Custom":[""],"Mobile":[""],"Feed Readers":[""],"Libraries":["Bibliotheken"],"URL Monitor Changes":[""],"Save changes to this group":[""],"For example \"/amp\"":[""],"URL Monitor":[""],"Delete 404s":[""],"Delete all from IP %s":[""],"Delete all matching \"%s\"":[""],"Your server has rejected the request for being too big. You will need to change it to continue.":[""],"Also check if your browser is able to load <code>redirection.js</code>:":[""],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":[""],"Unable to load Redirection":["Redirection konnte nicht geladen werden"],"Unable to create group":[""],"Post monitor group is valid":[""],"Post monitor group is invalid":[""],"Post monitor group":[""],"All redirects have a valid group":[""],"Redirects with invalid groups detected":[""],"Valid redirect group":[""],"Valid groups detected":[""],"No valid groups, so you will not be able to create any redirects":[""],"Valid groups":[""],"Database tables":[""],"The following tables are missing:":[""],"All tables present":[""],"Cached Redirection detected":[""],"Please clear your browser cache and reload this page.":[""],"The data on this page has expired, please reload.":[""],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress hat keine Antwort zurückgegeben. Dies könnte bedeuten, dass ein Fehler aufgetreten ist oder dass die Anfrage blockiert wurde. Bitte überprüfe Deinen Server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":[""],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Füge diese Angaben in deinem Bericht {{strong}} zusammen mit einer Beschreibung dessen ein, was du getan hast{{/ strong}}."],"If you think Redirection is at fault then create an issue.":[""],"This may be caused by another plugin - look at your browser's error console for more details.":[""],"Loading, please wait...":["Lädt, bitte warte..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":[""],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection funktioniert nicht. Versuche, Deinen Browser-Cache zu löschen und diese Seite neu zu laden."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":[""],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":[""],"Create Issue":[""],"Email":["E-Mail"],"Important details":["Wichtige Details"],"Need help?":["Hilfe benötigt?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":[""],"Pos":[""],"410 - Gone":["410 - Entfernt"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":[""],"Apache Module":["Apache Modul"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":[""],"Import to group":["Importiere in Gruppe"],"Import a CSV, .htaccess, or JSON file.":["Importiere eine CSV, .htaccess oder JSON Datei."],"Click 'Add File' or drag and drop here.":["Klicke auf 'Datei hinzufügen' oder Drag & Drop hier."],"Add File":["Datei hinzufügen"],"File selected":["Datei ausgewählt"],"Importing":["Importiere"],"Finished importing":["Importieren beendet"],"Total redirects imported:":["Umleitungen importiert:"],"Double-check the file is the correct format!":["Überprüfe, ob die Datei das richtige Format hat!"],"OK":["OK"],"Close":["Schließen"],"All imports will be appended to the current database.":["Alle Importe werden der aktuellen Datenbank hinzugefügt."],"Export":["Exportieren"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":[""],"Everything":["Alles"],"WordPress redirects":["WordPress Weiterleitungen"],"Apache redirects":["Apache Weiterleitungen"],"Nginx redirects":["Nginx Weiterleitungen"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":[""],"Redirection JSON":[""],"View":["Anzeigen"],"Log files can be exported from the log pages.":["Protokolldateien können aus den Protokollseiten exportiert werden."],"Import/Export":["Import/Export"],"Logs":["Protokolldateien"],"404 errors":["404 Fehler"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":[""],"I'd like to support some more.":[""],"Support 💰":["Unterstützen 💰"],"Redirection saved":["Umleitung gespeichert"],"Log deleted":["Log gelöscht"],"Settings saved":["Einstellungen gespeichert"],"Group saved":["Gruppe gespeichert"],"Are you sure you want to delete this item?":["Bist du sicher, dass du diesen Eintrag löschen möchtest?","Bist du sicher, dass du diese Einträge löschen möchtest?"],"pass":[""],"All groups":["Alle Gruppen"],"301 - Moved Permanently":["301- Dauerhaft verschoben"],"302 - Found":["302 - Gefunden"],"307 - Temporary Redirect":["307 - Zeitweise Umleitung"],"308 - Permanent Redirect":["308 - Dauerhafte Umleitung"],"401 - Unauthorized":["401 - Unautorisiert"],"404 - Not Found":["404 - Nicht gefunden"],"Title":["Titel"],"When matched":[""],"with HTTP code":["mit HTTP Code"],"Show advanced options":["Zeige erweiterte Optionen"],"Matched Target":["Passendes Ziel"],"Unmatched Target":["Unpassendes Ziel"],"Saving...":["Speichern..."],"View notice":["Hinweis anzeigen"],"Invalid source URL":["Ungültige Quell URL"],"Invalid redirect action":["Ungültige Umleitungsaktion"],"Invalid redirect matcher":[""],"Unable to add new redirect":[""],"Something went wrong 🙁":["Etwas ist schiefgelaufen 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Ich habe versucht, etwas zu tun und es ging schief. Es kann eine vorübergehendes Problem sein und wenn du es nochmal probierst, könnte es funktionieren - toll!"],"Log entries (%d max)":["Log Einträge (%d max)"],"Search by IP":["Suche nach IP"],"Select bulk action":[""],"Bulk Actions":[""],"Apply":["Anwenden"],"First page":["Erste Seite"],"Prev page":["Vorige Seite"],"Current Page":["Aktuelle Seite"],"of %(page)s":["von %(Seite)n"],"Next page":["Nächste Seite"],"Last page":["Letzte Seite"],"%s item":["%s Eintrag","%s Einträge"],"Select All":["Alle auswählen"],"Sorry, something went wrong loading the data - please try again":["Entschuldigung, etwas ist beim Laden der Daten schief gelaufen - bitte versuche es erneut"],"No results":["Keine Ergebnisse"],"Delete the logs - are you sure?":["Logs löschen - bist du sicher?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Einmal gelöscht, sind deine aktuellen Logs nicht mehr verfügbar. Du kannst einen Zeitplan zur Löschung in den Redirection Einstellungen setzen, wenn du dies automatisch machen möchtest."],"Yes! Delete the logs":["Ja! Lösche die Logs"],"No! Don't delete the logs":["Nein! Lösche die Logs nicht"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":[""],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":[""],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":[""],"Your email address:":["Deine E-Mail Adresse:"],"You've supported this plugin - thank you!":["Du hast dieses Plugin bereits unterstützt - vielen Dank!"],"You get useful software and I get to carry on making it better.":["Du erhältst nützliche Software und ich komme dazu, sie besser zu machen."],"Forever":["Dauerhaft"],"Delete the plugin - are you sure?":["Plugin löschen - bist du sicher?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Löschen des Plugins entfernt alle deine Weiterleitungen, Logs und Einstellungen. Tu dies, falls du das Plugin dauerhaft entfernen möchtest oder um das Plugin zurückzusetzen."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Einmal gelöscht, werden deine Weiterleitungen nicht mehr funktionieren. Falls sie es dennoch tun sollten, leere bitte deinen Browser Cache."],"Yes! Delete the plugin":["Ja! Lösche das Plugin"],"No! Don't delete the plugin":["Nein! Lösche das Plugin nicht"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Verwalte alle 301-Umleitungen und 404-Fehler."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection ist kostenlos – das Leben ist wundervoll und schön! Aber: Sehr viel Zeit und Arbeit sind in seine Entwicklung geflossen und falls es sich als nützlich erwiesen hat, kannst du die Entwicklung {{strong}}mit einer kleinen Spende unterstützen{{/strong}}."],"Redirection Support":["Unleitung Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Auswählen dieser Option löscht alle Umleitungen, alle Logs, und alle Optionen, die mit dem Umleitungs-Plugin verbunden sind. Stelle sicher, das du das wirklich möchtest."],"Delete Redirection":["Umleitung löschen"],"Upload":["Hochladen"],"Import":["Importieren"],"Update":["Aktualisieren"],"Auto-generate URL":["Selbsterstellte URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Einzigartiges Token, das RSS-Klienten Zugang zum Umleitung-Log-Feed gewährt. (freilassen, um automatisch zu generieren)"],"RSS Token":["RSS Token"],"404 Logs":["404-Logs"],"(time to keep logs for)":["(Dauer, für die die Logs behalten werden)"],"Redirect Logs":["Umleitungs-Logs"],"I'm a nice person and I have helped support the author of this plugin":["Ich bin eine nette Person und ich helfe dem Autor des Plugins"],"Plugin Support":["Plugin Support"],"Options":["Optionen"],"Two months":["zwei Monate"],"A month":["ein Monat"],"A week":["eine Woche"],"A day":["einen Tag"],"No logs":["Keine Logs"],"Delete All":["Alle löschen"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Benutze Gruppen, um deine Umleitungen zu ordnen. Gruppen werden einem Modul zugeordnet, dies beeinflusst, wie die Umleitungen in der jeweiligen Gruppe funktionieren. Falls du unsicher bist, bleib beim WordPress-Modul."],"Add Group":["Gruppe hinzufügen"],"Search":["Suchen"],"Groups":["Gruppen"],"Save":["Speichern"],"Group":["Gruppe"],"Match":["Passend"],"Add new redirection":["Eine neue Weiterleitung hinzufügen"],"Cancel":["Abbrechen"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Einstellungen"],"Error (404)":["Fehler (404)"],"Pass-through":["Durchreichen"],"Redirect to random post":["Umleitung zu zufälligen Beitrag"],"Redirect to URL":["Umleitung zur URL"],"Invalid group when creating redirect":["Ungültige Gruppe für die Erstellung der Umleitung"],"IP":["IP"],"Source URL":["URL-Quelle"],"Date":["Zeitpunkt"],"Add Redirect":["Umleitung hinzufügen"],"All modules":["Alle Module"],"View Redirects":["Weiterleitungen anschauen"],"Module":["Module"],"Redirects":["Umleitungen"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Treffer zurücksetzen"],"Enable":["Aktivieren"],"Disable":["Deaktivieren"],"Delete":["Löschen"],"Edit":["Bearbeiten"],"Last Access":["Letzter Zugriff"],"Hits":["Treffer"],"URL":["URL"],"Type":["Typ"],"Modified Posts":["Geänderte Beiträge"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL und User-Agent"],"Target URL":["Ziel-URL"],"URL only":["Nur URL"],"Regex":["Regex"],"Referrer":["Vermittler"],"URL and referrer":["URL und Vermittler"],"Logged Out":["Ausgeloggt"],"Logged In":["Eingeloggt"],"URL and login status":["URL- und Loginstatus"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":[""],"Export 404":[""],"Export redirect":[""],"You need at least one GET/POST pair for the plugin to work.":[""],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":[""],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":[""],"Unable to update redirect":[""],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":[""],"Please do not try and redirect all your 404s - this is not a good thing to do.":[""],"Only the 404 page type is currently supported.":[""],"Page Type":[""],"Enter IP addresses (one per line)":[""],"Describe the purpose of this redirect (optional)":[""],"418 - I'm a teapot":[""],"403 - Forbidden":[""],"400 - Bad Request":[""],"304 - Not Modified":[""],"303 - See Other":[""],"Do nothing (ignore)":[""],"Target URL when not matched (empty to ignore)":[""],"Target URL when matched (empty to ignore)":[""],"Show All":[""],"Delete all logs for these entries":[""],"Delete all logs for this entry":[""],"Delete Log Entries":[""],"Group by IP":[""],"Group by URL":[""],"No grouping":[""],"Ignore URL":[""],"Block IP":[""],"Redirect All":[""],"Count":[""],"URL and WordPress page type":[""],"URL and IP":[""],"Problem":[""],"Good":[""],"Check":[""],"Check Redirect":[""],"Check redirect for: {{code}}%s{{/code}}":[""],"What does this mean?":[""],"Not using Redirection":[""],"Using Redirection":[""],"Found":[""],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":[""],"Expected":[""],"Error":[""],"Enter full URL, including http:// or https://":[""],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":[""],"Redirect Tester":["Weiterleitungstester"],"Target":["Ziel"],"URL is not being redirected with Redirection":["Die URL wird nicht mit Redirection umgeleitet"],"URL is being redirected with Redirection":["URL wird mit Redirection umgeleitet"],"Unable to load details":["Die Details konnten nicht geladen werden"],"Enter server URL to match against":[""],"Server":["Server"],"Enter role or capability value":[""],"Role":[""],"Match against this browser referrer text":[""],"Match against this browser user agent":[""],"The relative URL you want to redirect from":[""],"The target URL you want to redirect to if matched":[""],"(beta)":["(Beta)"],"Force HTTPS":["Erzwinge HTTPS"],"GDPR / Privacy information":["DSGVO / Datenschutzinformationen"],"Add New":[""],"Please logout and login again.":["Bitte logge dich aus und erneut ein."],"URL and role/capability":[""],"URL and server":["URL und Server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":[""],"Site and home protocol":[""],"Site and home are consistent":[""],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Beachte, dass du HTTP-Header an PHP übergeben musst. Bitte wende dich an deinen Hosting-Anbieter, um Unterstützung zu erhalten."],"Accept Language":["Akzeptiere Sprache"],"Header value":["Wert im Header "],"Header name":["Header Name "],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress Filter Name "],"Filter Name":["Filter Name"],"Cookie value":["Cookie-Wert"],"Cookie name":["Cookie-Name"],"Cookie":["Cookie"],"clearing your cache.":[""],"If you are using a caching system such as Cloudflare then please read this: ":["Wenn du ein Caching-System, wie etwa Cloudflare, verwendest, lies bitte das Folgende:"],"URL and HTTP header":["URL und HTTP-Header"],"URL and custom filter":["URL und benutzerdefinierter Filter"],"URL and cookie":["URL und Cookie"],"404 deleted":[""],"REST API":["REST-API"],"How Redirection uses the REST API - don't change unless necessary":["Wie Redirection die REST-API verwendet - ändere das nur, wenn es unbedingt erforderlich ist"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":[""],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":[""],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":[""],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":[""],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":[""],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":[""],"None of the suggestions helped":[""],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":[""],"Unable to load Redirection ☹️":["Redirection kann nicht geladen werden ☹️"],"WordPress REST API is working at %s":["Die WordPress-REST-API funktioniert unter %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":[""],"Redirection routes are working":[""],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":[""],"Redirection routes":[""],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":[""],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":[""],"Unknown Useragent":[""],"Device":["Gerät"],"Operating System":["Betriebssystem"],"Browser":["Browser"],"Engine":[""],"Useragent":[""],"Agent":[""],"No IP logging":["Keine IP-Protokollierung"],"Full IP logging":["Vollständige IP-Protokollierung"],"Anonymize IP (mask last part)":["Anonymisiere IP (maskiere letzten Teil)"],"Monitor changes to %(type)s":["Änderungen überwachen für %(type)s"],"IP Logging":["IP-Protokollierung"],"(select IP logging level)":["(IP-Protokollierungsstufe wählen)"],"Geo Info":[""],"Agent Info":[""],"Filter by IP":[""],"Referrer / User Agent":[""],"Geo IP Error":[""],"Something went wrong obtaining this information":[""],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":[""],"No details are known for this address.":[""],"Geo IP":[""],"City":[""],"Area":[""],"Timezone":["Zeitzone"],"Geo Location":[""],"Powered by {{link}}redirect.li{{/link}}":[""],"Trash":["Papierkorb"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":[""],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":[""],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Die vollständige Dokumentation findest du unter {{site}}https://redirection.me{{/site}}. Solltest du Fragen oder Probleme mit dem Plugin haben, durchsuche bitte zunächst die {{faq}}FAQ{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Wenn du einen Bug mitteilen möchtest, lies bitte zunächst unseren {{report}}Bug Report Leitfaden{{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Wenn du nicht möchtest, dass deine Nachricht öffentlich sichtbar ist, dann sende sie bitte per {{email}}E-Mail{{/email}} - sende so viele Informationen, wie möglich."],"Never cache":[""],"An hour":["Eine Stunde"],"Redirect Cache":[""],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Wie lange weitergeleitete 301 URLs im Cache gehalten werden sollen (per \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Möchtest du wirklich von %s importieren?"],"Plugin Importers":["Plugin Importer"],"The following redirect plugins were detected on your site and can be imported from.":["Folgende Redirect Plugins, von denen importiert werden kann, wurden auf deiner Website gefunden."],"total = ":["Total = "],"Import from %s":["Import von %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":[""],"Default WordPress \"old slugs\"":[""],"Create associated redirect (added to end of URL)":[""],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":[""],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":[""],"⚡️ Magic fix ⚡️":[""],"Plugin Status":["Plugin-Status"],"Custom":[""],"Mobile":[""],"Feed Readers":[""],"Libraries":["Bibliotheken"],"URL Monitor Changes":[""],"Save changes to this group":[""],"For example \"/amp\"":[""],"URL Monitor":[""],"Delete 404s":[""],"Delete all from IP %s":[""],"Delete all matching \"%s\"":[""],"Your server has rejected the request for being too big. You will need to change it to continue.":[""],"Also check if your browser is able to load <code>redirection.js</code>:":[""],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":[""],"Unable to load Redirection":["Redirection konnte nicht geladen werden"],"Unable to create group":[""],"Post monitor group is valid":[""],"Post monitor group is invalid":[""],"Post monitor group":[""],"All redirects have a valid group":[""],"Redirects with invalid groups detected":[""],"Valid redirect group":[""],"Valid groups detected":[""],"No valid groups, so you will not be able to create any redirects":[""],"Valid groups":[""],"Database tables":[""],"The following tables are missing:":[""],"All tables present":[""],"Cached Redirection detected":[""],"Please clear your browser cache and reload this page.":[""],"The data on this page has expired, please reload.":[""],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress hat keine Antwort zurückgegeben. Dies könnte bedeuten, dass ein Fehler aufgetreten ist oder dass die Anfrage blockiert wurde. Bitte überprüfe Deinen Server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":[""],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Füge diese Angaben in deinem Bericht {{strong}} zusammen mit einer Beschreibung dessen ein, was du getan hast{{/ strong}}."],"If you think Redirection is at fault then create an issue.":[""],"This may be caused by another plugin - look at your browser's error console for more details.":[""],"Loading, please wait...":["Lädt, bitte warte..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":[""],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection funktioniert nicht. Versuche, Deinen Browser-Cache zu löschen und diese Seite neu zu laden."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":[""],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":[""],"Create Issue":[""],"Email":["E-Mail"],"Important details":["Wichtige Details"],"Need help?":["Hilfe benötigt?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":[""],"Pos":[""],"410 - Gone":["410 - Entfernt"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":[""],"Apache Module":["Apache Modul"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":[""],"Import to group":["Importiere in Gruppe"],"Import a CSV, .htaccess, or JSON file.":["Importiere eine CSV, .htaccess oder JSON Datei."],"Click 'Add File' or drag and drop here.":["Klicke auf 'Datei hinzufügen' oder Drag & Drop hier."],"Add File":["Datei hinzufügen"],"File selected":["Datei ausgewählt"],"Importing":["Importiere"],"Finished importing":["Importieren beendet"],"Total redirects imported:":["Umleitungen importiert:"],"Double-check the file is the correct format!":["Überprüfe, ob die Datei das richtige Format hat!"],"OK":["OK"],"Close":["Schließen"],"All imports will be appended to the current database.":["Alle Importe werden der aktuellen Datenbank hinzugefügt."],"Export":["Exportieren"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":[""],"Everything":["Alles"],"WordPress redirects":["WordPress Weiterleitungen"],"Apache redirects":["Apache Weiterleitungen"],"Nginx redirects":["Nginx Weiterleitungen"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":[""],"Redirection JSON":[""],"View":["Anzeigen"],"Import/Export":["Import/Export"],"Logs":["Protokolldateien"],"404 errors":["404 Fehler"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":[""],"I'd like to support some more.":[""],"Support 💰":["Unterstützen 💰"],"Redirection saved":["Umleitung gespeichert"],"Log deleted":["Log gelöscht"],"Settings saved":["Einstellungen gespeichert"],"Group saved":["Gruppe gespeichert"],"Are you sure you want to delete this item?":["Bist du sicher, dass du diesen Eintrag löschen möchtest?","Bist du sicher, dass du diese Einträge löschen möchtest?"],"pass":[""],"All groups":["Alle Gruppen"],"301 - Moved Permanently":["301- Dauerhaft verschoben"],"302 - Found":["302 - Gefunden"],"307 - Temporary Redirect":["307 - Zeitweise Umleitung"],"308 - Permanent Redirect":["308 - Dauerhafte Umleitung"],"401 - Unauthorized":["401 - Unautorisiert"],"404 - Not Found":["404 - Nicht gefunden"],"Title":["Titel"],"When matched":[""],"with HTTP code":["mit HTTP Code"],"Show advanced options":["Zeige erweiterte Optionen"],"Matched Target":["Passendes Ziel"],"Unmatched Target":["Unpassendes Ziel"],"Saving...":["Speichern..."],"View notice":["Hinweis anzeigen"],"Invalid source URL":["Ungültige Quell URL"],"Invalid redirect action":["Ungültige Umleitungsaktion"],"Invalid redirect matcher":[""],"Unable to add new redirect":[""],"Something went wrong 🙁":["Etwas ist schiefgelaufen 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Ich habe versucht, etwas zu tun und es ging schief. Es kann eine vorübergehendes Problem sein und wenn du es nochmal probierst, könnte es funktionieren - toll!"],"Log entries (%d max)":["Log Einträge (%d max)"],"Search by IP":["Suche nach IP"],"Select bulk action":[""],"Bulk Actions":[""],"Apply":["Anwenden"],"First page":["Erste Seite"],"Prev page":["Vorige Seite"],"Current Page":["Aktuelle Seite"],"of %(page)s":["von %(Seite)n"],"Next page":["Nächste Seite"],"Last page":["Letzte Seite"],"%s item":["%s Eintrag","%s Einträge"],"Select All":["Alle auswählen"],"Sorry, something went wrong loading the data - please try again":["Entschuldigung, etwas ist beim Laden der Daten schief gelaufen - bitte versuche es erneut"],"No results":["Keine Ergebnisse"],"Delete the logs - are you sure?":["Logs löschen - bist du sicher?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Einmal gelöscht, sind deine aktuellen Logs nicht mehr verfügbar. Du kannst einen Zeitplan zur Löschung in den Redirection Einstellungen setzen, wenn du dies automatisch machen möchtest."],"Yes! Delete the logs":["Ja! Lösche die Logs"],"No! Don't delete the logs":["Nein! Lösche die Logs nicht"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":[""],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":[""],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":[""],"Your email address:":["Deine E-Mail Adresse:"],"You've supported this plugin - thank you!":["Du hast dieses Plugin bereits unterstützt - vielen Dank!"],"You get useful software and I get to carry on making it better.":["Du erhältst nützliche Software und ich komme dazu, sie besser zu machen."],"Forever":["Dauerhaft"],"Delete the plugin - are you sure?":["Plugin löschen - bist du sicher?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Löschen des Plugins entfernt alle deine Weiterleitungen, Logs und Einstellungen. Tu dies, falls du das Plugin dauerhaft entfernen möchtest oder um das Plugin zurückzusetzen."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Einmal gelöscht, werden deine Weiterleitungen nicht mehr funktionieren. Falls sie es dennoch tun sollten, leere bitte deinen Browser Cache."],"Yes! Delete the plugin":["Ja! Lösche das Plugin"],"No! Don't delete the plugin":["Nein! Lösche das Plugin nicht"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Verwalte alle 301-Umleitungen und 404-Fehler."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection ist kostenlos – das Leben ist wundervoll und schön! Aber: Sehr viel Zeit und Arbeit sind in seine Entwicklung geflossen und falls es sich als nützlich erwiesen hat, kannst du die Entwicklung {{strong}}mit einer kleinen Spende unterstützen{{/strong}}."],"Redirection Support":["Unleitung Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Auswählen dieser Option löscht alle Umleitungen, alle Logs, und alle Optionen, die mit dem Umleitungs-Plugin verbunden sind. Stelle sicher, das du das wirklich möchtest."],"Delete Redirection":["Umleitung löschen"],"Upload":["Hochladen"],"Import":["Importieren"],"Update":["Aktualisieren"],"Auto-generate URL":["Selbsterstellte URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Einzigartiges Token, das RSS-Klienten Zugang zum Umleitung-Log-Feed gewährt. (freilassen, um automatisch zu generieren)"],"RSS Token":["RSS Token"],"404 Logs":["404-Logs"],"(time to keep logs for)":["(Dauer, für die die Logs behalten werden)"],"Redirect Logs":["Umleitungs-Logs"],"I'm a nice person and I have helped support the author of this plugin":["Ich bin eine nette Person und ich helfe dem Autor des Plugins"],"Plugin Support":["Plugin Support"],"Options":["Optionen"],"Two months":["zwei Monate"],"A month":["ein Monat"],"A week":["eine Woche"],"A day":["einen Tag"],"No logs":["Keine Logs"],"Delete All":["Alle löschen"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Benutze Gruppen, um deine Umleitungen zu ordnen. Gruppen werden einem Modul zugeordnet, dies beeinflusst, wie die Umleitungen in der jeweiligen Gruppe funktionieren. Falls du unsicher bist, bleib beim WordPress-Modul."],"Add Group":["Gruppe hinzufügen"],"Search":["Suchen"],"Groups":["Gruppen"],"Save":["Speichern"],"Group":["Gruppe"],"Match":["Passend"],"Add new redirection":["Eine neue Weiterleitung hinzufügen"],"Cancel":["Abbrechen"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Einstellungen"],"Error (404)":["Fehler (404)"],"Pass-through":["Durchreichen"],"Redirect to random post":["Umleitung zu zufälligen Beitrag"],"Redirect to URL":["Umleitung zur URL"],"Invalid group when creating redirect":["Ungültige Gruppe für die Erstellung der Umleitung"],"IP":["IP"],"Source URL":["URL-Quelle"],"Date":["Zeitpunkt"],"Add Redirect":["Umleitung hinzufügen"],"All modules":["Alle Module"],"View Redirects":["Weiterleitungen anschauen"],"Module":["Module"],"Redirects":["Umleitungen"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Treffer zurücksetzen"],"Enable":["Aktivieren"],"Disable":["Deaktivieren"],"Delete":["Löschen"],"Edit":["Bearbeiten"],"Last Access":["Letzter Zugriff"],"Hits":["Treffer"],"URL":["URL"],"Type":["Typ"],"Modified Posts":["Geänderte Beiträge"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL und User-Agent"],"Target URL":["Ziel-URL"],"URL only":["Nur URL"],"Regex":["Regex"],"Referrer":["Vermittler"],"URL and referrer":["URL und Vermittler"],"Logged Out":["Ausgeloggt"],"Logged In":["Eingeloggt"],"URL and login status":["URL- und Loginstatus"]}
locale/json/redirection-en_AU.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Please do not try and redirect all your 404s - this is not a good thing to do."],"Only the 404 page type is currently supported.":["Only the 404 page type is currently supported."],"Page Type":["Page Type"],"Enter IP addresses (one per line)":["Enter IP addresses (one per line)"],"Describe the purpose of this redirect (optional)":["Describe the purpose of this redirect (optional)"],"418 - I'm a teapot":["418 - I'm a teapot"],"403 - Forbidden":["403 - Forbidden"],"400 - Bad Request":["400 - Bad Request"],"304 - Not Modified":["304 - Not Modified"],"303 - See Other":["303 - See Other"],"Do nothing (ignore)":["Do nothing (ignore)"],"Target URL when not matched (empty to ignore)":["Target URL when not matched (empty to ignore)"],"Target URL when matched (empty to ignore)":["Target URL when matched (empty to ignore)"],"Show All":["Show All"],"Delete all logs for these entries":["Delete all logs for these entries"],"Delete all logs for this entry":["Delete all logs for this entry"],"Delete Log Entries":["Delete Log Entries"],"Group by IP":["Group by IP"],"Group by URL":["Group by URL"],"No grouping":["No grouping"],"Ignore URL":["Ignore URL"],"Block IP":["Block IP"],"Redirect All":["Redirect All"],"Count":["Count"],"URL and WordPress page type":["URL and WordPress page type"],"URL and IP":["URL and IP"],"Problem":["Problem"],"Good":["Good"],"Check":["Check"],"Check Redirect":["Check Redirect"],"Check redirect for: {{code}}%s{{/code}}":["Check redirect for: {{code}}%s{{/code}}"],"What does this mean?":["What does this mean?"],"Not using Redirection":["Not using Redirection"],"Using Redirection":["Using Redirection"],"Found":["Found"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}"],"Expected":["Expected"],"Error":["Error"],"Enter full URL, including http:// or https://":["Enter full URL, including http:// or https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."],"Redirect Tester":["Redirect Tester"],"Target":["Target"],"URL is not being redirected with Redirection":["URL is not being redirected with Redirection"],"URL is being redirected with Redirection":["URL is being redirected with Redirection"],"Unable to load details":["Unable to load details"],"Enter server URL to match against":["Enter server URL to match against"],"Server":["Server"],"Enter role or capability value":["Enter role or capability value"],"Role":["Role"],"Match against this browser referrer text":["Match against this browser referrer text"],"Match against this browser user agent":["Match against this browser user agent"],"The relative URL you want to redirect from":["The relative URL you want to redirect from"],"The target URL you want to redirect to if matched":["The target URL you want to redirect to if matched"],"(beta)":["(beta)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"],"Force HTTPS":["Force HTTPS"],"GDPR / Privacy information":["GDPR / Privacy information"],"Add New":["Add New"],"Please logout and login again.":["Please logout and login again."],"URL and role/capability":["URL and role/capability"],"URL and server":["URL and server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:"],"Site and home protocol":["Site and home protocol"],"Site and home are consistent":["Site and home are consistent"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this."],"Accept Language":["Accept Language"],"Header value":["Header value"],"Header name":["Header name"],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress filter name"],"Filter Name":["Filter Name"],"Cookie value":["Cookie value"],"Cookie name":["Cookie name"],"Cookie":["Cookie"],"clearing your cache.":["clearing your cache."],"If you are using a caching system such as Cloudflare then please read this: ":["If you are using a caching system such as Cloudflare then please read this: "],"URL and HTTP header":["URL and HTTP header"],"URL and custom filter":["URL and custom filter"],"URL and cookie":["URL and cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["How Redirection uses the REST API - don't change unless necessary"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems."],"None of the suggestions helped":["None of the suggestions helped"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."],"Unable to load Redirection ☹️":["Unable to load Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API is working at %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API is not working so routes not checked"],"Redirection routes are working":["Redirection routes are working"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection does not appear in your REST API routes. Have you disabled it with a plugin?"],"Redirection routes":["Redirection routes"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Useragent Error"],"Unknown Useragent":["Unknown Useragent"],"Device":["Device"],"Operating System":["Operating System"],"Browser":["Browser"],"Engine":["Engine"],"Useragent":["Useragent"],"Agent":["Agent"],"No IP logging":["No IP logging"],"Full IP logging":["Full IP logging"],"Anonymize IP (mask last part)":["Anonymise IP (mask last part)"],"Monitor changes to %(type)s":["Monitor changes to %(type)s"],"IP Logging":["IP Logging"],"(select IP logging level)":["(select IP logging level)"],"Geo Info":["Geo Info"],"Agent Info":["Agent Info"],"Filter by IP":["Filter by IP"],"Referrer / User Agent":["Referrer / User Agent"],"Geo IP Error":["Geo IP Error"],"Something went wrong obtaining this information":["Something went wrong obtaining this information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed."],"No details are known for this address.":["No details are known for this address."],"Geo IP":["Geo IP"],"City":["City"],"Area":["Area"],"Timezone":["Timezone"],"Geo Location":["Geo Location"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["Trash"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"],"Never cache":["Never cache"],"An hour":["An hour"],"Redirect Cache":["Redirect Cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Are you sure you want to import from %s?"],"Plugin Importers":["Plugin Importers"],"The following redirect plugins were detected on your site and can be imported from.":["The following redirect plugins were detected on your site and can be imported from."],"total = ":["total = "],"Import from %s":["Import from %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requires WordPress v%1s, you are using v%2s - please update your WordPress"],"Default WordPress \"old slugs\"":["Default WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":["Create associated redirect (added to end of URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."],"⚡️ Magic fix ⚡️":["⚡️ Magic fix ⚡️"],"Plugin Status":["Plugin Status"],"Custom":["Custom"],"Mobile":["Mobile"],"Feed Readers":["Feed Readers"],"Libraries":["Libraries"],"URL Monitor Changes":["URL Monitor Changes"],"Save changes to this group":["Save changes to this group"],"For example \"/amp\"":["For example \"/amp\""],"URL Monitor":["URL Monitor"],"Delete 404s":["Delete 404s"],"Delete all from IP %s":["Delete all from IP %s"],"Delete all matching \"%s\"":["Delete all matching \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Your server has rejected the request for being too big. You will need to change it to continue."],"Also check if your browser is able to load <code>redirection.js</code>:":["Also check if your browser is able to load <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."],"Unable to load Redirection":["Unable to load Redirection"],"Unable to create group":["Unable to create group"],"Post monitor group is valid":["Post monitor group is valid"],"Post monitor group is invalid":["Post monitor group is invalid"],"Post monitor group":["Post monitor group"],"All redirects have a valid group":["All redirects have a valid group"],"Redirects with invalid groups detected":["Redirects with invalid groups detected"],"Valid redirect group":["Valid redirect group"],"Valid groups detected":["Valid groups detected"],"No valid groups, so you will not be able to create any redirects":["No valid groups, so you will not be able to create any redirects"],"Valid groups":["Valid groups"],"Database tables":["Database tables"],"The following tables are missing:":["The following tables are missing:"],"All tables present":["All tables present"],"Cached Redirection detected":["Cached Redirection detected"],"Please clear your browser cache and reload this page.":["Please clear your browser cache and reload this page."],"The data on this page has expired, please reload.":["The data on this page has expired, please reload."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."],"If you think Redirection is at fault then create an issue.":["If you think Redirection is at fault then create an issue."],"This may be caused by another plugin - look at your browser's error console for more details.":["This may be caused by another plugin - look at your browser's error console for more details."],"Loading, please wait...":["Loading, please wait..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection is not working. Try clearing your browser cache and reloading this page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."],"Create Issue":["Create Issue"],"Email":["Email"],"Important details":["Important details"],"Need help?":["Need help?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."],"Pos":["Pos"],"410 - Gone":["410 - Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"],"Apache Module":["Apache Module"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."],"Import to group":["Import to group"],"Import a CSV, .htaccess, or JSON file.":["Import a CSV, .htaccess, or JSON file."],"Click 'Add File' or drag and drop here.":["Click 'Add File' or drag and drop here."],"Add File":["Add File"],"File selected":["File selected"],"Importing":["Importing"],"Finished importing":["Finished importing"],"Total redirects imported:":["Total redirects imported:"],"Double-check the file is the correct format!":["Double-check the file is the correct format!"],"OK":["OK"],"Close":["Close"],"All imports will be appended to the current database.":["All imports will be appended to the current database."],"Export":["Export"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."],"Everything":["Everything"],"WordPress redirects":["WordPress redirects"],"Apache redirects":["Apache redirects"],"Nginx redirects":["Nginx redirects"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx rewrite rules"],"Redirection JSON":["Redirection JSON"],"View":["View"],"Log files can be exported from the log pages.":["Log files can be exported from the log pages."],"Import/Export":["Import/Export"],"Logs":["Logs"],"404 errors":["404 errors"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"],"I'd like to support some more.":["I'd like to support some more."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection saved"],"Log deleted":["Log deleted"],"Settings saved":["Settings saved"],"Group saved":["Group saved"],"Are you sure you want to delete this item?":["Are you sure you want to delete this item?","Are you sure you want to delete these items?"],"pass":["pass"],"All groups":["All groups"],"301 - Moved Permanently":["301 - Moved Permanently"],"302 - Found":["302 - Found"],"307 - Temporary Redirect":["307 - Temporary Redirect"],"308 - Permanent Redirect":["308 - Permanent Redirect"],"401 - Unauthorized":["401 - Unauthorised"],"404 - Not Found":["404 - Not Found"],"Title":["Title"],"When matched":["When matched"],"with HTTP code":["with HTTP code"],"Show advanced options":["Show advanced options"],"Matched Target":["Matched Target"],"Unmatched Target":["Unmatched Target"],"Saving...":["Saving..."],"View notice":["View notice"],"Invalid source URL":["Invalid source URL"],"Invalid redirect action":["Invalid redirect action"],"Invalid redirect matcher":["Invalid redirect matcher"],"Unable to add new redirect":["Unable to add new redirect"],"Something went wrong 🙁":["Something went wrong 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"],"Log entries (%d max)":["Log entries (%d max)"],"Search by IP":["Search by IP"],"Select bulk action":["Select bulk action"],"Bulk Actions":["Bulk Actions"],"Apply":["Apply"],"First page":["First page"],"Prev page":["Prev page"],"Current Page":["Current Page"],"of %(page)s":["of %(page)s"],"Next page":["Next page"],"Last page":["Last page"],"%s item":["%s item","%s items"],"Select All":["Select All"],"Sorry, something went wrong loading the data - please try again":["Sorry, something went wrong loading the data - please try again"],"No results":["No results"],"Delete the logs - are you sure?":["Delete the logs - are you sure?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."],"Yes! Delete the logs":["Yes! Delete the logs"],"No! Don't delete the logs":["No! Don't delete the logs"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Want to keep up to date with changes to Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."],"Your email address:":["Your email address:"],"You've supported this plugin - thank you!":["You've supported this plugin - thank you!"],"You get useful software and I get to carry on making it better.":["You get useful software and I get to carry on making it better."],"Forever":["Forever"],"Delete the plugin - are you sure?":["Delete the plugin - are you sure?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."],"Yes! Delete the plugin":["Yes! Delete the plugin"],"No! Don't delete the plugin":["No! Don't delete the plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Manage all your 301 redirects and monitor 404 errors."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."],"Redirection Support":["Redirection Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."],"Delete Redirection":["Delete Redirection"],"Upload":["Upload"],"Import":["Import"],"Update":["Update"],"Auto-generate URL":["Auto-generate URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"],"RSS Token":["RSS Token"],"404 Logs":["404 Logs"],"(time to keep logs for)":["(time to keep logs for)"],"Redirect Logs":["Redirect Logs"],"I'm a nice person and I have helped support the author of this plugin":["I'm a nice person and I have helped support the author of this plugin."],"Plugin Support":["Plugin Support"],"Options":["Options"],"Two months":["Two months"],"A month":["A month"],"A week":["A week"],"A day":["A day"],"No logs":["No logs"],"Delete All":["Delete All"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."],"Add Group":["Add Group"],"Search":["Search"],"Groups":["Groups"],"Save":["Save"],"Group":["Group"],"Match":["Match"],"Add new redirection":["Add new redirection"],"Cancel":["Cancel"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Settings"],"Error (404)":["Error (404)"],"Pass-through":["Pass-through"],"Redirect to random post":["Redirect to random post"],"Redirect to URL":["Redirect to URL"],"Invalid group when creating redirect":["Invalid group when creating redirect"],"IP":["IP"],"Source URL":["Source URL"],"Date":["Date"],"Add Redirect":["Add Redirect"],"All modules":["All modules"],"View Redirects":["View Redirects"],"Module":["Module"],"Redirects":["Redirects"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Reset hits"],"Enable":["Enable"],"Disable":["Disable"],"Delete":["Delete"],"Edit":["Edit"],"Last Access":["Last Access"],"Hits":["Hits"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Modified Posts"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL and user agent"],"Target URL":["Target URL"],"URL only":["URL only"],"Regex":["Regex"],"Referrer":["Referrer"],"URL and referrer":["URL and referrer"],"Logged Out":["Logged Out"],"Logged In":["Logged In"],"URL and login status":["URL and login status"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":[""],"Export 404":[""],"Export redirect":[""],"You need at least one GET/POST pair for the plugin to work.":[""],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":[""],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":[""],"Unable to update redirect":[""],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Please do not try and redirect all your 404s - this is not a good thing to do."],"Only the 404 page type is currently supported.":["Only the 404 page type is currently supported."],"Page Type":["Page Type"],"Enter IP addresses (one per line)":["Enter IP addresses (one per line)"],"Describe the purpose of this redirect (optional)":["Describe the purpose of this redirect (optional)"],"418 - I'm a teapot":["418 - I'm a teapot"],"403 - Forbidden":["403 - Forbidden"],"400 - Bad Request":["400 - Bad Request"],"304 - Not Modified":["304 - Not Modified"],"303 - See Other":["303 - See Other"],"Do nothing (ignore)":["Do nothing (ignore)"],"Target URL when not matched (empty to ignore)":["Target URL when not matched (empty to ignore)"],"Target URL when matched (empty to ignore)":["Target URL when matched (empty to ignore)"],"Show All":["Show All"],"Delete all logs for these entries":["Delete all logs for these entries"],"Delete all logs for this entry":["Delete all logs for this entry"],"Delete Log Entries":["Delete Log Entries"],"Group by IP":["Group by IP"],"Group by URL":["Group by URL"],"No grouping":["No grouping"],"Ignore URL":["Ignore URL"],"Block IP":["Block IP"],"Redirect All":["Redirect All"],"Count":["Count"],"URL and WordPress page type":["URL and WordPress page type"],"URL and IP":["URL and IP"],"Problem":["Problem"],"Good":["Good"],"Check":["Check"],"Check Redirect":["Check Redirect"],"Check redirect for: {{code}}%s{{/code}}":["Check redirect for: {{code}}%s{{/code}}"],"What does this mean?":["What does this mean?"],"Not using Redirection":["Not using Redirection"],"Using Redirection":["Using Redirection"],"Found":["Found"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}"],"Expected":["Expected"],"Error":["Error"],"Enter full URL, including http:// or https://":["Enter full URL, including http:// or https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."],"Redirect Tester":["Redirect Tester"],"Target":["Target"],"URL is not being redirected with Redirection":["URL is not being redirected with Redirection"],"URL is being redirected with Redirection":["URL is being redirected with Redirection"],"Unable to load details":["Unable to load details"],"Enter server URL to match against":["Enter server URL to match against"],"Server":["Server"],"Enter role or capability value":["Enter role or capability value"],"Role":["Role"],"Match against this browser referrer text":["Match against this browser referrer text"],"Match against this browser user agent":["Match against this browser user agent"],"The relative URL you want to redirect from":["The relative URL you want to redirect from"],"The target URL you want to redirect to if matched":["The target URL you want to redirect to if matched"],"(beta)":["(beta)"],"Force HTTPS":["Force HTTPS"],"GDPR / Privacy information":["GDPR / Privacy information"],"Add New":["Add New"],"Please logout and login again.":["Please logout and login again."],"URL and role/capability":["URL and role/capability"],"URL and server":["URL and server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:"],"Site and home protocol":["Site and home protocol"],"Site and home are consistent":["Site and home are consistent"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this."],"Accept Language":["Accept Language"],"Header value":["Header value"],"Header name":["Header name"],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress filter name"],"Filter Name":["Filter Name"],"Cookie value":["Cookie value"],"Cookie name":["Cookie name"],"Cookie":["Cookie"],"clearing your cache.":["clearing your cache."],"If you are using a caching system such as Cloudflare then please read this: ":["If you are using a caching system such as Cloudflare then please read this: "],"URL and HTTP header":["URL and HTTP header"],"URL and custom filter":["URL and custom filter"],"URL and cookie":["URL and cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["How Redirection uses the REST API - don't change unless necessary"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems."],"None of the suggestions helped":["None of the suggestions helped"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."],"Unable to load Redirection ☹️":["Unable to load Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API is working at %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API is not working so routes not checked"],"Redirection routes are working":["Redirection routes are working"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection does not appear in your REST API routes. Have you disabled it with a plugin?"],"Redirection routes":["Redirection routes"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Useragent Error"],"Unknown Useragent":["Unknown Useragent"],"Device":["Device"],"Operating System":["Operating System"],"Browser":["Browser"],"Engine":["Engine"],"Useragent":["Useragent"],"Agent":["Agent"],"No IP logging":["No IP logging"],"Full IP logging":["Full IP logging"],"Anonymize IP (mask last part)":["Anonymise IP (mask last part)"],"Monitor changes to %(type)s":["Monitor changes to %(type)s"],"IP Logging":["IP Logging"],"(select IP logging level)":["(select IP logging level)"],"Geo Info":["Geo Info"],"Agent Info":["Agent Info"],"Filter by IP":["Filter by IP"],"Referrer / User Agent":["Referrer / User Agent"],"Geo IP Error":["Geo IP Error"],"Something went wrong obtaining this information":["Something went wrong obtaining this information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed."],"No details are known for this address.":["No details are known for this address."],"Geo IP":["Geo IP"],"City":["City"],"Area":["Area"],"Timezone":["Timezone"],"Geo Location":["Geo Location"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["Trash"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"],"Never cache":["Never cache"],"An hour":["An hour"],"Redirect Cache":["Redirect Cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Are you sure you want to import from %s?"],"Plugin Importers":["Plugin Importers"],"The following redirect plugins were detected on your site and can be imported from.":["The following redirect plugins were detected on your site and can be imported from."],"total = ":["total = "],"Import from %s":["Import from %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requires WordPress v%1s, you are using v%2s - please update your WordPress"],"Default WordPress \"old slugs\"":["Default WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":["Create associated redirect (added to end of URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."],"⚡️ Magic fix ⚡️":["⚡️ Magic fix ⚡️"],"Plugin Status":["Plugin Status"],"Custom":["Custom"],"Mobile":["Mobile"],"Feed Readers":["Feed Readers"],"Libraries":["Libraries"],"URL Monitor Changes":["URL Monitor Changes"],"Save changes to this group":["Save changes to this group"],"For example \"/amp\"":["For example \"/amp\""],"URL Monitor":["URL Monitor"],"Delete 404s":["Delete 404s"],"Delete all from IP %s":["Delete all from IP %s"],"Delete all matching \"%s\"":["Delete all matching \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Your server has rejected the request for being too big. You will need to change it to continue."],"Also check if your browser is able to load <code>redirection.js</code>:":["Also check if your browser is able to load <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."],"Unable to load Redirection":["Unable to load Redirection"],"Unable to create group":["Unable to create group"],"Post monitor group is valid":["Post monitor group is valid"],"Post monitor group is invalid":["Post monitor group is invalid"],"Post monitor group":["Post monitor group"],"All redirects have a valid group":["All redirects have a valid group"],"Redirects with invalid groups detected":["Redirects with invalid groups detected"],"Valid redirect group":["Valid redirect group"],"Valid groups detected":["Valid groups detected"],"No valid groups, so you will not be able to create any redirects":["No valid groups, so you will not be able to create any redirects"],"Valid groups":["Valid groups"],"Database tables":["Database tables"],"The following tables are missing:":["The following tables are missing:"],"All tables present":["All tables present"],"Cached Redirection detected":["Cached Redirection detected"],"Please clear your browser cache and reload this page.":["Please clear your browser cache and reload this page."],"The data on this page has expired, please reload.":["The data on this page has expired, please reload."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."],"If you think Redirection is at fault then create an issue.":["If you think Redirection is at fault then create an issue."],"This may be caused by another plugin - look at your browser's error console for more details.":["This may be caused by another plugin - look at your browser's error console for more details."],"Loading, please wait...":["Loading, please wait..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection is not working. Try clearing your browser cache and reloading this page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."],"Create Issue":["Create Issue"],"Email":["Email"],"Important details":["Important details"],"Need help?":["Need help?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."],"Pos":["Pos"],"410 - Gone":["410 - Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"],"Apache Module":["Apache Module"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."],"Import to group":["Import to group"],"Import a CSV, .htaccess, or JSON file.":["Import a CSV, .htaccess, or JSON file."],"Click 'Add File' or drag and drop here.":["Click 'Add File' or drag and drop here."],"Add File":["Add File"],"File selected":["File selected"],"Importing":["Importing"],"Finished importing":["Finished importing"],"Total redirects imported:":["Total redirects imported:"],"Double-check the file is the correct format!":["Double-check the file is the correct format!"],"OK":["OK"],"Close":["Close"],"All imports will be appended to the current database.":["All imports will be appended to the current database."],"Export":["Export"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."],"Everything":["Everything"],"WordPress redirects":["WordPress redirects"],"Apache redirects":["Apache redirects"],"Nginx redirects":["Nginx redirects"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx rewrite rules"],"Redirection JSON":["Redirection JSON"],"View":["View"],"Import/Export":["Import/Export"],"Logs":["Logs"],"404 errors":["404 errors"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"],"I'd like to support some more.":["I'd like to support some more."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection saved"],"Log deleted":["Log deleted"],"Settings saved":["Settings saved"],"Group saved":["Group saved"],"Are you sure you want to delete this item?":["Are you sure you want to delete this item?","Are you sure you want to delete these items?"],"pass":["pass"],"All groups":["All groups"],"301 - Moved Permanently":["301 - Moved Permanently"],"302 - Found":["302 - Found"],"307 - Temporary Redirect":["307 - Temporary Redirect"],"308 - Permanent Redirect":["308 - Permanent Redirect"],"401 - Unauthorized":["401 - Unauthorised"],"404 - Not Found":["404 - Not Found"],"Title":["Title"],"When matched":["When matched"],"with HTTP code":["with HTTP code"],"Show advanced options":["Show advanced options"],"Matched Target":["Matched Target"],"Unmatched Target":["Unmatched Target"],"Saving...":["Saving..."],"View notice":["View notice"],"Invalid source URL":["Invalid source URL"],"Invalid redirect action":["Invalid redirect action"],"Invalid redirect matcher":["Invalid redirect matcher"],"Unable to add new redirect":["Unable to add new redirect"],"Something went wrong 🙁":["Something went wrong 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"],"Log entries (%d max)":["Log entries (%d max)"],"Search by IP":["Search by IP"],"Select bulk action":["Select bulk action"],"Bulk Actions":["Bulk Actions"],"Apply":["Apply"],"First page":["First page"],"Prev page":["Prev page"],"Current Page":["Current Page"],"of %(page)s":["of %(page)s"],"Next page":["Next page"],"Last page":["Last page"],"%s item":["%s item","%s items"],"Select All":["Select All"],"Sorry, something went wrong loading the data - please try again":["Sorry, something went wrong loading the data - please try again"],"No results":["No results"],"Delete the logs - are you sure?":["Delete the logs - are you sure?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."],"Yes! Delete the logs":["Yes! Delete the logs"],"No! Don't delete the logs":["No! Don't delete the logs"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Want to keep up to date with changes to Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."],"Your email address:":["Your email address:"],"You've supported this plugin - thank you!":["You've supported this plugin - thank you!"],"You get useful software and I get to carry on making it better.":["You get useful software and I get to carry on making it better."],"Forever":["Forever"],"Delete the plugin - are you sure?":["Delete the plugin - are you sure?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."],"Yes! Delete the plugin":["Yes! Delete the plugin"],"No! Don't delete the plugin":["No! Don't delete the plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Manage all your 301 redirects and monitor 404 errors."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."],"Redirection Support":["Redirection Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."],"Delete Redirection":["Delete Redirection"],"Upload":["Upload"],"Import":["Import"],"Update":["Update"],"Auto-generate URL":["Auto-generate URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"],"RSS Token":["RSS Token"],"404 Logs":["404 Logs"],"(time to keep logs for)":["(time to keep logs for)"],"Redirect Logs":["Redirect Logs"],"I'm a nice person and I have helped support the author of this plugin":["I'm a nice person and I have helped support the author of this plugin."],"Plugin Support":["Plugin Support"],"Options":["Options"],"Two months":["Two months"],"A month":["A month"],"A week":["A week"],"A day":["A day"],"No logs":["No logs"],"Delete All":["Delete All"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."],"Add Group":["Add Group"],"Search":["Search"],"Groups":["Groups"],"Save":["Save"],"Group":["Group"],"Match":["Match"],"Add new redirection":["Add new redirection"],"Cancel":["Cancel"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Settings"],"Error (404)":["Error (404)"],"Pass-through":["Pass-through"],"Redirect to random post":["Redirect to random post"],"Redirect to URL":["Redirect to URL"],"Invalid group when creating redirect":["Invalid group when creating redirect"],"IP":["IP"],"Source URL":["Source URL"],"Date":["Date"],"Add Redirect":["Add Redirect"],"All modules":["All modules"],"View Redirects":["View Redirects"],"Module":["Module"],"Redirects":["Redirects"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Reset hits"],"Enable":["Enable"],"Disable":["Disable"],"Delete":["Delete"],"Edit":["Edit"],"Last Access":["Last Access"],"Hits":["Hits"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Modified Posts"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL and user agent"],"Target URL":["Target URL"],"URL only":["URL only"],"Regex":["Regex"],"Referrer":["Referrer"],"URL and referrer":["URL and referrer"],"Logged Out":["Logged Out"],"Logged In":["Logged In"],"URL and login status":["URL and login status"]}
locale/json/redirection-en_CA.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":["blur"],"focus":["focus"],"scroll":["scroll"],"Pass - as ignore, but also copies the query parameters to the target":["Pass - as ignore, but also copies the query parameters to the target"],"Ignore - as exact, but ignores any query parameters not in your source":["Ignore - as exact, but ignores any query parameters not in your source"],"Exact - matches the query parameters exactly defined in your source, in any order":["Exact - matches the query parameters exactly defined in your source, in any order"],"Default query matching":["Default query matching"],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":["Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":["Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"],"Applies to all redirections unless you configure them otherwise.":["Applies to all redirections unless you configure them otherwise."],"Default URL settings":["Default URL settings"],"Ignore and pass all query parameters":["Ignore and pass all query parameters"],"Ignore all query parameters":["Ignore all query parameters"],"Exact match":["Exact match"],"Caching software (e.g Cloudflare)":["Caching software (e.g Cloudflare)"],"A security plugin (e.g Wordfence)":["A security plugin (e.g Wordfence)"],"No more options":["No more options"],"URL options":["URL options"],"Query Parameters":["Query Parameters"],"Ignore & pass parameters to the target":["Ignore & pass parameters to the target"],"Ignore all parameters":["Ignore all parameters"],"Exact match all parameters in any order":["Exact match all parameters in any order"],"Ignore Case":["Ignore Case"],"Ignore Slash":["Ignore Slash"],"Relative REST API":["Relative REST API"],"Raw REST API":["Raw REST API"],"Default REST API":["Default REST API"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":["That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."],"(Example) The target URL is the new URL":["(Example) The target URL is the new URL"],"(Example) The source URL is your old or original URL":["(Example) The source URL is your old or original URL"],"Disabled! Detected PHP %s, need PHP 5.4+":["Disabled! Detected PHP %s, need PHP 5.4+"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":["Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."],"A database upgrade is in progress. Please continue to finish.":["A database upgrade is in progress. Please continue to finish."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":["Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":["Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."],"Redirection database needs updating":["Redirection database needs updating"],"Update Required":["Update Required"],"I need some support!":["I need some support!"],"Finish Setup":["Finish Setup"],"Checking your REST API":["Checking your REST API"],"Retry":["Retry"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":["You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":["If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."],"Some other plugin that blocks the REST API":["Some other plugin that blocks the REST API"],"A server firewall or other server configuration (e.g OVH)":["A server firewall or other server configuration (e.g OVH)"],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":["Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"],"Go back":["Go back"],"Continue Setup":["Continue Setup"],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":["Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."],"Store IP information for redirects and 404 errors.":["Store IP information for redirects and 404 errors."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":["Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."],"Keep a log of all redirects and 404 errors.":["Keep a log of all redirects and 404 errors."],"{{link}}Read more about this.{{/link}}":["{{link}}Read more about this.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":["If you change the permalink in a post or page then Redirection can automatically create a redirect for you."],"Monitor permalink changes in WordPress posts and pages":["Monitor permalink changes in WordPress posts and pages"],"These are some options you may want to enable now. They can be changed at any time.":["These are some options you may want to enable now. They can be changed at any time."],"Basic Setup":["Basic Setup"],"Start Setup":["Start Setup"],"When ready please press the button to continue.":["When ready please press the button to continue."],"First you will be asked a few questions, and then Redirection will set up your database.":["First you will be asked a few questions, and then Redirection will set up your database."],"What's next?":["What's next?"],"Check a URL is being redirected":["Check a URL is being redirected"],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":["More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":["{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":["{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"],"Some features you may find useful are":["Some features you may find useful are"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":["Full documentation can be found on the {{link}}Redirection website.{{/link}}"],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":["A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"],"How do I use this plugin?":["How do I use this plugin?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":["Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":["Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."],"Welcome to Redirection 🚀🎉":["Welcome to Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":["This will redirect everything, including the login pages. Please be sure you want to do this."],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":["To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"],"Remember to enable the \"regex\" checkbox if this is a regular expression.":["Remember to enable the \"regex\" checkbox if this is a regular expression."],"The source URL should probably start with a {{code}}/{{/code}}":["The source URL should probably start with a {{code}}/{{/code}}"],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":["This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}."],"Anchor values are not sent to the server and cannot be redirected.":["Anchor values are not sent to the server and cannot be redirected."],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}"],"Finished! 🎉":["Finished! 🎉"],"Progress: %(complete)d$":["Progress: %(complete)d$"],"Leaving before the process has completed may cause problems.":["Leaving before the process has completed may cause problems."],"Setting up Redirection":["Setting up Redirection"],"Upgrading Redirection":["Upgrading Redirection"],"Please remain on this page until complete.":["Please remain on this page until complete."],"If you want to {{support}}ask for support{{/support}} please include these details:":["If you want to {{support}}ask for support{{/support}} please include these details:"],"Stop upgrade":["Stop upgrade"],"Skip this stage":["Skip this stage"],"Try again":["Try again"],"Database problem":["Database problem"],"Please enable JavaScript":["Please enable JavaScript"],"Please upgrade your database":["Please upgrade your database"],"Upgrade Database":["Upgrade Database"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":["Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."],"Your database does not need updating to %s.":["Your database does not need updating to %s."],"Failed to perform query \"%s\"":["Failed to perform query \"%s\""],"Table \"%s\" is missing":["Table \"%s\" is missing"],"Create basic data":["Create basic data"],"Install Redirection tables":["Install Redirection tables"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Please do not try and redirect all your 404s - this is not a good thing to do."],"Only the 404 page type is currently supported.":["Only the 404 page type is currently supported."],"Page Type":["Page Type"],"Enter IP addresses (one per line)":["Enter IP addresses (one per line)"],"Describe the purpose of this redirect (optional)":["Describe the purpose of this redirect (optional)"],"418 - I'm a teapot":["418 - I'm a teapot"],"403 - Forbidden":["403 - Forbidden"],"400 - Bad Request":["400 - Bad Request"],"304 - Not Modified":["304 - Not Modified"],"303 - See Other":["303 - See Other"],"Do nothing (ignore)":["Do nothing (ignore)"],"Target URL when not matched (empty to ignore)":["Target URL when not matched (empty to ignore)"],"Target URL when matched (empty to ignore)":["Target URL when matched (empty to ignore)"],"Show All":["Show All"],"Delete all logs for these entries":["Delete all logs for these entries"],"Delete all logs for this entry":["Delete all logs for this entry"],"Delete Log Entries":["Delete Log Entries"],"Group by IP":["Group by IP"],"Group by URL":["Group by URL"],"No grouping":["No grouping"],"Ignore URL":["Ignore URL"],"Block IP":["Block IP"],"Redirect All":["Redirect All"],"Count":["Count"],"URL and WordPress page type":["URL and WordPress page type"],"URL and IP":["URL and IP"],"Problem":["Problem"],"Good":["Good"],"Check":["Check"],"Check Redirect":["Check Redirect"],"Check redirect for: {{code}}%s{{/code}}":["Check redirect for: {{code}}%s{{/code}}"],"What does this mean?":["What does this mean?"],"Not using Redirection":["Not using Redirection"],"Using Redirection":["Using Redirection"],"Found":["Found"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}"],"Expected":["Expected"],"Error":["Error"],"Enter full URL, including http:// or https://":["Enter full URL, including http:// or https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."],"Redirect Tester":["Redirect Tester"],"Target":["Target"],"URL is not being redirected with Redirection":["URL is not being redirected with Redirection"],"URL is being redirected with Redirection":["URL is being redirected with Redirection"],"Unable to load details":["Unable to load details"],"Enter server URL to match against":["Enter server URL to match against"],"Server":["Server"],"Enter role or capability value":["Enter role or capability value"],"Role":["Role"],"Match against this browser referrer text":["Match against this browser referrer text"],"Match against this browser user agent":["Match against this browser user agent"],"The relative URL you want to redirect from":["The relative URL you want to redirect from"],"The target URL you want to redirect to if matched":["The target URL you want to redirect to if matched"],"(beta)":["(beta)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"],"Force HTTPS":["Force HTTPS"],"GDPR / Privacy information":["GDPR / Privacy information"],"Add New":["Add New"],"Please logout and login again.":["Please logout and login again."],"URL and role/capability":["URL and role/capability"],"URL and server":["URL and server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:"],"Site and home protocol":["Site and home protocol"],"Site and home are consistent":["Site and home are consistent"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this."],"Accept Language":["Accept Language"],"Header value":["Header value"],"Header name":["Header name"],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress filter name"],"Filter Name":["Filter Name"],"Cookie value":["Cookie value"],"Cookie name":["Cookie name"],"Cookie":["Cookie"],"clearing your cache.":["clearing your cache."],"If you are using a caching system such as Cloudflare then please read this: ":["If you are using a caching system such as Cloudflare then please read this: "],"URL and HTTP header":["URL and HTTP header"],"URL and custom filter":["URL and custom filter"],"URL and cookie":["URL and cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["How Redirection uses the REST API - don't change unless necessary"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems."],"None of the suggestions helped":["None of the suggestions helped"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."],"Unable to load Redirection ☹️":["Unable to load Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API is working at %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API is not working so routes not checked"],"Redirection routes are working":["Redirection routes are working"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection does not appear in your REST API routes. Have you disabled it with a plugin?"],"Redirection routes":["Redirection routes"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Useragent Error"],"Unknown Useragent":["Unknown Useragent"],"Device":["Device"],"Operating System":["Operating System"],"Browser":["Browser"],"Engine":["Engine"],"Useragent":["Useragent"],"Agent":["Agent"],"No IP logging":["No IP logging"],"Full IP logging":["Full IP logging"],"Anonymize IP (mask last part)":["Anonymize IP (mask last part)"],"Monitor changes to %(type)s":["Monitor changes to %(type)s"],"IP Logging":["IP Logging"],"(select IP logging level)":["(select IP logging level)"],"Geo Info":["Geo Info"],"Agent Info":["Agent Info"],"Filter by IP":["Filter by IP"],"Referrer / User Agent":["Referrer / User Agent"],"Geo IP Error":["Geo IP Error"],"Something went wrong obtaining this information":["Something went wrong obtaining this information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed."],"No details are known for this address.":["No details are known for this address."],"Geo IP":["Geo IP"],"City":["City"],"Area":["Area"],"Timezone":["Timezone"],"Geo Location":["Geo Location"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["Trash"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"],"Never cache":["Never cache"],"An hour":["An hour"],"Redirect Cache":["Redirect Cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Are you sure you want to import from %s?"],"Plugin Importers":["Plugin Importers"],"The following redirect plugins were detected on your site and can be imported from.":["The following redirect plugins were detected on your site and can be imported from."],"total = ":["total = "],"Import from %s":["Import from %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"],"Default WordPress \"old slugs\"":["Default WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":["Create associated redirect (added to end of URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."],"⚡️ Magic fix ⚡️":["⚡️ Magic fix ⚡️"],"Plugin Status":["Plugin Status"],"Custom":["Custom"],"Mobile":["Mobile"],"Feed Readers":["Feed Readers"],"Libraries":["Libraries"],"URL Monitor Changes":["URL Monitor Changes"],"Save changes to this group":["Save changes to this group"],"For example \"/amp\"":["For example \"/amp\""],"URL Monitor":["URL Monitor"],"Delete 404s":["Delete 404s"],"Delete all from IP %s":["Delete all from IP %s"],"Delete all matching \"%s\"":["Delete all matching \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Your server has rejected the request for being too big. You will need to change it to continue."],"Also check if your browser is able to load <code>redirection.js</code>:":["Also check if your browser is able to load <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."],"Unable to load Redirection":["Unable to load Redirection"],"Unable to create group":["Unable to create group"],"Post monitor group is valid":["Post monitor group is valid"],"Post monitor group is invalid":["Post monitor group is invalid"],"Post monitor group":["Post monitor group"],"All redirects have a valid group":["All redirects have a valid group"],"Redirects with invalid groups detected":["Redirects with invalid groups detected"],"Valid redirect group":["Valid redirect group"],"Valid groups detected":["Valid groups detected"],"No valid groups, so you will not be able to create any redirects":["No valid groups, so you will not be able to create any redirects"],"Valid groups":["Valid groups"],"Database tables":["Database tables"],"The following tables are missing:":["The following tables are missing:"],"All tables present":["All tables present"],"Cached Redirection detected":["Cached Redirection detected"],"Please clear your browser cache and reload this page.":["Please clear your browser cache and reload this page."],"The data on this page has expired, please reload.":["The data on this page has expired, please reload."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."],"If you think Redirection is at fault then create an issue.":["If you think Redirection is at fault then create an issue."],"This may be caused by another plugin - look at your browser's error console for more details.":["This may be caused by another plugin - look at your browser's error console for more details."],"Loading, please wait...":["Loading, please wait..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection is not working. Try clearing your browser cache and reloading this page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."],"Create Issue":["Create Issue"],"Email":["Email"],"Important details":["Important details"],"Need help?":["Need help?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."],"Pos":["Pos"],"410 - Gone":["410 - Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"],"Apache Module":["Apache Module"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."],"Import to group":["Import to group"],"Import a CSV, .htaccess, or JSON file.":["Import a CSV, .htaccess, or JSON file."],"Click 'Add File' or drag and drop here.":["Click 'Add File' or drag and drop here."],"Add File":["Add File"],"File selected":["File selected"],"Importing":["Importing"],"Finished importing":["Finished importing"],"Total redirects imported:":["Total redirects imported:"],"Double-check the file is the correct format!":["Double-check the file is the correct format!"],"OK":["OK"],"Close":["Close"],"All imports will be appended to the current database.":["All imports will be appended to the current database."],"Export":["Export"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."],"Everything":["Everything"],"WordPress redirects":["WordPress redirects"],"Apache redirects":["Apache redirects"],"Nginx redirects":["Nginx redirects"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx rewrite rules"],"Redirection JSON":["Redirection JSON"],"View":["View"],"Log files can be exported from the log pages.":["Log files can be exported from the log pages."],"Import/Export":["Import/Export"],"Logs":["Logs"],"404 errors":["404 errors"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"],"I'd like to support some more.":["I'd like to support some more."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection saved"],"Log deleted":["Log deleted"],"Settings saved":["Settings saved"],"Group saved":["Group saved"],"Are you sure you want to delete this item?":["Are you sure you want to delete this item?","Are you sure you want to delete these items?"],"pass":["pass"],"All groups":["All groups"],"301 - Moved Permanently":["301 - Moved Permanently"],"302 - Found":["302 - Found"],"307 - Temporary Redirect":["307 - Temporary Redirect"],"308 - Permanent Redirect":["308 - Permanent Redirect"],"401 - Unauthorized":["401 - Unauthorized"],"404 - Not Found":["404 - Not Found"],"Title":["Title"],"When matched":["When matched"],"with HTTP code":["with HTTP code"],"Show advanced options":["Show advanced options"],"Matched Target":["Matched Target"],"Unmatched Target":["Unmatched Target"],"Saving...":["Saving..."],"View notice":["View notice"],"Invalid source URL":["Invalid source URL"],"Invalid redirect action":["Invalid redirect action"],"Invalid redirect matcher":["Invalid redirect matcher"],"Unable to add new redirect":["Unable to add new redirect"],"Something went wrong 🙁":["Something went wrong 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"],"Log entries (%d max)":["Log entries (%d max)"],"Search by IP":["Search by IP"],"Select bulk action":["Select bulk action"],"Bulk Actions":["Bulk Actions"],"Apply":["Apply"],"First page":["First page"],"Prev page":["Prev page"],"Current Page":["Current Page"],"of %(page)s":["of %(page)s"],"Next page":["Next page"],"Last page":["Last page"],"%s item":["%s item","%s items"],"Select All":["Select All"],"Sorry, something went wrong loading the data - please try again":["Sorry, something went wrong loading the data - please try again"],"No results":["No results"],"Delete the logs - are you sure?":["Delete the logs - are you sure?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."],"Yes! Delete the logs":["Yes! Delete the logs"],"No! Don't delete the logs":["No! Don't delete the logs"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Want to keep up to date with changes to Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."],"Your email address:":["Your email address:"],"You've supported this plugin - thank you!":["You've supported this plugin - thank you!"],"You get useful software and I get to carry on making it better.":["You get useful software and I get to carry on making it better."],"Forever":["Forever"],"Delete the plugin - are you sure?":["Delete the plugin - are you sure?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."],"Yes! Delete the plugin":["Yes! Delete the plugin"],"No! Don't delete the plugin":["No! Don't delete the plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Manage all your 301 redirects and monitor 404 errors."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."],"Redirection Support":["Redirection Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."],"Delete Redirection":["Delete Redirection"],"Upload":["Upload"],"Import":["Import"],"Update":["Update"],"Auto-generate URL":["Auto-generate URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"],"RSS Token":["RSS Token"],"404 Logs":["404 Logs"],"(time to keep logs for)":["(time to keep logs for)"],"Redirect Logs":["Redirect Logs"],"I'm a nice person and I have helped support the author of this plugin":["I'm a nice person and I have helped support the author of this plugin."],"Plugin Support":["Plugin Support"],"Options":["Options"],"Two months":["Two months"],"A month":["A month"],"A week":["A week"],"A day":["A day"],"No logs":["No logs"],"Delete All":["Delete All"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."],"Add Group":["Add Group"],"Search":["Search"],"Groups":["Groups"],"Save":["Save"],"Group":["Group"],"Match":["Match"],"Add new redirection":["Add new redirection"],"Cancel":["Cancel"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Settings"],"Error (404)":["Error (404)"],"Pass-through":["Pass-through"],"Redirect to random post":["Redirect to random post"],"Redirect to URL":["Redirect to URL"],"Invalid group when creating redirect":["Invalid group when creating redirect"],"IP":["IP"],"Source URL":["Source URL"],"Date":["Date"],"Add Redirect":["Add Redirect"],"All modules":["All modules"],"View Redirects":["View Redirects"],"Module":["Module"],"Redirects":["Redirects"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Reset hits"],"Enable":["Enable"],"Disable":["Disable"],"Delete":["Delete"],"Edit":["Edit"],"Last Access":["Last Access"],"Hits":["Hits"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Modified Posts"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL and user agent"],"Target URL":["Target URL"],"URL only":["URL only"],"Regex":["Regex"],"Referrer":["Referrer"],"URL and referrer":["URL and referrer"],"Logged Out":["Logged Out"],"Logged In":["Logged In"],"URL and login status":["URL and login status"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":[""],"Export 404":[""],"Export redirect":[""],"You need at least one GET/POST pair for the plugin to work.":[""],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":[""],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":[""],"Unable to update redirect":[""],"blur":["blur"],"focus":["focus"],"scroll":["scroll"],"Pass - as ignore, but also copies the query parameters to the target":["Pass - as ignore, but also copies the query parameters to the target"],"Ignore - as exact, but ignores any query parameters not in your source":["Ignore - as exact, but ignores any query parameters not in your source"],"Exact - matches the query parameters exactly defined in your source, in any order":["Exact - matches the query parameters exactly defined in your source, in any order"],"Default query matching":["Default query matching"],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":["Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":["Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"],"Applies to all redirections unless you configure them otherwise.":["Applies to all redirections unless you configure them otherwise."],"Default URL settings":["Default URL settings"],"Ignore and pass all query parameters":["Ignore and pass all query parameters"],"Ignore all query parameters":["Ignore all query parameters"],"Exact match":["Exact match"],"Caching software (e.g Cloudflare)":["Caching software (e.g Cloudflare)"],"A security plugin (e.g Wordfence)":["A security plugin (e.g Wordfence)"],"No more options":["No more options"],"URL options":["URL options"],"Query Parameters":["Query Parameters"],"Ignore & pass parameters to the target":["Ignore & pass parameters to the target"],"Ignore all parameters":["Ignore all parameters"],"Exact match all parameters in any order":["Exact match all parameters in any order"],"Ignore Case":["Ignore Case"],"Ignore Slash":["Ignore Slash"],"Relative REST API":["Relative REST API"],"Raw REST API":["Raw REST API"],"Default REST API":["Default REST API"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":["That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."],"(Example) The target URL is the new URL":["(Example) The target URL is the new URL"],"(Example) The source URL is your old or original URL":["(Example) The source URL is your old or original URL"],"Disabled! Detected PHP %s, need PHP 5.4+":["Disabled! Detected PHP %s, need PHP 5.4+"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":["Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."],"A database upgrade is in progress. Please continue to finish.":["A database upgrade is in progress. Please continue to finish."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":["Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":["Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."],"Redirection database needs updating":["Redirection database needs updating"],"Update Required":["Update Required"],"I need some support!":["I need some support!"],"Finish Setup":["Finish Setup"],"Checking your REST API":["Checking your REST API"],"Retry":["Retry"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":["You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":["If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."],"Some other plugin that blocks the REST API":["Some other plugin that blocks the REST API"],"A server firewall or other server configuration (e.g OVH)":["A server firewall or other server configuration (e.g OVH)"],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":["Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"],"Go back":["Go back"],"Continue Setup":["Continue Setup"],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":["Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."],"Store IP information for redirects and 404 errors.":["Store IP information for redirects and 404 errors."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":["Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."],"Keep a log of all redirects and 404 errors.":["Keep a log of all redirects and 404 errors."],"{{link}}Read more about this.{{/link}}":["{{link}}Read more about this.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":["If you change the permalink in a post or page then Redirection can automatically create a redirect for you."],"Monitor permalink changes in WordPress posts and pages":["Monitor permalink changes in WordPress posts and pages"],"These are some options you may want to enable now. They can be changed at any time.":["These are some options you may want to enable now. They can be changed at any time."],"Basic Setup":["Basic Setup"],"Start Setup":["Start Setup"],"When ready please press the button to continue.":["When ready please press the button to continue."],"First you will be asked a few questions, and then Redirection will set up your database.":["First you will be asked a few questions, and then Redirection will set up your database."],"What's next?":["What's next?"],"Check a URL is being redirected":["Check a URL is being redirected"],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":["More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":["{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":["{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"],"Some features you may find useful are":["Some features you may find useful are"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":["Full documentation can be found on the {{link}}Redirection website.{{/link}}"],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":["A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"],"How do I use this plugin?":["How do I use this plugin?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":["Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":["Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."],"Welcome to Redirection 🚀🎉":["Welcome to Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":["This will redirect everything, including the login pages. Please be sure you want to do this."],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":["To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"],"Remember to enable the \"regex\" checkbox if this is a regular expression.":["Remember to enable the \"regex\" checkbox if this is a regular expression."],"The source URL should probably start with a {{code}}/{{/code}}":["The source URL should probably start with a {{code}}/{{/code}}"],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":["This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}."],"Anchor values are not sent to the server and cannot be redirected.":["Anchor values are not sent to the server and cannot be redirected."],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}"],"Finished! 🎉":["Finished! 🎉"],"Progress: %(complete)d$":["Progress: %(complete)d$"],"Leaving before the process has completed may cause problems.":["Leaving before the process has completed may cause problems."],"Setting up Redirection":["Setting up Redirection"],"Upgrading Redirection":["Upgrading Redirection"],"Please remain on this page until complete.":["Please remain on this page until complete."],"If you want to {{support}}ask for support{{/support}} please include these details:":["If you want to {{support}}ask for support{{/support}} please include these details:"],"Stop upgrade":["Stop upgrade"],"Skip this stage":["Skip this stage"],"Try again":["Try again"],"Database problem":["Database problem"],"Please enable JavaScript":["Please enable JavaScript"],"Please upgrade your database":["Please upgrade your database"],"Upgrade Database":["Upgrade Database"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":["Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."],"Your database does not need updating to %s.":["Your database does not need updating to %s."],"Failed to perform query \"%s\"":["Failed to perform query \"%s\""],"Table \"%s\" is missing":["Table \"%s\" is missing"],"Create basic data":["Create basic data"],"Install Redirection tables":["Install Redirection tables"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Please do not try and redirect all your 404s - this is not a good thing to do."],"Only the 404 page type is currently supported.":["Only the 404 page type is currently supported."],"Page Type":["Page Type"],"Enter IP addresses (one per line)":["Enter IP addresses (one per line)"],"Describe the purpose of this redirect (optional)":["Describe the purpose of this redirect (optional)"],"418 - I'm a teapot":["418 - I'm a teapot"],"403 - Forbidden":["403 - Forbidden"],"400 - Bad Request":["400 - Bad Request"],"304 - Not Modified":["304 - Not Modified"],"303 - See Other":["303 - See Other"],"Do nothing (ignore)":["Do nothing (ignore)"],"Target URL when not matched (empty to ignore)":["Target URL when not matched (empty to ignore)"],"Target URL when matched (empty to ignore)":["Target URL when matched (empty to ignore)"],"Show All":["Show All"],"Delete all logs for these entries":["Delete all logs for these entries"],"Delete all logs for this entry":["Delete all logs for this entry"],"Delete Log Entries":["Delete Log Entries"],"Group by IP":["Group by IP"],"Group by URL":["Group by URL"],"No grouping":["No grouping"],"Ignore URL":["Ignore URL"],"Block IP":["Block IP"],"Redirect All":["Redirect All"],"Count":["Count"],"URL and WordPress page type":["URL and WordPress page type"],"URL and IP":["URL and IP"],"Problem":["Problem"],"Good":["Good"],"Check":["Check"],"Check Redirect":["Check Redirect"],"Check redirect for: {{code}}%s{{/code}}":["Check redirect for: {{code}}%s{{/code}}"],"What does this mean?":["What does this mean?"],"Not using Redirection":["Not using Redirection"],"Using Redirection":["Using Redirection"],"Found":["Found"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}"],"Expected":["Expected"],"Error":["Error"],"Enter full URL, including http:// or https://":["Enter full URL, including http:// or https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."],"Redirect Tester":["Redirect Tester"],"Target":["Target"],"URL is not being redirected with Redirection":["URL is not being redirected with Redirection"],"URL is being redirected with Redirection":["URL is being redirected with Redirection"],"Unable to load details":["Unable to load details"],"Enter server URL to match against":["Enter server URL to match against"],"Server":["Server"],"Enter role or capability value":["Enter role or capability value"],"Role":["Role"],"Match against this browser referrer text":["Match against this browser referrer text"],"Match against this browser user agent":["Match against this browser user agent"],"The relative URL you want to redirect from":["The relative URL you want to redirect from"],"The target URL you want to redirect to if matched":["The target URL you want to redirect to if matched"],"(beta)":["(beta)"],"Force HTTPS":["Force HTTPS"],"GDPR / Privacy information":["GDPR / Privacy information"],"Add New":["Add New"],"Please logout and login again.":["Please logout and login again."],"URL and role/capability":["URL and role/capability"],"URL and server":["URL and server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:"],"Site and home protocol":["Site and home protocol"],"Site and home are consistent":["Site and home are consistent"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this."],"Accept Language":["Accept Language"],"Header value":["Header value"],"Header name":["Header name"],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress filter name"],"Filter Name":["Filter Name"],"Cookie value":["Cookie value"],"Cookie name":["Cookie name"],"Cookie":["Cookie"],"clearing your cache.":["clearing your cache."],"If you are using a caching system such as Cloudflare then please read this: ":["If you are using a caching system such as Cloudflare then please read this: "],"URL and HTTP header":["URL and HTTP header"],"URL and custom filter":["URL and custom filter"],"URL and cookie":["URL and cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["How Redirection uses the REST API - don't change unless necessary"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems."],"None of the suggestions helped":["None of the suggestions helped"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."],"Unable to load Redirection ☹️":["Unable to load Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API is working at %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API is not working so routes not checked"],"Redirection routes are working":["Redirection routes are working"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection does not appear in your REST API routes. Have you disabled it with a plugin?"],"Redirection routes":["Redirection routes"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Useragent Error"],"Unknown Useragent":["Unknown Useragent"],"Device":["Device"],"Operating System":["Operating System"],"Browser":["Browser"],"Engine":["Engine"],"Useragent":["Useragent"],"Agent":["Agent"],"No IP logging":["No IP logging"],"Full IP logging":["Full IP logging"],"Anonymize IP (mask last part)":["Anonymize IP (mask last part)"],"Monitor changes to %(type)s":["Monitor changes to %(type)s"],"IP Logging":["IP Logging"],"(select IP logging level)":["(select IP logging level)"],"Geo Info":["Geo Info"],"Agent Info":["Agent Info"],"Filter by IP":["Filter by IP"],"Referrer / User Agent":["Referrer / User Agent"],"Geo IP Error":["Geo IP Error"],"Something went wrong obtaining this information":["Something went wrong obtaining this information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed."],"No details are known for this address.":["No details are known for this address."],"Geo IP":["Geo IP"],"City":["City"],"Area":["Area"],"Timezone":["Timezone"],"Geo Location":["Geo Location"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["Trash"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"],"Never cache":["Never cache"],"An hour":["An hour"],"Redirect Cache":["Redirect Cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Are you sure you want to import from %s?"],"Plugin Importers":["Plugin Importers"],"The following redirect plugins were detected on your site and can be imported from.":["The following redirect plugins were detected on your site and can be imported from."],"total = ":["total = "],"Import from %s":["Import from %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"],"Default WordPress \"old slugs\"":["Default WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":["Create associated redirect (added to end of URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."],"⚡️ Magic fix ⚡️":["⚡️ Magic fix ⚡️"],"Plugin Status":["Plugin Status"],"Custom":["Custom"],"Mobile":["Mobile"],"Feed Readers":["Feed Readers"],"Libraries":["Libraries"],"URL Monitor Changes":["URL Monitor Changes"],"Save changes to this group":["Save changes to this group"],"For example \"/amp\"":["For example \"/amp\""],"URL Monitor":["URL Monitor"],"Delete 404s":["Delete 404s"],"Delete all from IP %s":["Delete all from IP %s"],"Delete all matching \"%s\"":["Delete all matching \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Your server has rejected the request for being too big. You will need to change it to continue."],"Also check if your browser is able to load <code>redirection.js</code>:":["Also check if your browser is able to load <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."],"Unable to load Redirection":["Unable to load Redirection"],"Unable to create group":["Unable to create group"],"Post monitor group is valid":["Post monitor group is valid"],"Post monitor group is invalid":["Post monitor group is invalid"],"Post monitor group":["Post monitor group"],"All redirects have a valid group":["All redirects have a valid group"],"Redirects with invalid groups detected":["Redirects with invalid groups detected"],"Valid redirect group":["Valid redirect group"],"Valid groups detected":["Valid groups detected"],"No valid groups, so you will not be able to create any redirects":["No valid groups, so you will not be able to create any redirects"],"Valid groups":["Valid groups"],"Database tables":["Database tables"],"The following tables are missing:":["The following tables are missing:"],"All tables present":["All tables present"],"Cached Redirection detected":["Cached Redirection detected"],"Please clear your browser cache and reload this page.":["Please clear your browser cache and reload this page."],"The data on this page has expired, please reload.":["The data on this page has expired, please reload."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."],"If you think Redirection is at fault then create an issue.":["If you think Redirection is at fault then create an issue."],"This may be caused by another plugin - look at your browser's error console for more details.":["This may be caused by another plugin - look at your browser's error console for more details."],"Loading, please wait...":["Loading, please wait..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection is not working. Try clearing your browser cache and reloading this page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."],"Create Issue":["Create Issue"],"Email":["Email"],"Important details":["Important details"],"Need help?":["Need help?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."],"Pos":["Pos"],"410 - Gone":["410 - Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"],"Apache Module":["Apache Module"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."],"Import to group":["Import to group"],"Import a CSV, .htaccess, or JSON file.":["Import a CSV, .htaccess, or JSON file."],"Click 'Add File' or drag and drop here.":["Click 'Add File' or drag and drop here."],"Add File":["Add File"],"File selected":["File selected"],"Importing":["Importing"],"Finished importing":["Finished importing"],"Total redirects imported:":["Total redirects imported:"],"Double-check the file is the correct format!":["Double-check the file is the correct format!"],"OK":["OK"],"Close":["Close"],"All imports will be appended to the current database.":["All imports will be appended to the current database."],"Export":["Export"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."],"Everything":["Everything"],"WordPress redirects":["WordPress redirects"],"Apache redirects":["Apache redirects"],"Nginx redirects":["Nginx redirects"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx rewrite rules"],"Redirection JSON":["Redirection JSON"],"View":["View"],"Import/Export":["Import/Export"],"Logs":["Logs"],"404 errors":["404 errors"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"],"I'd like to support some more.":["I'd like to support some more."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection saved"],"Log deleted":["Log deleted"],"Settings saved":["Settings saved"],"Group saved":["Group saved"],"Are you sure you want to delete this item?":["Are you sure you want to delete this item?","Are you sure you want to delete these items?"],"pass":["pass"],"All groups":["All groups"],"301 - Moved Permanently":["301 - Moved Permanently"],"302 - Found":["302 - Found"],"307 - Temporary Redirect":["307 - Temporary Redirect"],"308 - Permanent Redirect":["308 - Permanent Redirect"],"401 - Unauthorized":["401 - Unauthorized"],"404 - Not Found":["404 - Not Found"],"Title":["Title"],"When matched":["When matched"],"with HTTP code":["with HTTP code"],"Show advanced options":["Show advanced options"],"Matched Target":["Matched Target"],"Unmatched Target":["Unmatched Target"],"Saving...":["Saving..."],"View notice":["View notice"],"Invalid source URL":["Invalid source URL"],"Invalid redirect action":["Invalid redirect action"],"Invalid redirect matcher":["Invalid redirect matcher"],"Unable to add new redirect":["Unable to add new redirect"],"Something went wrong 🙁":["Something went wrong 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"],"Log entries (%d max)":["Log entries (%d max)"],"Search by IP":["Search by IP"],"Select bulk action":["Select bulk action"],"Bulk Actions":["Bulk Actions"],"Apply":["Apply"],"First page":["First page"],"Prev page":["Prev page"],"Current Page":["Current Page"],"of %(page)s":["of %(page)s"],"Next page":["Next page"],"Last page":["Last page"],"%s item":["%s item","%s items"],"Select All":["Select All"],"Sorry, something went wrong loading the data - please try again":["Sorry, something went wrong loading the data - please try again"],"No results":["No results"],"Delete the logs - are you sure?":["Delete the logs - are you sure?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."],"Yes! Delete the logs":["Yes! Delete the logs"],"No! Don't delete the logs":["No! Don't delete the logs"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Want to keep up to date with changes to Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."],"Your email address:":["Your email address:"],"You've supported this plugin - thank you!":["You've supported this plugin - thank you!"],"You get useful software and I get to carry on making it better.":["You get useful software and I get to carry on making it better."],"Forever":["Forever"],"Delete the plugin - are you sure?":["Delete the plugin - are you sure?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."],"Yes! Delete the plugin":["Yes! Delete the plugin"],"No! Don't delete the plugin":["No! Don't delete the plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Manage all your 301 redirects and monitor 404 errors."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."],"Redirection Support":["Redirection Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."],"Delete Redirection":["Delete Redirection"],"Upload":["Upload"],"Import":["Import"],"Update":["Update"],"Auto-generate URL":["Auto-generate URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"],"RSS Token":["RSS Token"],"404 Logs":["404 Logs"],"(time to keep logs for)":["(time to keep logs for)"],"Redirect Logs":["Redirect Logs"],"I'm a nice person and I have helped support the author of this plugin":["I'm a nice person and I have helped support the author of this plugin."],"Plugin Support":["Plugin Support"],"Options":["Options"],"Two months":["Two months"],"A month":["A month"],"A week":["A week"],"A day":["A day"],"No logs":["No logs"],"Delete All":["Delete All"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."],"Add Group":["Add Group"],"Search":["Search"],"Groups":["Groups"],"Save":["Save"],"Group":["Group"],"Match":["Match"],"Add new redirection":["Add new redirection"],"Cancel":["Cancel"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Settings"],"Error (404)":["Error (404)"],"Pass-through":["Pass-through"],"Redirect to random post":["Redirect to random post"],"Redirect to URL":["Redirect to URL"],"Invalid group when creating redirect":["Invalid group when creating redirect"],"IP":["IP"],"Source URL":["Source URL"],"Date":["Date"],"Add Redirect":["Add Redirect"],"All modules":["All modules"],"View Redirects":["View Redirects"],"Module":["Module"],"Redirects":["Redirects"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Reset hits"],"Enable":["Enable"],"Disable":["Disable"],"Delete":["Delete"],"Edit":["Edit"],"Last Access":["Last Access"],"Hits":["Hits"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Modified Posts"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL and user agent"],"Target URL":["Target URL"],"URL only":["URL only"],"Regex":["Regex"],"Referrer":["Referrer"],"URL and referrer":["URL and referrer"],"Logged Out":["Logged Out"],"Logged In":["Logged In"],"URL and login status":["URL and login status"]}
locale/json/redirection-en_GB.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Please do not try and redirect all your 404s - this is not a good thing to do."],"Only the 404 page type is currently supported.":["Only the 404 page type is currently supported."],"Page Type":["Page Type"],"Enter IP addresses (one per line)":["Enter IP addresses (one per line)"],"Describe the purpose of this redirect (optional)":["Describe the purpose of this redirect (optional)"],"418 - I'm a teapot":["418 - I'm a teapot"],"403 - Forbidden":["403 - Forbidden"],"400 - Bad Request":["400 - Bad Request"],"304 - Not Modified":["304 - Not Modified"],"303 - See Other":["303 - See Other"],"Do nothing (ignore)":["Do nothing (ignore)"],"Target URL when not matched (empty to ignore)":["Target URL when not matched (empty to ignore)"],"Target URL when matched (empty to ignore)":["Target URL when matched (empty to ignore)"],"Show All":["Show All"],"Delete all logs for these entries":["Delete all logs for these entries"],"Delete all logs for this entry":["Delete all logs for this entry"],"Delete Log Entries":["Delete Log Entries"],"Group by IP":["Group by IP"],"Group by URL":["Group by URL"],"No grouping":["No grouping"],"Ignore URL":["Ignore URL"],"Block IP":["Block IP"],"Redirect All":["Redirect All"],"Count":["Count"],"URL and WordPress page type":["URL and WordPress page type"],"URL and IP":["URL and IP"],"Problem":["Problem"],"Good":["Good"],"Check":["Check"],"Check Redirect":["Check Redirect"],"Check redirect for: {{code}}%s{{/code}}":["Check redirect for: {{code}}%s{{/code}}"],"What does this mean?":["What does this mean?"],"Not using Redirection":["Not using Redirection"],"Using Redirection":["Using Redirection"],"Found":["Found"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}"],"Expected":["Expected"],"Error":["Error"],"Enter full URL, including http:// or https://":["Enter full URL, including http:// or https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."],"Redirect Tester":["Redirect Tester"],"Target":["Target"],"URL is not being redirected with Redirection":["URL is not being redirected with Redirection"],"URL is being redirected with Redirection":["URL is being redirected with Redirection"],"Unable to load details":["Unable to load details"],"Enter server URL to match against":["Enter server URL to match against"],"Server":["Server"],"Enter role or capability value":["Enter role or capability value"],"Role":["Role"],"Match against this browser referrer text":["Match against this browser referrer text"],"Match against this browser user agent":["Match against this browser user agent"],"The relative URL you want to redirect from":["The relative URL you want to redirect from"],"The target URL you want to redirect to if matched":["The target URL you want to redirect to if matched"],"(beta)":["(beta)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"],"Force HTTPS":["Force HTTPS"],"GDPR / Privacy information":["GDPR / Privacy information"],"Add New":["Add New"],"Please logout and login again.":["Please logout and login again."],"URL and role/capability":["URL and role/capability"],"URL and server":["URL and server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:"],"Site and home protocol":["Site and home protocol"],"Site and home are consistent":["Site and home are consistent"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this."],"Accept Language":["Accept Language"],"Header value":["Header value"],"Header name":["Header name"],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress filter name"],"Filter Name":["Filter Name"],"Cookie value":["Cookie value"],"Cookie name":["Cookie name"],"Cookie":["Cookie"],"clearing your cache.":["clearing your cache."],"If you are using a caching system such as Cloudflare then please read this: ":["If you are using a caching system such as Cloudflare then please read this: "],"URL and HTTP header":["URL and HTTP header"],"URL and custom filter":["URL and custom filter"],"URL and cookie":["URL and cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["How Redirection uses the REST API - don't change unless necessary"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems."],"None of the suggestions helped":["None of the suggestions helped"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."],"Unable to load Redirection ☹️":["Unable to load Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API is working at %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API is not working so routes not checked"],"Redirection routes are working":["Redirection routes are working"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection does not appear in your REST API routes. Have you disabled it with a plugin?"],"Redirection routes":["Redirection routes"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["User Agent Error"],"Unknown Useragent":["Unknown User Agent"],"Device":["Device"],"Operating System":["Operating System"],"Browser":["Browser"],"Engine":["Engine"],"Useragent":["User Agent"],"Agent":["Agent"],"No IP logging":["No IP logging"],"Full IP logging":["Full IP logging"],"Anonymize IP (mask last part)":["Anonymise IP (mask last part)"],"Monitor changes to %(type)s":["Monitor changes to %(type)s"],"IP Logging":["IP Logging"],"(select IP logging level)":["(select IP logging level)"],"Geo Info":["Geo Info"],"Agent Info":["Agent Info"],"Filter by IP":["Filter by IP"],"Referrer / User Agent":["Referrer / User Agent"],"Geo IP Error":["Geo IP Error"],"Something went wrong obtaining this information":["Something went wrong obtaining this information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed."],"No details are known for this address.":["No details are known for this address."],"Geo IP":["Geo IP"],"City":["City"],"Area":["Area"],"Timezone":["Timezone"],"Geo Location":["Geo Location"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["Bin"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"],"Never cache":["Never cache"],"An hour":["An hour"],"Redirect Cache":["Redirect Cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Are you sure you want to import from %s?"],"Plugin Importers":["Plugin Importers"],"The following redirect plugins were detected on your site and can be imported from.":["The following redirect plugins were detected on your site and can be imported from."],"total = ":["total = "],"Import from %s":["Import from %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"],"Default WordPress \"old slugs\"":["Default WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":["Create associated redirect (added to end of URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."],"⚡️ Magic fix ⚡️":["⚡️ Magic fix ⚡️"],"Plugin Status":["Plugin Status"],"Custom":["Custom"],"Mobile":["Mobile"],"Feed Readers":["Feed Readers"],"Libraries":["Libraries"],"URL Monitor Changes":["URL Monitor Changes"],"Save changes to this group":["Save changes to this group"],"For example \"/amp\"":["For example \"/amp\""],"URL Monitor":["URL Monitor"],"Delete 404s":["Delete 404s"],"Delete all from IP %s":["Delete all from IP %s"],"Delete all matching \"%s\"":["Delete all matching \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Your server has rejected the request for being too big. You will need to change it to continue."],"Also check if your browser is able to load <code>redirection.js</code>:":["Also check if your browser is able to load <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."],"Unable to load Redirection":["Unable to load Redirection"],"Unable to create group":["Unable to create group"],"Post monitor group is valid":["Post monitor group is valid"],"Post monitor group is invalid":["Post monitor group is invalid"],"Post monitor group":["Post monitor group"],"All redirects have a valid group":["All redirects have a valid group"],"Redirects with invalid groups detected":["Redirects with invalid groups detected"],"Valid redirect group":["Valid redirect group"],"Valid groups detected":["Valid groups detected"],"No valid groups, so you will not be able to create any redirects":["No valid groups, so you will not be able to create any redirects"],"Valid groups":["Valid groups"],"Database tables":["Database tables"],"The following tables are missing:":["The following tables are missing:"],"All tables present":["All tables present"],"Cached Redirection detected":["Cached Redirection detected"],"Please clear your browser cache and reload this page.":["Please clear your browser cache and reload this page."],"The data on this page has expired, please reload.":["The data on this page has expired, please reload."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."],"If you think Redirection is at fault then create an issue.":["If you think Redirection is at fault then create an issue."],"This may be caused by another plugin - look at your browser's error console for more details.":["This may be caused by another plugin - look at your browser's error console for more details."],"Loading, please wait...":["Loading, please wait..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection is not working. Try clearing your browser cache and reloading this page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."],"Create Issue":["Create Issue"],"Email":["Email"],"Important details":["Important details"],"Need help?":["Need help?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."],"Pos":["Pos"],"410 - Gone":["410 - Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"],"Apache Module":["Apache Module"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."],"Import to group":["Import to group"],"Import a CSV, .htaccess, or JSON file.":["Import a CSV, .htaccess, or JSON file."],"Click 'Add File' or drag and drop here.":["Click 'Add File' or drag and drop here."],"Add File":["Add File"],"File selected":["File selected"],"Importing":["Importing"],"Finished importing":["Finished importing"],"Total redirects imported:":["Total redirects imported:"],"Double-check the file is the correct format!":["Double-check the file is the correct format!"],"OK":["OK"],"Close":["Close"],"All imports will be appended to the current database.":["All imports will be appended to the current database."],"Export":["Export"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."],"Everything":["Everything"],"WordPress redirects":["WordPress redirects"],"Apache redirects":["Apache redirects"],"Nginx redirects":["Nginx redirects"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx rewrite rules"],"Redirection JSON":["Redirection JSON"],"View":["View"],"Log files can be exported from the log pages.":["Log files can be exported from the log pages."],"Import/Export":["Import/Export"],"Logs":["Logs"],"404 errors":["404 errors"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"],"I'd like to support some more.":["I'd like to support some more."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection saved"],"Log deleted":["Log deleted"],"Settings saved":["Settings saved"],"Group saved":["Group saved"],"Are you sure you want to delete this item?":["Are you sure you want to delete this item?","Are you sure you want to delete these items?"],"pass":["pass"],"All groups":["All groups"],"301 - Moved Permanently":["301 - Moved Permanently"],"302 - Found":["302 - Found"],"307 - Temporary Redirect":["307 - Temporary Redirect"],"308 - Permanent Redirect":["308 - Permanent Redirect"],"401 - Unauthorized":["401 - Unauthorized"],"404 - Not Found":["404 - Not Found"],"Title":["Title"],"When matched":["When matched"],"with HTTP code":["with HTTP code"],"Show advanced options":["Show advanced options"],"Matched Target":["Matched Target"],"Unmatched Target":["Unmatched Target"],"Saving...":["Saving..."],"View notice":["View notice"],"Invalid source URL":["Invalid source URL"],"Invalid redirect action":["Invalid redirect action"],"Invalid redirect matcher":["Invalid redirect matcher"],"Unable to add new redirect":["Unable to add new redirect"],"Something went wrong 🙁":["Something went wrong 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"],"Log entries (%d max)":["Log entries (%d max)"],"Search by IP":["Search by IP"],"Select bulk action":["Select bulk action"],"Bulk Actions":["Bulk Actions"],"Apply":["Apply"],"First page":["First page"],"Prev page":["Prev page"],"Current Page":["Current Page"],"of %(page)s":["of %(page)s"],"Next page":["Next page"],"Last page":["Last page"],"%s item":["%s item","%s items"],"Select All":["Select All"],"Sorry, something went wrong loading the data - please try again":["Sorry, something went wrong loading the data - please try again"],"No results":["No results"],"Delete the logs - are you sure?":["Delete the logs - are you sure?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."],"Yes! Delete the logs":["Yes! Delete the logs"],"No! Don't delete the logs":["No! Don't delete the logs"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Want to keep up to date with changes to Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."],"Your email address:":["Your email address:"],"You've supported this plugin - thank you!":["You've supported this plugin - thank you!"],"You get useful software and I get to carry on making it better.":["You get useful software and I get to carry on making it better."],"Forever":["Forever"],"Delete the plugin - are you sure?":["Delete the plugin - are you sure?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."],"Yes! Delete the plugin":["Yes! Delete the plugin"],"No! Don't delete the plugin":["No! Don't delete the plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Manage all your 301 redirects and monitor 404 errors"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."],"Redirection Support":["Redirection Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."],"Delete Redirection":["Delete Redirection"],"Upload":["Upload"],"Import":["Import"],"Update":["Update"],"Auto-generate URL":["Auto-generate URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"],"RSS Token":["RSS Token"],"404 Logs":["404 Logs"],"(time to keep logs for)":["(time to keep logs for)"],"Redirect Logs":["Redirect Logs"],"I'm a nice person and I have helped support the author of this plugin":["I'm a nice person and I have helped support the author of this plugin"],"Plugin Support":["Plugin Support"],"Options":["Options"],"Two months":["Two months"],"A month":["A month"],"A week":["A week"],"A day":["A day"],"No logs":["No logs"],"Delete All":["Delete All"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."],"Add Group":["Add Group"],"Search":["Search"],"Groups":["Groups"],"Save":["Save"],"Group":["Group"],"Match":["Match"],"Add new redirection":["Add new redirection"],"Cancel":["Cancel"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Settings"],"Error (404)":["Error (404)"],"Pass-through":["Pass-through"],"Redirect to random post":["Redirect to random post"],"Redirect to URL":["Redirect to URL"],"Invalid group when creating redirect":["Invalid group when creating redirect"],"IP":["IP"],"Source URL":["Source URL"],"Date":["Date"],"Add Redirect":["Add Redirect"],"All modules":["All modules"],"View Redirects":["View Redirects"],"Module":["Module"],"Redirects":["Redirects"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Reset hits"],"Enable":["Enable"],"Disable":["Disable"],"Delete":["Delete"],"Edit":["Edit"],"Last Access":["Last Access"],"Hits":["Hits"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Modified Posts"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL and user agent"],"Target URL":["Target URL"],"URL only":["URL only"],"Regex":["Regex"],"Referrer":["Referrer"],"URL and referrer":["URL and referrer"],"Logged Out":["Logged Out"],"Logged In":["Logged In"],"URL and login status":["URL and login status"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":[""],"Export 404":[""],"Export redirect":[""],"You need at least one GET/POST pair for the plugin to work.":[""],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":[""],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":[""],"Unable to update redirect":[""],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Please do not try and redirect all your 404s - this is not a good thing to do."],"Only the 404 page type is currently supported.":["Only the 404 page type is currently supported."],"Page Type":["Page Type"],"Enter IP addresses (one per line)":["Enter IP addresses (one per line)"],"Describe the purpose of this redirect (optional)":["Describe the purpose of this redirect (optional)"],"418 - I'm a teapot":["418 - I'm a teapot"],"403 - Forbidden":["403 - Forbidden"],"400 - Bad Request":["400 - Bad Request"],"304 - Not Modified":["304 - Not Modified"],"303 - See Other":["303 - See Other"],"Do nothing (ignore)":["Do nothing (ignore)"],"Target URL when not matched (empty to ignore)":["Target URL when not matched (empty to ignore)"],"Target URL when matched (empty to ignore)":["Target URL when matched (empty to ignore)"],"Show All":["Show All"],"Delete all logs for these entries":["Delete all logs for these entries"],"Delete all logs for this entry":["Delete all logs for this entry"],"Delete Log Entries":["Delete Log Entries"],"Group by IP":["Group by IP"],"Group by URL":["Group by URL"],"No grouping":["No grouping"],"Ignore URL":["Ignore URL"],"Block IP":["Block IP"],"Redirect All":["Redirect All"],"Count":["Count"],"URL and WordPress page type":["URL and WordPress page type"],"URL and IP":["URL and IP"],"Problem":["Problem"],"Good":["Good"],"Check":["Check"],"Check Redirect":["Check Redirect"],"Check redirect for: {{code}}%s{{/code}}":["Check redirect for: {{code}}%s{{/code}}"],"What does this mean?":["What does this mean?"],"Not using Redirection":["Not using Redirection"],"Using Redirection":["Using Redirection"],"Found":["Found"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}"],"Expected":["Expected"],"Error":["Error"],"Enter full URL, including http:// or https://":["Enter full URL, including http:// or https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."],"Redirect Tester":["Redirect Tester"],"Target":["Target"],"URL is not being redirected with Redirection":["URL is not being redirected with Redirection"],"URL is being redirected with Redirection":["URL is being redirected with Redirection"],"Unable to load details":["Unable to load details"],"Enter server URL to match against":["Enter server URL to match against"],"Server":["Server"],"Enter role or capability value":["Enter role or capability value"],"Role":["Role"],"Match against this browser referrer text":["Match against this browser referrer text"],"Match against this browser user agent":["Match against this browser user agent"],"The relative URL you want to redirect from":["The relative URL you want to redirect from"],"The target URL you want to redirect to if matched":["The target URL you want to redirect to if matched"],"(beta)":["(beta)"],"Force HTTPS":["Force HTTPS"],"GDPR / Privacy information":["GDPR / Privacy information"],"Add New":["Add New"],"Please logout and login again.":["Please logout and login again."],"URL and role/capability":["URL and role/capability"],"URL and server":["URL and server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:"],"Site and home protocol":["Site and home protocol"],"Site and home are consistent":["Site and home are consistent"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this."],"Accept Language":["Accept Language"],"Header value":["Header value"],"Header name":["Header name"],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress filter name"],"Filter Name":["Filter Name"],"Cookie value":["Cookie value"],"Cookie name":["Cookie name"],"Cookie":["Cookie"],"clearing your cache.":["clearing your cache."],"If you are using a caching system such as Cloudflare then please read this: ":["If you are using a caching system such as Cloudflare then please read this: "],"URL and HTTP header":["URL and HTTP header"],"URL and custom filter":["URL and custom filter"],"URL and cookie":["URL and cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["How Redirection uses the REST API - don't change unless necessary"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems."],"None of the suggestions helped":["None of the suggestions helped"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."],"Unable to load Redirection ☹️":["Unable to load Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API is working at %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API is not working so routes not checked"],"Redirection routes are working":["Redirection routes are working"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection does not appear in your REST API routes. Have you disabled it with a plugin?"],"Redirection routes":["Redirection routes"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["User Agent Error"],"Unknown Useragent":["Unknown User Agent"],"Device":["Device"],"Operating System":["Operating System"],"Browser":["Browser"],"Engine":["Engine"],"Useragent":["User Agent"],"Agent":["Agent"],"No IP logging":["No IP logging"],"Full IP logging":["Full IP logging"],"Anonymize IP (mask last part)":["Anonymise IP (mask last part)"],"Monitor changes to %(type)s":["Monitor changes to %(type)s"],"IP Logging":["IP Logging"],"(select IP logging level)":["(select IP logging level)"],"Geo Info":["Geo Info"],"Agent Info":["Agent Info"],"Filter by IP":["Filter by IP"],"Referrer / User Agent":["Referrer / User Agent"],"Geo IP Error":["Geo IP Error"],"Something went wrong obtaining this information":["Something went wrong obtaining this information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed."],"No details are known for this address.":["No details are known for this address."],"Geo IP":["Geo IP"],"City":["City"],"Area":["Area"],"Timezone":["Timezone"],"Geo Location":["Geo Location"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["Bin"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"],"Never cache":["Never cache"],"An hour":["An hour"],"Redirect Cache":["Redirect Cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Are you sure you want to import from %s?"],"Plugin Importers":["Plugin Importers"],"The following redirect plugins were detected on your site and can be imported from.":["The following redirect plugins were detected on your site and can be imported from."],"total = ":["total = "],"Import from %s":["Import from %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"],"Default WordPress \"old slugs\"":["Default WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":["Create associated redirect (added to end of URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."],"⚡️ Magic fix ⚡️":["⚡️ Magic fix ⚡️"],"Plugin Status":["Plugin Status"],"Custom":["Custom"],"Mobile":["Mobile"],"Feed Readers":["Feed Readers"],"Libraries":["Libraries"],"URL Monitor Changes":["URL Monitor Changes"],"Save changes to this group":["Save changes to this group"],"For example \"/amp\"":["For example \"/amp\""],"URL Monitor":["URL Monitor"],"Delete 404s":["Delete 404s"],"Delete all from IP %s":["Delete all from IP %s"],"Delete all matching \"%s\"":["Delete all matching \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Your server has rejected the request for being too big. You will need to change it to continue."],"Also check if your browser is able to load <code>redirection.js</code>:":["Also check if your browser is able to load <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."],"Unable to load Redirection":["Unable to load Redirection"],"Unable to create group":["Unable to create group"],"Post monitor group is valid":["Post monitor group is valid"],"Post monitor group is invalid":["Post monitor group is invalid"],"Post monitor group":["Post monitor group"],"All redirects have a valid group":["All redirects have a valid group"],"Redirects with invalid groups detected":["Redirects with invalid groups detected"],"Valid redirect group":["Valid redirect group"],"Valid groups detected":["Valid groups detected"],"No valid groups, so you will not be able to create any redirects":["No valid groups, so you will not be able to create any redirects"],"Valid groups":["Valid groups"],"Database tables":["Database tables"],"The following tables are missing:":["The following tables are missing:"],"All tables present":["All tables present"],"Cached Redirection detected":["Cached Redirection detected"],"Please clear your browser cache and reload this page.":["Please clear your browser cache and reload this page."],"The data on this page has expired, please reload.":["The data on this page has expired, please reload."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."],"If you think Redirection is at fault then create an issue.":["If you think Redirection is at fault then create an issue."],"This may be caused by another plugin - look at your browser's error console for more details.":["This may be caused by another plugin - look at your browser's error console for more details."],"Loading, please wait...":["Loading, please wait..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection is not working. Try clearing your browser cache and reloading this page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."],"Create Issue":["Create Issue"],"Email":["Email"],"Important details":["Important details"],"Need help?":["Need help?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."],"Pos":["Pos"],"410 - Gone":["410 - Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"],"Apache Module":["Apache Module"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."],"Import to group":["Import to group"],"Import a CSV, .htaccess, or JSON file.":["Import a CSV, .htaccess, or JSON file."],"Click 'Add File' or drag and drop here.":["Click 'Add File' or drag and drop here."],"Add File":["Add File"],"File selected":["File selected"],"Importing":["Importing"],"Finished importing":["Finished importing"],"Total redirects imported:":["Total redirects imported:"],"Double-check the file is the correct format!":["Double-check the file is the correct format!"],"OK":["OK"],"Close":["Close"],"All imports will be appended to the current database.":["All imports will be appended to the current database."],"Export":["Export"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."],"Everything":["Everything"],"WordPress redirects":["WordPress redirects"],"Apache redirects":["Apache redirects"],"Nginx redirects":["Nginx redirects"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx rewrite rules"],"Redirection JSON":["Redirection JSON"],"View":["View"],"Import/Export":["Import/Export"],"Logs":["Logs"],"404 errors":["404 errors"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"],"I'd like to support some more.":["I'd like to support some more."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection saved"],"Log deleted":["Log deleted"],"Settings saved":["Settings saved"],"Group saved":["Group saved"],"Are you sure you want to delete this item?":["Are you sure you want to delete this item?","Are you sure you want to delete these items?"],"pass":["pass"],"All groups":["All groups"],"301 - Moved Permanently":["301 - Moved Permanently"],"302 - Found":["302 - Found"],"307 - Temporary Redirect":["307 - Temporary Redirect"],"308 - Permanent Redirect":["308 - Permanent Redirect"],"401 - Unauthorized":["401 - Unauthorized"],"404 - Not Found":["404 - Not Found"],"Title":["Title"],"When matched":["When matched"],"with HTTP code":["with HTTP code"],"Show advanced options":["Show advanced options"],"Matched Target":["Matched Target"],"Unmatched Target":["Unmatched Target"],"Saving...":["Saving..."],"View notice":["View notice"],"Invalid source URL":["Invalid source URL"],"Invalid redirect action":["Invalid redirect action"],"Invalid redirect matcher":["Invalid redirect matcher"],"Unable to add new redirect":["Unable to add new redirect"],"Something went wrong 🙁":["Something went wrong 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"],"Log entries (%d max)":["Log entries (%d max)"],"Search by IP":["Search by IP"],"Select bulk action":["Select bulk action"],"Bulk Actions":["Bulk Actions"],"Apply":["Apply"],"First page":["First page"],"Prev page":["Prev page"],"Current Page":["Current Page"],"of %(page)s":["of %(page)s"],"Next page":["Next page"],"Last page":["Last page"],"%s item":["%s item","%s items"],"Select All":["Select All"],"Sorry, something went wrong loading the data - please try again":["Sorry, something went wrong loading the data - please try again"],"No results":["No results"],"Delete the logs - are you sure?":["Delete the logs - are you sure?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."],"Yes! Delete the logs":["Yes! Delete the logs"],"No! Don't delete the logs":["No! Don't delete the logs"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Want to keep up to date with changes to Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."],"Your email address:":["Your email address:"],"You've supported this plugin - thank you!":["You've supported this plugin - thank you!"],"You get useful software and I get to carry on making it better.":["You get useful software and I get to carry on making it better."],"Forever":["Forever"],"Delete the plugin - are you sure?":["Delete the plugin - are you sure?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."],"Yes! Delete the plugin":["Yes! Delete the plugin"],"No! Don't delete the plugin":["No! Don't delete the plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Manage all your 301 redirects and monitor 404 errors"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."],"Redirection Support":["Redirection Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."],"Delete Redirection":["Delete Redirection"],"Upload":["Upload"],"Import":["Import"],"Update":["Update"],"Auto-generate URL":["Auto-generate URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"],"RSS Token":["RSS Token"],"404 Logs":["404 Logs"],"(time to keep logs for)":["(time to keep logs for)"],"Redirect Logs":["Redirect Logs"],"I'm a nice person and I have helped support the author of this plugin":["I'm a nice person and I have helped support the author of this plugin"],"Plugin Support":["Plugin Support"],"Options":["Options"],"Two months":["Two months"],"A month":["A month"],"A week":["A week"],"A day":["A day"],"No logs":["No logs"],"Delete All":["Delete All"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."],"Add Group":["Add Group"],"Search":["Search"],"Groups":["Groups"],"Save":["Save"],"Group":["Group"],"Match":["Match"],"Add new redirection":["Add new redirection"],"Cancel":["Cancel"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Settings"],"Error (404)":["Error (404)"],"Pass-through":["Pass-through"],"Redirect to random post":["Redirect to random post"],"Redirect to URL":["Redirect to URL"],"Invalid group when creating redirect":["Invalid group when creating redirect"],"IP":["IP"],"Source URL":["Source URL"],"Date":["Date"],"Add Redirect":["Add Redirect"],"All modules":["All modules"],"View Redirects":["View Redirects"],"Module":["Module"],"Redirects":["Redirects"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Reset hits"],"Enable":["Enable"],"Disable":["Disable"],"Delete":["Delete"],"Edit":["Edit"],"Last Access":["Last Access"],"Hits":["Hits"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Modified Posts"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL and user agent"],"Target URL":["Target URL"],"URL only":["URL only"],"Regex":["Regex"],"Referrer":["Referrer"],"URL and referrer":["URL and referrer"],"Logged Out":["Logged Out"],"Logged In":["Logged In"],"URL and login status":["URL and login status"]}
locale/json/redirection-en_NZ.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Please do not try and redirect all your 404s - this is not a good thing to do."],"Only the 404 page type is currently supported.":["Only the 404 page type is currently supported."],"Page Type":["Page Type"],"Enter IP addresses (one per line)":["Enter IP addresses (one per line)"],"Describe the purpose of this redirect (optional)":["Describe the purpose of this redirect (optional)"],"418 - I'm a teapot":["418 - I'm a teapot"],"403 - Forbidden":["403 - Forbidden"],"400 - Bad Request":["400 - Bad Request"],"304 - Not Modified":["304 - Not Modified"],"303 - See Other":["303 - See Other"],"Do nothing (ignore)":["Do nothing (ignore)"],"Target URL when not matched (empty to ignore)":["Target URL when not matched (empty to ignore)"],"Target URL when matched (empty to ignore)":["Target URL when matched (empty to ignore)"],"Show All":["Show All"],"Delete all logs for these entries":["Delete all logs for these entries"],"Delete all logs for this entry":["Delete all logs for this entry"],"Delete Log Entries":["Delete Log Entries"],"Group by IP":["Group by IP"],"Group by URL":["Group by URL"],"No grouping":["No grouping"],"Ignore URL":["Ignore URL"],"Block IP":["Block IP"],"Redirect All":["Redirect All"],"Count":["Count"],"URL and WordPress page type":["URL and WordPress page type"],"URL and IP":["URL and IP"],"Problem":["Problem"],"Good":["Good"],"Check":["Check"],"Check Redirect":["Check Redirect"],"Check redirect for: {{code}}%s{{/code}}":["Check redirect for: {{code}}%s{{/code}}"],"What does this mean?":["What does this mean?"],"Not using Redirection":["Not using Redirection"],"Using Redirection":["Using Redirection"],"Found":["Found"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}"],"Expected":["Expected"],"Error":["Error"],"Enter full URL, including http:// or https://":["Enter full URL, including http:// or https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."],"Redirect Tester":["Redirect Tester"],"Target":["Target"],"URL is not being redirected with Redirection":["URL is not being redirected with Redirection"],"URL is being redirected with Redirection":["URL is being redirected with Redirection"],"Unable to load details":["Unable to load details"],"Enter server URL to match against":["Enter server URL to match against"],"Server":["Server"],"Enter role or capability value":["Enter role or capability value"],"Role":["Role"],"Match against this browser referrer text":["Match against this browser referrer text"],"Match against this browser user agent":["Match against this browser user agent"],"The relative URL you want to redirect from":["The relative URL you want to redirect from"],"The target URL you want to redirect to if matched":["The target URL you want to redirect to if matched"],"(beta)":["(beta)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"],"Force HTTPS":["Force HTTPS"],"GDPR / Privacy information":["GDPR / Privacy information"],"Add New":["Add New"],"Please logout and login again.":["Please logout and login again."],"URL and role/capability":["URL and role/capability"],"URL and server":["URL and server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:"],"Site and home protocol":["Site and home protocol"],"Site and home are consistent":["Site and home are consistent"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this."],"Accept Language":["Accept Language"],"Header value":["Header value"],"Header name":["Header name"],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress filter name"],"Filter Name":["Filter Name"],"Cookie value":["Cookie value"],"Cookie name":["Cookie name"],"Cookie":["Cookie"],"clearing your cache.":["clearing your cache."],"If you are using a caching system such as Cloudflare then please read this: ":["If you are using a caching system such as Cloudflare then please read this: "],"URL and HTTP header":["URL and HTTP header"],"URL and custom filter":["URL and custom filter"],"URL and cookie":["URL and cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["How Redirection uses the REST API - don't change unless necessary"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems."],"None of the suggestions helped":["None of the suggestions helped"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."],"Unable to load Redirection ☹️":["Unable to load Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API is working at %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API is not working so routes not checked"],"Redirection routes are working":["Redirection routes are working"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection does not appear in your REST API routes. Have you disabled it with a plugin?"],"Redirection routes":["Redirection routes"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Useragent Error"],"Unknown Useragent":["Unknown Useragent"],"Device":["Device"],"Operating System":["Operating System"],"Browser":["Browser"],"Engine":["Engine"],"Useragent":["Useragent"],"Agent":["Agent"],"No IP logging":["No IP logging"],"Full IP logging":["Full IP logging"],"Anonymize IP (mask last part)":["Anonymise IP (mask last part)"],"Monitor changes to %(type)s":["Monitor changes to %(type)s"],"IP Logging":["IP Logging"],"(select IP logging level)":["(select IP logging level)"],"Geo Info":["Geo Info"],"Agent Info":["Agent Info"],"Filter by IP":["Filter by IP"],"Referrer / User Agent":["Referrer / User Agent"],"Geo IP Error":["Geo IP Error"],"Something went wrong obtaining this information":["Something went wrong obtaining this information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed."],"No details are known for this address.":["No details are known for this address."],"Geo IP":["Geo IP"],"City":["City"],"Area":["Area"],"Timezone":["Timezone"],"Geo Location":["Geo Location"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["Trash"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"],"Never cache":["Never cache"],"An hour":["An hour"],"Redirect Cache":["Redirect Cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Are you sure you want to import from %s?"],"Plugin Importers":["Plugin Importers"],"The following redirect plugins were detected on your site and can be imported from.":["The following redirect plugins were detected on your site and can be imported from."],"total = ":["total = "],"Import from %s":["Import from %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requires WordPress v%1s, you are using v%2s - please update your WordPress"],"Default WordPress \"old slugs\"":["Default WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":["Create associated redirect (added to end of URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."],"⚡️ Magic fix ⚡️":["⚡️ Magic fix ⚡️"],"Plugin Status":["Plugin Status"],"Custom":["Custom"],"Mobile":["Mobile"],"Feed Readers":["Feed Readers"],"Libraries":["Libraries"],"URL Monitor Changes":["URL Monitor Changes"],"Save changes to this group":["Save changes to this group"],"For example \"/amp\"":["For example \"/amp\""],"URL Monitor":["URL Monitor"],"Delete 404s":["Delete 404s"],"Delete all from IP %s":["Delete all from IP %s"],"Delete all matching \"%s\"":["Delete all matching \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Your server has rejected the request for being too big. You will need to change it to continue."],"Also check if your browser is able to load <code>redirection.js</code>:":["Also check if your browser is able to load <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."],"Unable to load Redirection":["Unable to load Redirection"],"Unable to create group":["Unable to create group"],"Post monitor group is valid":["Post monitor group is valid"],"Post monitor group is invalid":["Post monitor group is invalid"],"Post monitor group":["Post monitor group"],"All redirects have a valid group":["All redirects have a valid group"],"Redirects with invalid groups detected":["Redirects with invalid groups detected"],"Valid redirect group":["Valid redirect group"],"Valid groups detected":["Valid groups detected"],"No valid groups, so you will not be able to create any redirects":["No valid groups, so you will not be able to create any redirects"],"Valid groups":["Valid groups"],"Database tables":["Database tables"],"The following tables are missing:":["The following tables are missing:"],"All tables present":["All tables present"],"Cached Redirection detected":["Cached Redirection detected"],"Please clear your browser cache and reload this page.":["Please clear your browser cache and reload this page."],"The data on this page has expired, please reload.":["The data on this page has expired, please reload."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."],"If you think Redirection is at fault then create an issue.":["If you think Redirection is at fault then create an issue."],"This may be caused by another plugin - look at your browser's error console for more details.":["This may be caused by another plugin - look at your browser's error console for more details."],"Loading, please wait...":["Loading, please wait..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection is not working. Try clearing your browser cache and reloading this page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."],"Create Issue":["Create Issue"],"Email":["Email"],"Important details":["Important details"],"Need help?":["Need help?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."],"Pos":["Pos"],"410 - Gone":["410 - Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"],"Apache Module":["Apache Module"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."],"Import to group":["Import to group"],"Import a CSV, .htaccess, or JSON file.":["Import a CSV, .htaccess, or JSON file."],"Click 'Add File' or drag and drop here.":["Click 'Add File' or drag and drop here."],"Add File":["Add File"],"File selected":["File selected"],"Importing":["Importing"],"Finished importing":["Finished importing"],"Total redirects imported:":["Total redirects imported:"],"Double-check the file is the correct format!":["Double-check the file is the correct format!"],"OK":["OK"],"Close":["Close"],"All imports will be appended to the current database.":["All imports will be appended to the current database."],"Export":["Export"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."],"Everything":["Everything"],"WordPress redirects":["WordPress redirects"],"Apache redirects":["Apache redirects"],"Nginx redirects":["Nginx redirects"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx rewrite rules"],"Redirection JSON":["Redirection JSON"],"View":["View"],"Log files can be exported from the log pages.":["Log files can be exported from the log pages."],"Import/Export":["Import/Export"],"Logs":["Logs"],"404 errors":["404 errors"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"],"I'd like to support some more.":["I'd like to support some more."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection saved"],"Log deleted":["Log deleted"],"Settings saved":["Settings saved"],"Group saved":["Group saved"],"Are you sure you want to delete this item?":["Are you sure you want to delete this item?","Are you sure you want to delete these items?"],"pass":["pass"],"All groups":["All groups"],"301 - Moved Permanently":["301 - Moved Permanently"],"302 - Found":["302 - Found"],"307 - Temporary Redirect":["307 - Temporary Redirect"],"308 - Permanent Redirect":["308 - Permanent Redirect"],"401 - Unauthorized":["401 - Unauthorised"],"404 - Not Found":["404 - Not Found"],"Title":["Title"],"When matched":["When matched"],"with HTTP code":["with HTTP code"],"Show advanced options":["Show advanced options"],"Matched Target":["Matched Target"],"Unmatched Target":["Unmatched Target"],"Saving...":["Saving..."],"View notice":["View notice"],"Invalid source URL":["Invalid source URL"],"Invalid redirect action":["Invalid redirect action"],"Invalid redirect matcher":["Invalid redirect matcher"],"Unable to add new redirect":["Unable to add new redirect"],"Something went wrong 🙁":["Something went wrong 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"],"Log entries (%d max)":["Log entries (%d max)"],"Search by IP":["Search by IP"],"Select bulk action":["Select bulk action"],"Bulk Actions":["Bulk Actions"],"Apply":["Apply"],"First page":["First page"],"Prev page":["Prev page"],"Current Page":["Current Page"],"of %(page)s":["of %(page)s"],"Next page":["Next page"],"Last page":["Last page"],"%s item":["%s item","%s items"],"Select All":["Select All"],"Sorry, something went wrong loading the data - please try again":["Sorry, something went wrong loading the data - please try again"],"No results":["No results"],"Delete the logs - are you sure?":["Delete the logs - are you sure?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."],"Yes! Delete the logs":["Yes! Delete the logs"],"No! Don't delete the logs":["No! Don't delete the logs"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Want to keep up to date with changes to Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."],"Your email address:":["Your email address:"],"You've supported this plugin - thank you!":["You've supported this plugin - thank you!"],"You get useful software and I get to carry on making it better.":["You get useful software and I get to carry on making it better."],"Forever":["Forever"],"Delete the plugin - are you sure?":["Delete the plugin - are you sure?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."],"Yes! Delete the plugin":["Yes! Delete the plugin"],"No! Don't delete the plugin":["No! Don't delete the plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Manage all your 301 redirects and monitor 404 errors."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."],"Redirection Support":["Redirection Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."],"Delete Redirection":["Delete Redirection"],"Upload":["Upload"],"Import":["Import"],"Update":["Update"],"Auto-generate URL":["Auto-generate URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"],"RSS Token":["RSS Token"],"404 Logs":["404 Logs"],"(time to keep logs for)":["(time to keep logs for)"],"Redirect Logs":["Redirect Logs"],"I'm a nice person and I have helped support the author of this plugin":["I'm a nice person and I have helped support the author of this plugin."],"Plugin Support":["Plugin Support"],"Options":["Options"],"Two months":["Two months"],"A month":["A month"],"A week":["A week"],"A day":["A day"],"No logs":["No logs"],"Delete All":["Delete All"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."],"Add Group":["Add Group"],"Search":["Search"],"Groups":["Groups"],"Save":["Save"],"Group":["Group"],"Match":["Match"],"Add new redirection":["Add new redirection"],"Cancel":["Cancel"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Settings"],"Error (404)":["Error (404)"],"Pass-through":["Pass-through"],"Redirect to random post":["Redirect to random post"],"Redirect to URL":["Redirect to URL"],"Invalid group when creating redirect":["Invalid group when creating redirect"],"IP":["IP"],"Source URL":["Source URL"],"Date":["Date"],"Add Redirect":["Add Redirect"],"All modules":["All modules"],"View Redirects":["View Redirects"],"Module":["Module"],"Redirects":["Redirects"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Reset hits"],"Enable":["Enable"],"Disable":["Disable"],"Delete":["Delete"],"Edit":["Edit"],"Last Access":["Last Access"],"Hits":["Hits"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Modified Posts"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL and user agent"],"Target URL":["Target URL"],"URL only":["URL only"],"Regex":["Regex"],"Referrer":["Referrer"],"URL and referrer":["URL and referrer"],"Logged Out":["Logged Out"],"Logged In":["Logged In"],"URL and login status":["URL and login status"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":[""],"Export 404":[""],"Export redirect":[""],"You need at least one GET/POST pair for the plugin to work.":[""],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":[""],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":[""],"Unable to update redirect":[""],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Please do not try and redirect all your 404s - this is not a good thing to do."],"Only the 404 page type is currently supported.":["Only the 404 page type is currently supported."],"Page Type":["Page Type"],"Enter IP addresses (one per line)":["Enter IP addresses (one per line)"],"Describe the purpose of this redirect (optional)":["Describe the purpose of this redirect (optional)"],"418 - I'm a teapot":["418 - I'm a teapot"],"403 - Forbidden":["403 - Forbidden"],"400 - Bad Request":["400 - Bad Request"],"304 - Not Modified":["304 - Not Modified"],"303 - See Other":["303 - See Other"],"Do nothing (ignore)":["Do nothing (ignore)"],"Target URL when not matched (empty to ignore)":["Target URL when not matched (empty to ignore)"],"Target URL when matched (empty to ignore)":["Target URL when matched (empty to ignore)"],"Show All":["Show All"],"Delete all logs for these entries":["Delete all logs for these entries"],"Delete all logs for this entry":["Delete all logs for this entry"],"Delete Log Entries":["Delete Log Entries"],"Group by IP":["Group by IP"],"Group by URL":["Group by URL"],"No grouping":["No grouping"],"Ignore URL":["Ignore URL"],"Block IP":["Block IP"],"Redirect All":["Redirect All"],"Count":["Count"],"URL and WordPress page type":["URL and WordPress page type"],"URL and IP":["URL and IP"],"Problem":["Problem"],"Good":["Good"],"Check":["Check"],"Check Redirect":["Check Redirect"],"Check redirect for: {{code}}%s{{/code}}":["Check redirect for: {{code}}%s{{/code}}"],"What does this mean?":["What does this mean?"],"Not using Redirection":["Not using Redirection"],"Using Redirection":["Using Redirection"],"Found":["Found"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}"],"Expected":["Expected"],"Error":["Error"],"Enter full URL, including http:// or https://":["Enter full URL, including http:// or https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."],"Redirect Tester":["Redirect Tester"],"Target":["Target"],"URL is not being redirected with Redirection":["URL is not being redirected with Redirection"],"URL is being redirected with Redirection":["URL is being redirected with Redirection"],"Unable to load details":["Unable to load details"],"Enter server URL to match against":["Enter server URL to match against"],"Server":["Server"],"Enter role or capability value":["Enter role or capability value"],"Role":["Role"],"Match against this browser referrer text":["Match against this browser referrer text"],"Match against this browser user agent":["Match against this browser user agent"],"The relative URL you want to redirect from":["The relative URL you want to redirect from"],"The target URL you want to redirect to if matched":["The target URL you want to redirect to if matched"],"(beta)":["(beta)"],"Force HTTPS":["Force HTTPS"],"GDPR / Privacy information":["GDPR / Privacy information"],"Add New":["Add New"],"Please logout and login again.":["Please logout and login again."],"URL and role/capability":["URL and role/capability"],"URL and server":["URL and server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:"],"Site and home protocol":["Site and home protocol"],"Site and home are consistent":["Site and home are consistent"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this."],"Accept Language":["Accept Language"],"Header value":["Header value"],"Header name":["Header name"],"HTTP Header":["HTTP Header"],"WordPress filter name":["WordPress filter name"],"Filter Name":["Filter Name"],"Cookie value":["Cookie value"],"Cookie name":["Cookie name"],"Cookie":["Cookie"],"clearing your cache.":["clearing your cache."],"If you are using a caching system such as Cloudflare then please read this: ":["If you are using a caching system such as Cloudflare then please read this: "],"URL and HTTP header":["URL and HTTP header"],"URL and custom filter":["URL and custom filter"],"URL and cookie":["URL and cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["How Redirection uses the REST API - don't change unless necessary"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems."],"None of the suggestions helped":["None of the suggestions helped"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."],"Unable to load Redirection ☹️":["Unable to load Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API is working at %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API is not working so routes not checked"],"Redirection routes are working":["Redirection routes are working"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection does not appear in your REST API routes. Have you disabled it with a plugin?"],"Redirection routes":["Redirection routes"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Useragent Error"],"Unknown Useragent":["Unknown Useragent"],"Device":["Device"],"Operating System":["Operating System"],"Browser":["Browser"],"Engine":["Engine"],"Useragent":["Useragent"],"Agent":["Agent"],"No IP logging":["No IP logging"],"Full IP logging":["Full IP logging"],"Anonymize IP (mask last part)":["Anonymise IP (mask last part)"],"Monitor changes to %(type)s":["Monitor changes to %(type)s"],"IP Logging":["IP Logging"],"(select IP logging level)":["(select IP logging level)"],"Geo Info":["Geo Info"],"Agent Info":["Agent Info"],"Filter by IP":["Filter by IP"],"Referrer / User Agent":["Referrer / User Agent"],"Geo IP Error":["Geo IP Error"],"Something went wrong obtaining this information":["Something went wrong obtaining this information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed."],"No details are known for this address.":["No details are known for this address."],"Geo IP":["Geo IP"],"City":["City"],"Area":["Area"],"Timezone":["Timezone"],"Geo Location":["Geo Location"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["Trash"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"],"Never cache":["Never cache"],"An hour":["An hour"],"Redirect Cache":["Redirect Cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"],"Are you sure you want to import from %s?":["Are you sure you want to import from %s?"],"Plugin Importers":["Plugin Importers"],"The following redirect plugins were detected on your site and can be imported from.":["The following redirect plugins were detected on your site and can be imported from."],"total = ":["total = "],"Import from %s":["Import from %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requires WordPress v%1s, you are using v%2s - please update your WordPress"],"Default WordPress \"old slugs\"":["Default WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":["Create associated redirect (added to end of URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."],"⚡️ Magic fix ⚡️":["⚡️ Magic fix ⚡️"],"Plugin Status":["Plugin Status"],"Custom":["Custom"],"Mobile":["Mobile"],"Feed Readers":["Feed Readers"],"Libraries":["Libraries"],"URL Monitor Changes":["URL Monitor Changes"],"Save changes to this group":["Save changes to this group"],"For example \"/amp\"":["For example \"/amp\""],"URL Monitor":["URL Monitor"],"Delete 404s":["Delete 404s"],"Delete all from IP %s":["Delete all from IP %s"],"Delete all matching \"%s\"":["Delete all matching \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Your server has rejected the request for being too big. You will need to change it to continue."],"Also check if your browser is able to load <code>redirection.js</code>:":["Also check if your browser is able to load <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."],"Unable to load Redirection":["Unable to load Redirection"],"Unable to create group":["Unable to create group"],"Post monitor group is valid":["Post monitor group is valid"],"Post monitor group is invalid":["Post monitor group is invalid"],"Post monitor group":["Post monitor group"],"All redirects have a valid group":["All redirects have a valid group"],"Redirects with invalid groups detected":["Redirects with invalid groups detected"],"Valid redirect group":["Valid redirect group"],"Valid groups detected":["Valid groups detected"],"No valid groups, so you will not be able to create any redirects":["No valid groups, so you will not be able to create any redirects"],"Valid groups":["Valid groups"],"Database tables":["Database tables"],"The following tables are missing:":["The following tables are missing:"],"All tables present":["All tables present"],"Cached Redirection detected":["Cached Redirection detected"],"Please clear your browser cache and reload this page.":["Please clear your browser cache and reload this page."],"The data on this page has expired, please reload.":["The data on this page has expired, please reload."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."],"If you think Redirection is at fault then create an issue.":["If you think Redirection is at fault then create an issue."],"This may be caused by another plugin - look at your browser's error console for more details.":["This may be caused by another plugin - look at your browser's error console for more details."],"Loading, please wait...":["Loading, please wait..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection is not working. Try clearing your browser cache and reloading this page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."],"Create Issue":["Create Issue"],"Email":["Email"],"Important details":["Important details"],"Need help?":["Need help?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."],"Pos":["Pos"],"410 - Gone":["410 - Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"],"Apache Module":["Apache Module"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."],"Import to group":["Import to group"],"Import a CSV, .htaccess, or JSON file.":["Import a CSV, .htaccess, or JSON file."],"Click 'Add File' or drag and drop here.":["Click 'Add File' or drag and drop here."],"Add File":["Add File"],"File selected":["File selected"],"Importing":["Importing"],"Finished importing":["Finished importing"],"Total redirects imported:":["Total redirects imported:"],"Double-check the file is the correct format!":["Double-check the file is the correct format!"],"OK":["OK"],"Close":["Close"],"All imports will be appended to the current database.":["All imports will be appended to the current database."],"Export":["Export"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."],"Everything":["Everything"],"WordPress redirects":["WordPress redirects"],"Apache redirects":["Apache redirects"],"Nginx redirects":["Nginx redirects"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx rewrite rules"],"Redirection JSON":["Redirection JSON"],"View":["View"],"Import/Export":["Import/Export"],"Logs":["Logs"],"404 errors":["404 errors"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"],"I'd like to support some more.":["I'd like to support some more."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection saved"],"Log deleted":["Log deleted"],"Settings saved":["Settings saved"],"Group saved":["Group saved"],"Are you sure you want to delete this item?":["Are you sure you want to delete this item?","Are you sure you want to delete these items?"],"pass":["pass"],"All groups":["All groups"],"301 - Moved Permanently":["301 - Moved Permanently"],"302 - Found":["302 - Found"],"307 - Temporary Redirect":["307 - Temporary Redirect"],"308 - Permanent Redirect":["308 - Permanent Redirect"],"401 - Unauthorized":["401 - Unauthorised"],"404 - Not Found":["404 - Not Found"],"Title":["Title"],"When matched":["When matched"],"with HTTP code":["with HTTP code"],"Show advanced options":["Show advanced options"],"Matched Target":["Matched Target"],"Unmatched Target":["Unmatched Target"],"Saving...":["Saving..."],"View notice":["View notice"],"Invalid source URL":["Invalid source URL"],"Invalid redirect action":["Invalid redirect action"],"Invalid redirect matcher":["Invalid redirect matcher"],"Unable to add new redirect":["Unable to add new redirect"],"Something went wrong 🙁":["Something went wrong 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"],"Log entries (%d max)":["Log entries (%d max)"],"Search by IP":["Search by IP"],"Select bulk action":["Select bulk action"],"Bulk Actions":["Bulk Actions"],"Apply":["Apply"],"First page":["First page"],"Prev page":["Prev page"],"Current Page":["Current Page"],"of %(page)s":["of %(page)s"],"Next page":["Next page"],"Last page":["Last page"],"%s item":["%s item","%s items"],"Select All":["Select All"],"Sorry, something went wrong loading the data - please try again":["Sorry, something went wrong loading the data - please try again"],"No results":["No results"],"Delete the logs - are you sure?":["Delete the logs - are you sure?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."],"Yes! Delete the logs":["Yes! Delete the logs"],"No! Don't delete the logs":["No! Don't delete the logs"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Want to keep up to date with changes to Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."],"Your email address:":["Your email address:"],"You've supported this plugin - thank you!":["You've supported this plugin - thank you!"],"You get useful software and I get to carry on making it better.":["You get useful software and I get to carry on making it better."],"Forever":["Forever"],"Delete the plugin - are you sure?":["Delete the plugin - are you sure?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."],"Yes! Delete the plugin":["Yes! Delete the plugin"],"No! Don't delete the plugin":["No! Don't delete the plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Manage all your 301 redirects and monitor 404 errors."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."],"Redirection Support":["Redirection Support"],"Support":["Support"],"404s":["404s"],"Log":["Log"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."],"Delete Redirection":["Delete Redirection"],"Upload":["Upload"],"Import":["Import"],"Update":["Update"],"Auto-generate URL":["Auto-generate URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"],"RSS Token":["RSS Token"],"404 Logs":["404 Logs"],"(time to keep logs for)":["(time to keep logs for)"],"Redirect Logs":["Redirect Logs"],"I'm a nice person and I have helped support the author of this plugin":["I'm a nice person and I have helped support the author of this plugin."],"Plugin Support":["Plugin Support"],"Options":["Options"],"Two months":["Two months"],"A month":["A month"],"A week":["A week"],"A day":["A day"],"No logs":["No logs"],"Delete All":["Delete All"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."],"Add Group":["Add Group"],"Search":["Search"],"Groups":["Groups"],"Save":["Save"],"Group":["Group"],"Match":["Match"],"Add new redirection":["Add new redirection"],"Cancel":["Cancel"],"Download":["Download"],"Redirection":["Redirection"],"Settings":["Settings"],"Error (404)":["Error (404)"],"Pass-through":["Pass-through"],"Redirect to random post":["Redirect to random post"],"Redirect to URL":["Redirect to URL"],"Invalid group when creating redirect":["Invalid group when creating redirect"],"IP":["IP"],"Source URL":["Source URL"],"Date":["Date"],"Add Redirect":["Add Redirect"],"All modules":["All modules"],"View Redirects":["View Redirects"],"Module":["Module"],"Redirects":["Redirects"],"Name":["Name"],"Filter":["Filter"],"Reset hits":["Reset hits"],"Enable":["Enable"],"Disable":["Disable"],"Delete":["Delete"],"Edit":["Edit"],"Last Access":["Last Access"],"Hits":["Hits"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Modified Posts"],"Redirections":["Redirections"],"User Agent":["User Agent"],"URL and user agent":["URL and user agent"],"Target URL":["Target URL"],"URL only":["URL only"],"Regex":["Regex"],"Referrer":["Referrer"],"URL and referrer":["URL and referrer"],"Logged Out":["Logged Out"],"Logged In":["Logged In"],"URL and login status":["URL and login status"]}
locale/json/redirection-es_ES.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":["difuminar"],"focus":["enfocar"],"scroll":["scroll"],"Pass - as ignore, but also copies the query parameters to the target":["Pasar - como ignorar, peo también copia los parámetros de consulta al destino"],"Ignore - as exact, but ignores any query parameters not in your source":["Ignorar - como la coincidencia exacta, pero ignora cualquier parámetro de consulta que no esté en tu origen"],"Exact - matches the query parameters exactly defined in your source, in any order":["Coincidencia exacta - coincide exactamente con los parámetros de consulta definidos en tu origen, en cualquier orden"],"Default query matching":["Coincidencia de consulta por defecto"],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":["Ignora barras invertidas (p.ej. {{code}}/entrada-alucinante/{{/code}} coincidirá con {{code}}/entrada-alucinante{{/code}})"],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":["Sin coincidencia de mayúsculas/minúsculas (p.ej. {{code}}/Entrada-Alucinante{{/code}} coincidirá con {{code}}/entrada-alucinante{{/code}})"],"Applies to all redirections unless you configure them otherwise.":["Se aplica a todas las redirecciones a menos que las configures de otro modo."],"Default URL settings":["Ajustes de URL por defecto"],"Ignore and pass all query parameters":["Ignora y pasa todos los parámetros de consulta"],"Ignore all query parameters":["Ignora todos los parámetros de consulta"],"Exact match":["Coincidencia exacta"],"Caching software (e.g Cloudflare)":["Software de caché (p.ej. Cloudflare)"],"A security plugin (e.g Wordfence)":["Un plugin de seguridad (p.ej. Wordfence)"],"No more options":["No hay más opciones"],"URL options":["Opciones de URL"],"Query Parameters":["Parámetros de consulta"],"Ignore & pass parameters to the target":["Ignorar y pasar parámetros al destino"],"Ignore all parameters":["Ignorar todos los parámetros"],"Exact match all parameters in any order":["Coincidencia exacta de todos los parámetros en cualquier orden"],"Ignore Case":["Ignorar mayúsculas/minúsculas"],"Ignore Slash":["Ignorar barra inclinada"],"Relative REST API":["API REST relativa"],"Raw REST API":["API REST completa"],"Default REST API":["API REST por defecto"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":["¡Eso es todo - ya estás redireccionando! Observa que lo de arriba es solo un ejemplo - ahora ya introducir una redirección."],"(Example) The target URL is the new URL":["(Ejemplo) La URL de destino es la nueva URL"],"(Example) The source URL is your old or original URL":["(Ejemplo) La URL de origen es tu URL antigua u original"],"Disabled! Detected PHP %s, need PHP 5.4+":["¡Desactivado! Detectado PHP %s, necesita PHP 5.4+"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":["Por favor, haz una copia de seguridad de tus datos de Redirection: {{download}}descargando una copia de seguridad{{/download}}."],"A database upgrade is in progress. Please continue to finish.":["Hay una actualización de la base de datos en marcha. Por favor, continua para terminar."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":["Hay que actualizar la base de datos de Redirection - <a href=\"%1$1s\">haz clic para actualizar</a>."],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":["Tu base de datos actual es la versión %(current)s, la última es %(latest)s. Por favor, actualiza para utilizar las nuevas funciones."],"Redirection database needs updating":["La base de datos de Redirection necesita actualizarse"],"Update Required":["Actualización obligatoria"],"I need some support!":["¡Necesito algo de ayuda!"],"Finish Setup":["Finalizar configuración"],"Checking your REST API":["Comprobando tu REST API"],"Retry":["Reintentar"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":["Tienes diferentes URLs configuradas en tu página ajustes de WordPress > General, lo que normalmente es una indicación de una mala configuración, y puede causar problemas con la API REST. Por favor, revisa tus ajustes."],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":["Si tienes algún problema, por favor consulta la documentación de tu plugin, o intenta contactar con el soporte de tu alojamiento. Esto es normalmente {{{link}}no suele ser un problema causado por Redirection{{/link}}."],"Some other plugin that blocks the REST API":["Algún otro plugin que bloquea la API REST"],"A server firewall or other server configuration (e.g OVH)":["Un cortafuegos del servidor u otra configuración del servidor (p.ej. OVH)"],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":["Redirection utiliza la {{link}}WordPress REST API{{/link}} para comunicarse con WordPress. Esto está activado y funciona de forma predeterminada. A veces la API REST está bloqueada por:"],"Go back":["Volver"],"Continue Setup":["Continuar la configuración"],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":["El almacenamiento de la dirección IP te permite realizar acciones de registro adicionales. Ten en cuenta que tendrás que cumplir con las leyes locales relativas a la recopilación de datos (por ejemplo, RGPD)."],"Store IP information for redirects and 404 errors.":["Almacena información IP para redirecciones y errores 404."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":["Almacena registros de redirecciones y 404s te permitirá ver lo que está pasando en tu sitio. Esto aumentará los requisitos de almacenamiento de la base de datos."],"Keep a log of all redirects and 404 errors.":["Guarda un registro de todas las redirecciones y errores 404."],"{{link}}Read more about this.{{/link}}":["{{link}}Leer más sobre esto.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":["Si cambias el enlace permanente en una entrada o página, entonces Redirection puede crear automáticamente una redirección para ti."],"Monitor permalink changes in WordPress posts and pages":["Supervisar los cambios de los enlaces permanentes en las entradas y páginas de WordPress"],"These are some options you may want to enable now. They can be changed at any time.":["Estas son algunas de las opciones que puedes activar ahora. Se pueden cambiar en cualquier momento."],"Basic Setup":["Configuración básica"],"Start Setup":["Iniciar configuración"],"When ready please press the button to continue.":["Cuando estés listo, pulsa el botón para continuar."],"First you will be asked a few questions, and then Redirection will set up your database.":["Primero se te harán algunas preguntas, y luego Redirection configurará tu base de datos."],"What's next?":["¿Cuáles son las novedades?"],"Check a URL is being redirected":["Comprueba si una URL está siendo redirigida"],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":["Coincidencia de URLs más potente, incluidas las expresiones {{regular}}regulares {{/regular}}, y {{other}} otras condiciones{{{/other}}."],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":["{{link}}Importar{{/link}} desde .htaccess, CSV, y una gran variedad de otros plugins"],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":["{{link}}Supervisar errores 404{{{/link}}, obtener información detallada sobre el visitante, y solucionar cualquier problema"],"Some features you may find useful are":["Algunas de las características que puedes encontrar útiles son"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":["La documentación completa la puedes encontrar en la {{link}}web de Redirection{{/link}}."],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":["Una redirección simple implica configurar una {{strong}}URL de origen{{/strong}}} (la URL antigua) y una {{strong}}URL de destino{{/strong}} (la nueva URL). Aquí tienes un ejemplo:"],"How do I use this plugin?":["¿Cómo utilizo este plugin?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":["Redirection está diseñado para utilizarse desde sitios con unos pocos redirecciones a sitios con miles de redirecciones."],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":["Gracias por instalar y usar Redirection v%(version)s. Este plugin te permitirá gestionar redirecciones 301, realizar un seguimiento de los errores 404, y mejorar tu sitio, sin necesidad de tener conocimientos de Apache o Nginx."],"Welcome to Redirection 🚀🎉":["Bienvenido a Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":["Esto redireccionará todo, incluyendo las páginas de inicio de sesión. Por favor, asegúrate de que quieres hacer esto."],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":["Para evitar una expresión regular ambiciosa, puedes utilizar un {{code}}^{{/code}} para anclarla al inicio de la URL. Por ejemplo: {{code}}%(ejemplo)s{{/code}}."],"Remember to enable the \"regex\" checkbox if this is a regular expression.":["Recuerda activar la casilla de verificación \"regex\" si se trata de una expresión regular."],"The source URL should probably start with a {{code}}/{{/code}}":["La URL de origen probablemente debería comenzar con un {{code}}/{{/code}}."],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":["Esto se convertirá en una redirección de servidor para el dominio {{code}}%(server)s{{{/code}}}."],"Anchor values are not sent to the server and cannot be redirected.":["Los valores de anclaje no se envían al servidor y no pueden ser redirigidos."],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":["{{code}}%(status)d{{/code}} a {{code}}%(target)s{{/code}}"],"Finished! 🎉":["¡Terminado! 🎉"],"Progress: %(complete)d$":["Progreso: %(complete)d$"],"Leaving before the process has completed may cause problems.":["Salir antes de que el proceso haya terminado puede causar problemas."],"Setting up Redirection":["Configurando Redirection"],"Upgrading Redirection":["Actualizando Redirection"],"Please remain on this page until complete.":["Por favor, permanece en esta página hasta que se complete."],"If you want to {{support}}ask for support{{/support}} please include these details:":["Si quieres {{support}}solicitar ayuda{{/support}}por favor, incluye estos detalles:"],"Stop upgrade":["Parar actualización"],"Skip this stage":["Saltarse esta etapa"],"Try again":["Intentarlo de nuevo"],"Database problem":["Problema en la base de datos"],"Please enable JavaScript":["Por favor, activa JavaScript"],"Please upgrade your database":["Por favor, actualiza tu base de datos"],"Upgrade Database":["Actualizar base de datos"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":["Por favor, completa tu <a href=\"%s\">configuración de Redirection</a> para activar el plugin."],"Your database does not need updating to %s.":["Tu base de datos no necesita actualizarse a %s."],"Failed to perform query \"%s\"":["Fallo al realizar la consulta \"%s\"."],"Table \"%s\" is missing":["La tabla \"%s\" no existe"],"Create basic data":["Crear datos básicos"],"Install Redirection tables":["Instalar tablas de Redirection"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["La URL del sitio y de inicio no son consistentes. Por favor, corrígelo en tu página de Ajustes > Generales: %1$1s no es igual a %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Por favor, no intentes redirigir todos tus 404s - no es una buena idea."],"Only the 404 page type is currently supported.":["De momento solo es compatible con el tipo 404 de página de error."],"Page Type":["Tipo de página"],"Enter IP addresses (one per line)":["Introduce direcciones IP (una por línea)"],"Describe the purpose of this redirect (optional)":["Describe la finalidad de esta redirección (opcional)"],"418 - I'm a teapot":["418 - Soy una tetera"],"403 - Forbidden":["403 - Prohibido"],"400 - Bad Request":["400 - Mala petición"],"304 - Not Modified":["304 - No modificada"],"303 - See Other":["303 - Ver otra"],"Do nothing (ignore)":["No hacer nada (ignorar)"],"Target URL when not matched (empty to ignore)":["URL de destino cuando no coinciden (vacío para ignorar)"],"Target URL when matched (empty to ignore)":["URL de destino cuando coinciden (vacío para ignorar)"],"Show All":["Mostrar todo"],"Delete all logs for these entries":["Borrar todos los registros de estas entradas"],"Delete all logs for this entry":["Borrar todos los registros de esta entrada"],"Delete Log Entries":["Borrar entradas del registro"],"Group by IP":["Agrupar por IP"],"Group by URL":["Agrupar por URL"],"No grouping":["Si agrupar"],"Ignore URL":["Ignorar URL"],"Block IP":["Bloquear IP"],"Redirect All":["Redirigir todo"],"Count":["Contador"],"URL and WordPress page type":["URL y tipo de página de WordPress"],"URL and IP":["URL e IP"],"Problem":["Problema"],"Good":["Bueno"],"Check":["Comprobar"],"Check Redirect":["Comprobar la redirección"],"Check redirect for: {{code}}%s{{/code}}":["Comprobar la redirección para: {{code}}%s{{/code}}"],"What does this mean?":["¿Qué significa esto?"],"Not using Redirection":["No uso la redirección"],"Using Redirection":["Usando la redirección"],"Found":["Encontrado"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} a {{code}}%(url)s{{/code}}"],"Expected":["Esperado"],"Error":["Error"],"Enter full URL, including http:// or https://":["Introduce la URL completa, incluyendo http:// o https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["A veces, tu navegador puede almacenar en caché una URL, lo que dificulta saber si está funcionando como se esperaba. Usa esto para verificar una URL para ver cómo está redirigiendo realmente."],"Redirect Tester":["Probar redirecciones"],"Target":["Destino"],"URL is not being redirected with Redirection":["La URL no está siendo redirigida por Redirection"],"URL is being redirected with Redirection":["La URL está siendo redirigida por Redirection"],"Unable to load details":["No se han podido cargar los detalles"],"Enter server URL to match against":["Escribe la URL del servidor que comprobar"],"Server":["Servidor"],"Enter role or capability value":["Escribe el valor de perfil o capacidad"],"Role":["Perfil"],"Match against this browser referrer text":["Comparar contra el texto de referencia de este navegador"],"Match against this browser user agent":["Comparar contra el agente usuario de este navegador"],"The relative URL you want to redirect from":["La URL relativa desde la que quieres redirigir"],"The target URL you want to redirect to if matched":["La URL de destino a la que quieres redirigir si coincide"],"(beta)":["(beta)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Forzar redirección de HTTP a HTTPs. Antes de activarlo asegúrate de que HTTPS funciona"],"Force HTTPS":["Forzar HTTPS"],"GDPR / Privacy information":["Información de RGPD / Provacidad"],"Add New":["Añadir nueva"],"Please logout and login again.":["Cierra sesión y vuelve a entrar, por favor."],"URL and role/capability":["URL y perfil/capacidad"],"URL and server":["URL y servidor"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Si no puedes hacer que funcione nada entonces Redirection puede tener dificultades para comunicarse con tu servidor. Puedes intentar cambiar manualmente este ajuste:"],"Site and home protocol":["Protocolo de portada y el sitio"],"Site and home are consistent":["Portada y sitio son consistentes"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Date cuenta de que es tu responsabilidad pasar las cabeceras HTTP a PHP. Por favor, contacta con tu proveedor de alojamiento para obtener soporte sobre esto."],"Accept Language":["Aceptar idioma"],"Header value":["Valor de cabecera"],"Header name":["Nombre de cabecera"],"HTTP Header":["Cabecera HTTP"],"WordPress filter name":["Nombre del filtro WordPress"],"Filter Name":["Nombre del filtro"],"Cookie value":["Valor de la cookie"],"Cookie name":["Nombre de la cookie"],"Cookie":["Cookie"],"clearing your cache.":["vaciando tu caché."],"If you are using a caching system such as Cloudflare then please read this: ":["Si estás usando un sistema de caché como Cloudflare entonces, por favor, lee esto:"],"URL and HTTP header":["URL y cabecera HTTP"],"URL and custom filter":["URL y filtro personalizado"],"URL and cookie":["URL y cookie"],"404 deleted":["404 borrado"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["Cómo utiliza Redirection la REST API - no cambiar a no ser que sea necesario"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress devolvió un mensaje inesperado. Esto podría deberse a que tu REST API no funciona, o por otro plugin o tema."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Por favor, echa un vistazo al {{link}}estado del plugin{{/link}}. Podría ser capaz de identificar y resolver \"mágicamente\" el problema."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection no puede conectar con tu REST API{{/link}}. Si la has desactivado entonces necesitarás activarla."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Un software de seguridad podría estar bloqueando Redirection{{/link}}. Deberías configurarlo para permitir peticiones de la REST API."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Un software de caché{{/link}}, en particular Cloudflare, podría cachear lo que no debería. Prueba a borrar todas tus cachés."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Por favor, ¡desactiva temporalmente otros plugins!{{/link}} Esto arregla muchos problemas."],"None of the suggestions helped":["Ninguna de las sugerencias ha ayudado"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Por favor, consulta la <a href=\"https://redirection.me/support/problems/\">lista de problemas habituales</a>."],"Unable to load Redirection ☹️":["No se puede cargar Redirection ☹️"],"WordPress REST API is working at %s":["La REST API de WordPress está funcionando en %s"],"WordPress REST API":["REST API de WordPress"],"REST API is not working so routes not checked":["La REST API no está funcionando, así que las rutas no se comprueban"],"Redirection routes are working":["Las rutas de redirección están funcionando"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection no aparece en las rutas de tu REST API. ¿La has desactivado con un plugin?"],"Redirection routes":["Rutas de redirección"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["La REST API de tu WordPress está desactivada. Necesitarás activarla para que Redirection continúe funcionando"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Error de agente de usuario"],"Unknown Useragent":["Agente de usuario desconocido"],"Device":["Dispositivo"],"Operating System":["Sistema operativo"],"Browser":["Navegador"],"Engine":["Motor"],"Useragent":["Agente de usuario"],"Agent":["Agente"],"No IP logging":["Sin registro de IP"],"Full IP logging":["Registro completo de IP"],"Anonymize IP (mask last part)":["Anonimizar IP (enmascarar la última parte)"],"Monitor changes to %(type)s":["Monitorizar cambios de %(type)s"],"IP Logging":["Registro de IP"],"(select IP logging level)":["(seleccionar el nivel de registro de IP)"],"Geo Info":["Información de geolocalización"],"Agent Info":["Información de agente"],"Filter by IP":["Filtrar por IP"],"Referrer / User Agent":["Procedencia / Agente de usuario"],"Geo IP Error":["Error de geolocalización de IP"],"Something went wrong obtaining this information":["Algo ha ido mal obteniendo esta información"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Esta es una IP de una red privada. Significa que se encuentra dentro de una casa o red de empresa y no se puede mostrar más información."],"No details are known for this address.":["No se conoce ningún detalle para esta dirección."],"Geo IP":["Geolocalización de IP"],"City":["Ciudad"],"Area":["Área"],"Timezone":["Zona horaria"],"Geo Location":["Geolocalización"],"Powered by {{link}}redirect.li{{/link}}":["Funciona gracias a {{link}}redirect.li{{/link}}"],"Trash":["Papelera"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Ten en cuenta que Redirection requiere que la API REST de WordPress esté activada. Si la has desactivado, no podrás usar Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Puedes encontrar la documentación completa sobre el uso de Redirection en el sitio de soporte <a href=\"%s\" target=\"_blank\">redirection.me</a>."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["La documentación completa de Redirection está en {{site}}https://redirection.me{{/site}}. Si tienes algún problema, por favor revisa primero las {{faq}}FAQ{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Si quieres informar de un fallo, por favor lee la guía {{report}}Informando de fallos{{/report}}"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Si quieres enviar información y no quieres que se incluya en un repositorio público, envíala directamente por {{email}}correo electrónico{{/email}} - ¡incluye toda la información que puedas!"],"Never cache":["No cachear nunca"],"An hour":["Una hora"],"Redirect Cache":["Redireccionar caché"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Cuánto tiempo cachear URLs con redirección 301 (mediante la cabecera HTTP \"Expires\")"],"Are you sure you want to import from %s?":["¿Estás seguro de querer importar de %s?"],"Plugin Importers":["Importadores de plugins"],"The following redirect plugins were detected on your site and can be imported from.":["Se han detectado los siguientes plugins de redirección en tu sitio y se puede importar desde ellos."],"total = ":["total = "],"Import from %s":["Importar de %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requiere WordPress v%1s, estás usando v%2s - por favor, actualiza tu WordPress"],"Default WordPress \"old slugs\"":["\"Viejos slugs\" por defecto de WordPress"],"Create associated redirect (added to end of URL)":["Crea una redirección asociada (añadida al final de la URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> no está definido. Esto normalmente significa que otro plugin está impidiendo que cargue Redirection. Por favor, desactiva todos los plugins e inténtalo de nuevo."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Si no funciona el botón mágico entonces deberías leer el error y ver si puedes arreglarlo manualmente, o sino seguir la sección 'Necesito ayuda' de abajo."],"⚡️ Magic fix ⚡️":["⚡️ Arreglo mágico ⚡️"],"Plugin Status":["Estado del plugin"],"Custom":["Personalizado"],"Mobile":["Móvil"],"Feed Readers":["Lectores de feeds"],"Libraries":["Bibliotecas"],"URL Monitor Changes":["Monitorizar el cambio de URL"],"Save changes to this group":["Guardar los cambios de este grupo"],"For example \"/amp\"":["Por ejemplo \"/amp\""],"URL Monitor":["Supervisar URL"],"Delete 404s":["Borrar 404s"],"Delete all from IP %s":["Borra todo de la IP %s"],"Delete all matching \"%s\"":["Borra todo lo que tenga \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["El servidor rechazó la petición por ser demasiado grande. Necesitarás cambiarla antes de continuar."],"Also check if your browser is able to load <code>redirection.js</code>:":["También comprueba si tu navegador puede cargar <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Si estás usando un plugin o servicio (CloudFlare, OVH, etc.) de caché de página entonces también puedes probar a vaciar la caché."],"Unable to load Redirection":["No ha sido posible cargar Redirection"],"Unable to create group":["No fue posible crear el grupo"],"Post monitor group is valid":["El grupo de monitoreo de entradas es válido"],"Post monitor group is invalid":["El grupo de monitoreo de entradas no es válido"],"Post monitor group":["Grupo de monitoreo de entradas"],"All redirects have a valid group":["Todas las redirecciones tienen un grupo válido"],"Redirects with invalid groups detected":["Detectadas redirecciones con grupos no válidos"],"Valid redirect group":["Grupo de redirección válido"],"Valid groups detected":["Detectados grupos válidos"],"No valid groups, so you will not be able to create any redirects":["No hay grupos válidos, así que no podrás crear redirecciones"],"Valid groups":["Grupos válidos"],"Database tables":["Tablas de la base de datos"],"The following tables are missing:":["Faltan las siguientes tablas:"],"All tables present":["Están presentes todas las tablas"],"Cached Redirection detected":["Detectada caché de Redirection"],"Please clear your browser cache and reload this page.":["Por favor, vacía la caché de tu navegador y recarga esta página"],"The data on this page has expired, please reload.":["Los datos de esta página han caducado, por favor, recarga."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress no ha devuelto una respuesta. Esto podría significar que ocurrió un error o que la petición se bloqueó. Por favor, revisa el error_log de tu servidor."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Tu servidor devolvió un error de 403 Prohibido, que podría indicar que se bloqueó la petición. ¿Estás usando un cortafuegos o un plugin de seguridad?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Incluye estos detalles en tu informe {strong}}junto con una descripción de lo que estabas haciendo{{/strong}}."],"If you think Redirection is at fault then create an issue.":["Si crees que es un fallo de Redirection entonces envía un aviso de problema."],"This may be caused by another plugin - look at your browser's error console for more details.":["Esto podría estar provocado por otro plugin - revisa la consola de errores de tu navegador para más detalles."],"Loading, please wait...":["Cargando, por favor espera…"],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}formato de archivo CSV{{/strong}}: {{code}}URL de origen, URL de destino{{/code}} - y puede añadirse opcionalmente {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 para no, 1 para sí)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["La redirección no está funcionando. Trata de vaciar la caché de tu navegador y recarga esta página."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Si eso no ayuda abre la consola de errores de tu navegador y crea un {{link}}aviso de problema nuevo{{/link}} con los detalles."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Si es un problema nuevo entonces, por favor, o {{strong}}crea un aviso de nuevo problema{{/strong}} o envía un {{strong}}correo electrónico{{/strong}}. Incluye una descripción de lo que estabas tratando de hacer y de los importantes detalles listados abajo. Por favor, incluye una captura de pantalla."],"Create Issue":["Crear aviso de problema"],"Email":["Correo electrónico"],"Important details":["Detalles importantes"],"Need help?":["¿Necesitas ayuda?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Por favor, date cuenta de que todo soporte se ofrece sobre la base del tiempo disponible y no está garantizado. No ofrezco soporte de pago."],"Pos":["Pos"],"410 - Gone":["410 - Desaparecido"],"Position":["Posición"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Se usa para generar automáticamente una URL si no se ofrece una URL. Utiliza las etiquetas especiales {{code}}$dec${{/code}} o {{code}}$hex${{/code}} para insertar un ID único insertado"],"Apache Module":["Módulo Apache"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Introduce la ruta completa y el nombre del archivo si quieres que Redirection actualice automáticamente tu {{code}}.htaccess{{/code}}."],"Import to group":["Importar a un grupo"],"Import a CSV, .htaccess, or JSON file.":["Importa un archivo CSV, .htaccess o JSON."],"Click 'Add File' or drag and drop here.":["Haz clic en 'Añadir archivo' o arrastra y suelta aquí."],"Add File":["Añadir archivo"],"File selected":["Archivo seleccionado"],"Importing":["Importando"],"Finished importing":["Importación finalizada"],"Total redirects imported:":["Total de redirecciones importadas:"],"Double-check the file is the correct format!":["¡Vuelve a comprobar que el archivo esté en el formato correcto!"],"OK":["Aceptar"],"Close":["Cerrar"],"All imports will be appended to the current database.":["Todas las importaciones se añadirán a la base de datos actual."],"Export":["Exportar"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Exporta a CSV, .htaccess de Apache, Nginx o JSON de Redirection (que contenga todas las redirecciones y grupos)."],"Everything":["Todo"],"WordPress redirects":["Redirecciones WordPress"],"Apache redirects":["Redirecciones Apache"],"Nginx redirects":["Redirecciones Nginx"],"CSV":["CSV"],"Apache .htaccess":[".htaccess de Apache"],"Nginx rewrite rules":["Reglas de rewrite de Nginx"],"Redirection JSON":["JSON de Redirection"],"View":["Ver"],"Log files can be exported from the log pages.":["Los archivos de registro se pueden exportar desde las páginas de registro."],"Import/Export":["Importar/Exportar"],"Logs":["Registros"],"404 errors":["Errores 404"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Por favor, menciona {{code}}%s{{/code}}, y explica lo que estabas haciendo en ese momento"],"I'd like to support some more.":["Me gustaría dar algo más de apoyo."],"Support 💰":["Apoyar 💰"],"Redirection saved":["Redirección guardada"],"Log deleted":["Registro borrado"],"Settings saved":["Ajustes guardados"],"Group saved":["Grupo guardado"],"Are you sure you want to delete this item?":["¿Estás seguro de querer borrar este elemento?","¿Estás seguro de querer borrar estos elementos?"],"pass":["pass"],"All groups":["Todos los grupos"],"301 - Moved Permanently":["301 - Movido permanentemente"],"302 - Found":["302 - Encontrado"],"307 - Temporary Redirect":["307 - Redirección temporal"],"308 - Permanent Redirect":["308 - Redirección permanente"],"401 - Unauthorized":["401 - No autorizado"],"404 - Not Found":["404 - No encontrado"],"Title":["Título"],"When matched":["Cuando coincide"],"with HTTP code":["con el código HTTP"],"Show advanced options":["Mostrar opciones avanzadas"],"Matched Target":["Objetivo coincidente"],"Unmatched Target":["Objetivo no coincidente"],"Saving...":["Guardando…"],"View notice":["Ver aviso"],"Invalid source URL":["URL de origen no válida"],"Invalid redirect action":["Acción de redirección no válida"],"Invalid redirect matcher":["Coincidencia de redirección no válida"],"Unable to add new redirect":["No ha sido posible añadir la nueva redirección"],"Something went wrong 🙁":["Algo fue mal 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Estaba tratando de hacer algo cuando ocurrió un fallo. Puede ser un problema temporal, y si lo intentas hacer de nuevo puede que funcione - ¡genial! "],"Log entries (%d max)":["Entradas del registro (máximo %d)"],"Search by IP":["Buscar por IP"],"Select bulk action":["Elegir acción en lote"],"Bulk Actions":["Acciones en lote"],"Apply":["Aplicar"],"First page":["Primera página"],"Prev page":["Página anterior"],"Current Page":["Página actual"],"of %(page)s":["de %(page)s"],"Next page":["Página siguiente"],"Last page":["Última página"],"%s item":["%s elemento","%s elementos"],"Select All":["Elegir todos"],"Sorry, something went wrong loading the data - please try again":["Lo siento, pero algo fue mal al cargar los datos - por favor, inténtalo de nuevo"],"No results":["No hay resultados"],"Delete the logs - are you sure?":["Borrar los registros - ¿estás seguro?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Una vez se borren tus registros actuales ya no estarán disponibles. Puedes configurar una programación de borrado desde las opciones de Redirection si quieres hacer esto automáticamente."],"Yes! Delete the logs":["¡Sí! Borra los registros"],"No! Don't delete the logs":["¡No! No borres los registros"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["¡Gracias por suscribirte! {{a}}Haz clic aquí{{/a}} si necesitas volver a tu suscripción."],"Newsletter":["Boletín"],"Want to keep up to date with changes to Redirection?":["¿Quieres estar al día de los cambios en Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Regístrate al pequeño boletín de Redirection - un boletín liviano sobre las nuevas funcionalidades y cambios en el plugin. Ideal si quieres probar los cambios de la versión beta antes de su lanzamiento."],"Your email address:":["Tu dirección de correo electrónico:"],"You've supported this plugin - thank you!":["Ya has apoyado a este plugin - ¡gracias!"],"You get useful software and I get to carry on making it better.":["Tienes un software útil y yo seguiré haciéndolo mejor."],"Forever":["Siempre"],"Delete the plugin - are you sure?":["Borrar el plugin - ¿estás seguro?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Al borrar el plugin se eliminarán todas tus redirecciones, registros y ajustes. Haz esto si estás seguro de que quieres borrar el plugin, o si quieres restablecer el plugin. "],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Una vez borres tus redirecciones dejarán de funcionar. Si parece que siguen funcionando entonces, por favor, vacía la caché de tu navegador."],"Yes! Delete the plugin":["¡Sí! Borrar el plugin"],"No! Don't delete the plugin":["¡No! No borrar el plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Gestiona todas tus redirecciones 301 y monitoriza tus errores 404"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection se puede usar gratis - ¡La vida es maravillosa y encantadora! Sin embargo, ha requerido una gran cantidad de tiempo y esfuerzo desarrollarlo y, si te ha sido útil, puedes ayudar a este desarrollo {{strong}}haciendo una pequeña donación{{/strong}}. "],"Redirection Support":["Soporte de Redirection"],"Support":["Soporte"],"404s":["404s"],"Log":["Registro"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Seleccionando esta opción borrara todas las redirecciones, todos los registros, y cualquier opción asociada con el plugin Redirection. Asegurese que es esto lo que desea hacer."],"Delete Redirection":["Borrar Redirection"],"Upload":["Subir"],"Import":["Importar"],"Update":["Actualizar"],"Auto-generate URL":["Auto generar URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Un token único que permite acceso de los lectores de feeds a los registros RSS de Redirection (déjalo en blanco para que se genere automáticamente)"],"RSS Token":["Token RSS"],"404 Logs":["Registros 404"],"(time to keep logs for)":["(tiempo que se mantendrán los registros)"],"Redirect Logs":["Registros de redirecciones"],"I'm a nice person and I have helped support the author of this plugin":["Soy una buena persona y he apoyado al autor de este plugin"],"Plugin Support":["Soporte del plugin"],"Options":["Opciones"],"Two months":["Dos meses"],"A month":["Un mes"],"A week":["Una semana"],"A day":["Un dia"],"No logs":["No hay logs"],"Delete All":["Borrar todo"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Utiliza grupos para organizar tus redirecciones. Los grupos se asignan a un módulo, lo cual afecta a cómo se realizan las redirecciones en ese grupo. Si no estás seguro entonces utiliza el módulo WordPress."],"Add Group":["Añadir grupo"],"Search":["Buscar"],"Groups":["Grupos"],"Save":["Guardar"],"Group":["Grupo"],"Match":["Coincidencia"],"Add new redirection":["Añadir nueva redirección"],"Cancel":["Cancelar"],"Download":["Descargar"],"Redirection":["Redirection"],"Settings":["Ajustes"],"Error (404)":["Error (404)"],"Pass-through":["Pasar directo"],"Redirect to random post":["Redirigir a entrada aleatoria"],"Redirect to URL":["Redirigir a URL"],"Invalid group when creating redirect":["Grupo no válido a la hora de crear la redirección"],"IP":["IP"],"Source URL":["URL de origen"],"Date":["Fecha"],"Add Redirect":["Añadir redirección"],"All modules":["Todos los módulos"],"View Redirects":["Ver redirecciones"],"Module":["Módulo"],"Redirects":["Redirecciones"],"Name":["Nombre"],"Filter":["Filtro"],"Reset hits":["Restablecer aciertos"],"Enable":["Activar"],"Disable":["Desactivar"],"Delete":["Eliminar"],"Edit":["Editar"],"Last Access":["Último acceso"],"Hits":["Hits"],"URL":["URL"],"Type":["Tipo"],"Modified Posts":["Entradas modificadas"],"Redirections":["Redirecciones"],"User Agent":["Agente usuario HTTP"],"URL and user agent":["URL y cliente de usuario (user agent)"],"Target URL":["URL de destino"],"URL only":["Sólo URL"],"Regex":["Expresión regular"],"Referrer":["Referente"],"URL and referrer":["URL y referente"],"Logged Out":["Desconectado"],"Logged In":["Conectado"],"URL and login status":["Estado de URL y conexión"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":["Fuerza una redirección desde la versión HTTP a la HTTPS del dominio de tu sitio WordPress. Por favor, asegúrate de que tu HTTPS está funcionando antes de activarla. "],"Export 404":["Exportar 404"],"Export redirect":["Exportar redirecciones"],"You need at least one GET/POST pair for the plugin to work.":["Necesitas al menos un par de GET/POST para que funcione el plugin."],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":["Deja un destino en blanco si no quieres redireccionar o podrías crear un bucle."],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":["Las estructuras de enlaces permanentes de WordPress no funcionan en URLs normales. Por favor, utiliza una expresión regular."],"Unable to update redirect":["No ha sido posible actualizar la redirección"],"blur":["difuminar"],"focus":["enfocar"],"scroll":["scroll"],"Pass - as ignore, but also copies the query parameters to the target":["Pasar - como ignorar, peo también copia los parámetros de consulta al destino"],"Ignore - as exact, but ignores any query parameters not in your source":["Ignorar - como la coincidencia exacta, pero ignora cualquier parámetro de consulta que no esté en tu origen"],"Exact - matches the query parameters exactly defined in your source, in any order":["Coincidencia exacta - coincide exactamente con los parámetros de consulta definidos en tu origen, en cualquier orden"],"Default query matching":["Coincidencia de consulta por defecto"],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":["Ignora barras invertidas (p.ej. {{code}}/entrada-alucinante/{{/code}} coincidirá con {{code}}/entrada-alucinante{{/code}})"],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":["Sin coincidencia de mayúsculas/minúsculas (p.ej. {{code}}/Entrada-Alucinante{{/code}} coincidirá con {{code}}/entrada-alucinante{{/code}})"],"Applies to all redirections unless you configure them otherwise.":["Se aplica a todas las redirecciones a menos que las configures de otro modo."],"Default URL settings":["Ajustes de URL por defecto"],"Ignore and pass all query parameters":["Ignora y pasa todos los parámetros de consulta"],"Ignore all query parameters":["Ignora todos los parámetros de consulta"],"Exact match":["Coincidencia exacta"],"Caching software (e.g Cloudflare)":["Software de caché (p.ej. Cloudflare)"],"A security plugin (e.g Wordfence)":["Un plugin de seguridad (p.ej. Wordfence)"],"No more options":["No hay más opciones"],"URL options":["Opciones de URL"],"Query Parameters":["Parámetros de consulta"],"Ignore & pass parameters to the target":["Ignorar y pasar parámetros al destino"],"Ignore all parameters":["Ignorar todos los parámetros"],"Exact match all parameters in any order":["Coincidencia exacta de todos los parámetros en cualquier orden"],"Ignore Case":["Ignorar mayúsculas/minúsculas"],"Ignore Slash":["Ignorar barra inclinada"],"Relative REST API":["API REST relativa"],"Raw REST API":["API REST completa"],"Default REST API":["API REST por defecto"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":["¡Eso es todo - ya estás redireccionando! Observa que lo de arriba es solo un ejemplo - ahora ya introducir una redirección."],"(Example) The target URL is the new URL":["(Ejemplo) La URL de destino es la nueva URL"],"(Example) The source URL is your old or original URL":["(Ejemplo) La URL de origen es tu URL antigua u original"],"Disabled! Detected PHP %s, need PHP 5.4+":["¡Desactivado! Detectado PHP %s, necesita PHP 5.4+"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":["Por favor, haz una copia de seguridad de tus datos de Redirection: {{download}}descargando una copia de seguridad{{/download}}."],"A database upgrade is in progress. Please continue to finish.":["Hay una actualización de la base de datos en marcha. Por favor, continua para terminar."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":["Hay que actualizar la base de datos de Redirection - <a href=\"%1$1s\">haz clic para actualizar</a>."],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":["Tu base de datos actual es la versión %(current)s, la última es %(latest)s. Por favor, actualiza para utilizar las nuevas funciones."],"Redirection database needs updating":["La base de datos de Redirection necesita actualizarse"],"Update Required":["Actualización obligatoria"],"I need some support!":["¡Necesito algo de ayuda!"],"Finish Setup":["Finalizar configuración"],"Checking your REST API":["Comprobando tu REST API"],"Retry":["Reintentar"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":["Tienes diferentes URLs configuradas en tu página ajustes de WordPress > General, lo que normalmente es una indicación de una mala configuración, y puede causar problemas con la API REST. Por favor, revisa tus ajustes."],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":["Si tienes algún problema, por favor consulta la documentación de tu plugin, o intenta contactar con el soporte de tu alojamiento. Esto es normalmente {{{link}}no suele ser un problema causado por Redirection{{/link}}."],"Some other plugin that blocks the REST API":["Algún otro plugin que bloquea la API REST"],"A server firewall or other server configuration (e.g OVH)":["Un cortafuegos del servidor u otra configuración del servidor (p.ej. OVH)"],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":["Redirection utiliza la {{link}}WordPress REST API{{/link}} para comunicarse con WordPress. Esto está activado y funciona de forma predeterminada. A veces la API REST está bloqueada por:"],"Go back":["Volver"],"Continue Setup":["Continuar la configuración"],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":["El almacenamiento de la dirección IP te permite realizar acciones de registro adicionales. Ten en cuenta que tendrás que cumplir con las leyes locales relativas a la recopilación de datos (por ejemplo, RGPD)."],"Store IP information for redirects and 404 errors.":["Almacena información IP para redirecciones y errores 404."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":["Almacena registros de redirecciones y 404s te permitirá ver lo que está pasando en tu sitio. Esto aumentará los requisitos de almacenamiento de la base de datos."],"Keep a log of all redirects and 404 errors.":["Guarda un registro de todas las redirecciones y errores 404."],"{{link}}Read more about this.{{/link}}":["{{link}}Leer más sobre esto.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":["Si cambias el enlace permanente en una entrada o página, entonces Redirection puede crear automáticamente una redirección para ti."],"Monitor permalink changes in WordPress posts and pages":["Supervisar los cambios de los enlaces permanentes en las entradas y páginas de WordPress"],"These are some options you may want to enable now. They can be changed at any time.":["Estas son algunas de las opciones que puedes activar ahora. Se pueden cambiar en cualquier momento."],"Basic Setup":["Configuración básica"],"Start Setup":["Iniciar configuración"],"When ready please press the button to continue.":["Cuando estés listo, pulsa el botón para continuar."],"First you will be asked a few questions, and then Redirection will set up your database.":["Primero se te harán algunas preguntas, y luego Redirection configurará tu base de datos."],"What's next?":["¿Cuáles son las novedades?"],"Check a URL is being redirected":["Comprueba si una URL está siendo redirigida"],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":["Coincidencia de URLs más potente, incluidas las expresiones {{regular}}regulares {{/regular}}, y {{other}} otras condiciones{{{/other}}."],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":["{{link}}Importar{{/link}} desde .htaccess, CSV, y una gran variedad de otros plugins"],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":["{{link}}Supervisar errores 404{{{/link}}, obtener información detallada sobre el visitante, y solucionar cualquier problema"],"Some features you may find useful are":["Algunas de las características que puedes encontrar útiles son"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":["La documentación completa la puedes encontrar en la {{link}}web de Redirection{{/link}}."],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":["Una redirección simple implica configurar una {{strong}}URL de origen{{/strong}}} (la URL antigua) y una {{strong}}URL de destino{{/strong}} (la nueva URL). Aquí tienes un ejemplo:"],"How do I use this plugin?":["¿Cómo utilizo este plugin?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":["Redirection está diseñado para utilizarse desde sitios con unos pocos redirecciones a sitios con miles de redirecciones."],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":["Gracias por instalar y usar Redirection v%(version)s. Este plugin te permitirá gestionar redirecciones 301, realizar un seguimiento de los errores 404, y mejorar tu sitio, sin necesidad de tener conocimientos de Apache o Nginx."],"Welcome to Redirection 🚀🎉":["Bienvenido a Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":["Esto redireccionará todo, incluyendo las páginas de inicio de sesión. Por favor, asegúrate de que quieres hacer esto."],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":["Para evitar una expresión regular ambiciosa, puedes utilizar un {{code}}^{{/code}} para anclarla al inicio de la URL. Por ejemplo: {{code}}%(ejemplo)s{{/code}}."],"Remember to enable the \"regex\" checkbox if this is a regular expression.":["Recuerda activar la casilla de verificación \"regex\" si se trata de una expresión regular."],"The source URL should probably start with a {{code}}/{{/code}}":["La URL de origen probablemente debería comenzar con un {{code}}/{{/code}}."],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":["Esto se convertirá en una redirección de servidor para el dominio {{code}}%(server)s{{{/code}}}."],"Anchor values are not sent to the server and cannot be redirected.":["Los valores de anclaje no se envían al servidor y no pueden ser redirigidos."],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":["{{code}}%(status)d{{/code}} a {{code}}%(target)s{{/code}}"],"Finished! 🎉":["¡Terminado! 🎉"],"Progress: %(complete)d$":["Progreso: %(complete)d$"],"Leaving before the process has completed may cause problems.":["Salir antes de que el proceso haya terminado puede causar problemas."],"Setting up Redirection":["Configurando Redirection"],"Upgrading Redirection":["Actualizando Redirection"],"Please remain on this page until complete.":["Por favor, permanece en esta página hasta que se complete."],"If you want to {{support}}ask for support{{/support}} please include these details:":["Si quieres {{support}}solicitar ayuda{{/support}}por favor, incluye estos detalles:"],"Stop upgrade":["Parar actualización"],"Skip this stage":["Saltarse esta etapa"],"Try again":["Intentarlo de nuevo"],"Database problem":["Problema en la base de datos"],"Please enable JavaScript":["Por favor, activa JavaScript"],"Please upgrade your database":["Por favor, actualiza tu base de datos"],"Upgrade Database":["Actualizar base de datos"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":["Por favor, completa tu <a href=\"%s\">configuración de Redirection</a> para activar el plugin."],"Your database does not need updating to %s.":["Tu base de datos no necesita actualizarse a %s."],"Failed to perform query \"%s\"":["Fallo al realizar la consulta \"%s\"."],"Table \"%s\" is missing":["La tabla \"%s\" no existe"],"Create basic data":["Crear datos básicos"],"Install Redirection tables":["Instalar tablas de Redirection"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["La URL del sitio y de inicio no son consistentes. Por favor, corrígelo en tu página de Ajustes > Generales: %1$1s no es igual a %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Por favor, no intentes redirigir todos tus 404s - no es una buena idea."],"Only the 404 page type is currently supported.":["De momento solo es compatible con el tipo 404 de página de error."],"Page Type":["Tipo de página"],"Enter IP addresses (one per line)":["Introduce direcciones IP (una por línea)"],"Describe the purpose of this redirect (optional)":["Describe la finalidad de esta redirección (opcional)"],"418 - I'm a teapot":["418 - Soy una tetera"],"403 - Forbidden":["403 - Prohibido"],"400 - Bad Request":["400 - Mala petición"],"304 - Not Modified":["304 - No modificada"],"303 - See Other":["303 - Ver otra"],"Do nothing (ignore)":["No hacer nada (ignorar)"],"Target URL when not matched (empty to ignore)":["URL de destino cuando no coinciden (vacío para ignorar)"],"Target URL when matched (empty to ignore)":["URL de destino cuando coinciden (vacío para ignorar)"],"Show All":["Mostrar todo"],"Delete all logs for these entries":["Borrar todos los registros de estas entradas"],"Delete all logs for this entry":["Borrar todos los registros de esta entrada"],"Delete Log Entries":["Borrar entradas del registro"],"Group by IP":["Agrupar por IP"],"Group by URL":["Agrupar por URL"],"No grouping":["Si agrupar"],"Ignore URL":["Ignorar URL"],"Block IP":["Bloquear IP"],"Redirect All":["Redirigir todo"],"Count":["Contador"],"URL and WordPress page type":["URL y tipo de página de WordPress"],"URL and IP":["URL e IP"],"Problem":["Problema"],"Good":["Bueno"],"Check":["Comprobar"],"Check Redirect":["Comprobar la redirección"],"Check redirect for: {{code}}%s{{/code}}":["Comprobar la redirección para: {{code}}%s{{/code}}"],"What does this mean?":["¿Qué significa esto?"],"Not using Redirection":["No uso la redirección"],"Using Redirection":["Usando la redirección"],"Found":["Encontrado"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} a {{code}}%(url)s{{/code}}"],"Expected":["Esperado"],"Error":["Error"],"Enter full URL, including http:// or https://":["Introduce la URL completa, incluyendo http:// o https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["A veces, tu navegador puede almacenar en caché una URL, lo que dificulta saber si está funcionando como se esperaba. Usa esto para verificar una URL para ver cómo está redirigiendo realmente."],"Redirect Tester":["Probar redirecciones"],"Target":["Destino"],"URL is not being redirected with Redirection":["La URL no está siendo redirigida por Redirection"],"URL is being redirected with Redirection":["La URL está siendo redirigida por Redirection"],"Unable to load details":["No se han podido cargar los detalles"],"Enter server URL to match against":["Escribe la URL del servidor que comprobar"],"Server":["Servidor"],"Enter role or capability value":["Escribe el valor de perfil o capacidad"],"Role":["Perfil"],"Match against this browser referrer text":["Comparar contra el texto de referencia de este navegador"],"Match against this browser user agent":["Comparar contra el agente usuario de este navegador"],"The relative URL you want to redirect from":["La URL relativa desde la que quieres redirigir"],"The target URL you want to redirect to if matched":["La URL de destino a la que quieres redirigir si coincide"],"(beta)":["(beta)"],"Force HTTPS":["Forzar HTTPS"],"GDPR / Privacy information":["Información de RGPD / Provacidad"],"Add New":["Añadir nueva"],"Please logout and login again.":["Cierra sesión y vuelve a entrar, por favor."],"URL and role/capability":["URL y perfil/capacidad"],"URL and server":["URL y servidor"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Si no puedes hacer que funcione nada entonces Redirection puede tener dificultades para comunicarse con tu servidor. Puedes intentar cambiar manualmente este ajuste:"],"Site and home protocol":["Protocolo de portada y el sitio"],"Site and home are consistent":["Portada y sitio son consistentes"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Date cuenta de que es tu responsabilidad pasar las cabeceras HTTP a PHP. Por favor, contacta con tu proveedor de alojamiento para obtener soporte sobre esto."],"Accept Language":["Aceptar idioma"],"Header value":["Valor de cabecera"],"Header name":["Nombre de cabecera"],"HTTP Header":["Cabecera HTTP"],"WordPress filter name":["Nombre del filtro WordPress"],"Filter Name":["Nombre del filtro"],"Cookie value":["Valor de la cookie"],"Cookie name":["Nombre de la cookie"],"Cookie":["Cookie"],"clearing your cache.":["vaciando tu caché."],"If you are using a caching system such as Cloudflare then please read this: ":["Si estás usando un sistema de caché como Cloudflare entonces, por favor, lee esto:"],"URL and HTTP header":["URL y cabecera HTTP"],"URL and custom filter":["URL y filtro personalizado"],"URL and cookie":["URL y cookie"],"404 deleted":["404 borrado"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["Cómo utiliza Redirection la REST API - no cambiar a no ser que sea necesario"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress devolvió un mensaje inesperado. Esto podría deberse a que tu REST API no funciona, o por otro plugin o tema."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Por favor, echa un vistazo al {{link}}estado del plugin{{/link}}. Podría ser capaz de identificar y resolver \"mágicamente\" el problema."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection no puede conectar con tu REST API{{/link}}. Si la has desactivado entonces necesitarás activarla."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Un software de seguridad podría estar bloqueando Redirection{{/link}}. Deberías configurarlo para permitir peticiones de la REST API."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Un software de caché{{/link}}, en particular Cloudflare, podría cachear lo que no debería. Prueba a borrar todas tus cachés."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Por favor, ¡desactiva temporalmente otros plugins!{{/link}} Esto arregla muchos problemas."],"None of the suggestions helped":["Ninguna de las sugerencias ha ayudado"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Por favor, consulta la <a href=\"https://redirection.me/support/problems/\">lista de problemas habituales</a>."],"Unable to load Redirection ☹️":["No se puede cargar Redirection ☹️"],"WordPress REST API is working at %s":["La REST API de WordPress está funcionando en %s"],"WordPress REST API":["REST API de WordPress"],"REST API is not working so routes not checked":["La REST API no está funcionando, así que las rutas no se comprueban"],"Redirection routes are working":["Las rutas de redirección están funcionando"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection no aparece en las rutas de tu REST API. ¿La has desactivado con un plugin?"],"Redirection routes":["Rutas de redirección"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["La REST API de tu WordPress está desactivada. Necesitarás activarla para que Redirection continúe funcionando"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Error de agente de usuario"],"Unknown Useragent":["Agente de usuario desconocido"],"Device":["Dispositivo"],"Operating System":["Sistema operativo"],"Browser":["Navegador"],"Engine":["Motor"],"Useragent":["Agente de usuario"],"Agent":["Agente"],"No IP logging":["Sin registro de IP"],"Full IP logging":["Registro completo de IP"],"Anonymize IP (mask last part)":["Anonimizar IP (enmascarar la última parte)"],"Monitor changes to %(type)s":["Monitorizar cambios de %(type)s"],"IP Logging":["Registro de IP"],"(select IP logging level)":["(seleccionar el nivel de registro de IP)"],"Geo Info":["Información de geolocalización"],"Agent Info":["Información de agente"],"Filter by IP":["Filtrar por IP"],"Referrer / User Agent":["Procedencia / Agente de usuario"],"Geo IP Error":["Error de geolocalización de IP"],"Something went wrong obtaining this information":["Algo ha ido mal obteniendo esta información"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Esta es una IP de una red privada. Significa que se encuentra dentro de una casa o red de empresa y no se puede mostrar más información."],"No details are known for this address.":["No se conoce ningún detalle para esta dirección."],"Geo IP":["Geolocalización de IP"],"City":["Ciudad"],"Area":["Área"],"Timezone":["Zona horaria"],"Geo Location":["Geolocalización"],"Powered by {{link}}redirect.li{{/link}}":["Funciona gracias a {{link}}redirect.li{{/link}}"],"Trash":["Papelera"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Ten en cuenta que Redirection requiere que la API REST de WordPress esté activada. Si la has desactivado, no podrás usar Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Puedes encontrar la documentación completa sobre el uso de Redirection en el sitio de soporte <a href=\"%s\" target=\"_blank\">redirection.me</a>."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["La documentación completa de Redirection está en {{site}}https://redirection.me{{/site}}. Si tienes algún problema, por favor revisa primero las {{faq}}FAQ{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Si quieres informar de un fallo, por favor lee la guía {{report}}Informando de fallos{{/report}}"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Si quieres enviar información y no quieres que se incluya en un repositorio público, envíala directamente por {{email}}correo electrónico{{/email}} - ¡incluye toda la información que puedas!"],"Never cache":["No cachear nunca"],"An hour":["Una hora"],"Redirect Cache":["Redireccionar caché"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Cuánto tiempo cachear URLs con redirección 301 (mediante la cabecera HTTP \"Expires\")"],"Are you sure you want to import from %s?":["¿Estás seguro de querer importar de %s?"],"Plugin Importers":["Importadores de plugins"],"The following redirect plugins were detected on your site and can be imported from.":["Se han detectado los siguientes plugins de redirección en tu sitio y se puede importar desde ellos."],"total = ":["total = "],"Import from %s":["Importar de %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection requiere WordPress v%1s, estás usando v%2s - por favor, actualiza tu WordPress"],"Default WordPress \"old slugs\"":["\"Viejos slugs\" por defecto de WordPress"],"Create associated redirect (added to end of URL)":["Crea una redirección asociada (añadida al final de la URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> no está definido. Esto normalmente significa que otro plugin está impidiendo que cargue Redirection. Por favor, desactiva todos los plugins e inténtalo de nuevo."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Si no funciona el botón mágico entonces deberías leer el error y ver si puedes arreglarlo manualmente, o sino seguir la sección 'Necesito ayuda' de abajo."],"⚡️ Magic fix ⚡️":["⚡️ Arreglo mágico ⚡️"],"Plugin Status":["Estado del plugin"],"Custom":["Personalizado"],"Mobile":["Móvil"],"Feed Readers":["Lectores de feeds"],"Libraries":["Bibliotecas"],"URL Monitor Changes":["Monitorizar el cambio de URL"],"Save changes to this group":["Guardar los cambios de este grupo"],"For example \"/amp\"":["Por ejemplo \"/amp\""],"URL Monitor":["Supervisar URL"],"Delete 404s":["Borrar 404s"],"Delete all from IP %s":["Borra todo de la IP %s"],"Delete all matching \"%s\"":["Borra todo lo que tenga \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["El servidor rechazó la petición por ser demasiado grande. Necesitarás cambiarla antes de continuar."],"Also check if your browser is able to load <code>redirection.js</code>:":["También comprueba si tu navegador puede cargar <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Si estás usando un plugin o servicio (CloudFlare, OVH, etc.) de caché de página entonces también puedes probar a vaciar la caché."],"Unable to load Redirection":["No ha sido posible cargar Redirection"],"Unable to create group":["No fue posible crear el grupo"],"Post monitor group is valid":["El grupo de monitoreo de entradas es válido"],"Post monitor group is invalid":["El grupo de monitoreo de entradas no es válido"],"Post monitor group":["Grupo de monitoreo de entradas"],"All redirects have a valid group":["Todas las redirecciones tienen un grupo válido"],"Redirects with invalid groups detected":["Detectadas redirecciones con grupos no válidos"],"Valid redirect group":["Grupo de redirección válido"],"Valid groups detected":["Detectados grupos válidos"],"No valid groups, so you will not be able to create any redirects":["No hay grupos válidos, así que no podrás crear redirecciones"],"Valid groups":["Grupos válidos"],"Database tables":["Tablas de la base de datos"],"The following tables are missing:":["Faltan las siguientes tablas:"],"All tables present":["Están presentes todas las tablas"],"Cached Redirection detected":["Detectada caché de Redirection"],"Please clear your browser cache and reload this page.":["Por favor, vacía la caché de tu navegador y recarga esta página"],"The data on this page has expired, please reload.":["Los datos de esta página han caducado, por favor, recarga."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress no ha devuelto una respuesta. Esto podría significar que ocurrió un error o que la petición se bloqueó. Por favor, revisa el error_log de tu servidor."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Tu servidor devolvió un error de 403 Prohibido, que podría indicar que se bloqueó la petición. ¿Estás usando un cortafuegos o un plugin de seguridad?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Incluye estos detalles en tu informe {strong}}junto con una descripción de lo que estabas haciendo{{/strong}}."],"If you think Redirection is at fault then create an issue.":["Si crees que es un fallo de Redirection entonces envía un aviso de problema."],"This may be caused by another plugin - look at your browser's error console for more details.":["Esto podría estar provocado por otro plugin - revisa la consola de errores de tu navegador para más detalles."],"Loading, please wait...":["Cargando, por favor espera…"],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}formato de archivo CSV{{/strong}}: {{code}}URL de origen, URL de destino{{/code}} - y puede añadirse opcionalmente {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 para no, 1 para sí)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["La redirección no está funcionando. Trata de vaciar la caché de tu navegador y recarga esta página."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Si eso no ayuda abre la consola de errores de tu navegador y crea un {{link}}aviso de problema nuevo{{/link}} con los detalles."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Si es un problema nuevo entonces, por favor, o {{strong}}crea un aviso de nuevo problema{{/strong}} o envía un {{strong}}correo electrónico{{/strong}}. Incluye una descripción de lo que estabas tratando de hacer y de los importantes detalles listados abajo. Por favor, incluye una captura de pantalla."],"Create Issue":["Crear aviso de problema"],"Email":["Correo electrónico"],"Important details":["Detalles importantes"],"Need help?":["¿Necesitas ayuda?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Por favor, date cuenta de que todo soporte se ofrece sobre la base del tiempo disponible y no está garantizado. No ofrezco soporte de pago."],"Pos":["Pos"],"410 - Gone":["410 - Desaparecido"],"Position":["Posición"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Se usa para generar automáticamente una URL si no se ofrece una URL. Utiliza las etiquetas especiales {{code}}$dec${{/code}} o {{code}}$hex${{/code}} para insertar un ID único insertado"],"Apache Module":["Módulo Apache"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Introduce la ruta completa y el nombre del archivo si quieres que Redirection actualice automáticamente tu {{code}}.htaccess{{/code}}."],"Import to group":["Importar a un grupo"],"Import a CSV, .htaccess, or JSON file.":["Importa un archivo CSV, .htaccess o JSON."],"Click 'Add File' or drag and drop here.":["Haz clic en 'Añadir archivo' o arrastra y suelta aquí."],"Add File":["Añadir archivo"],"File selected":["Archivo seleccionado"],"Importing":["Importando"],"Finished importing":["Importación finalizada"],"Total redirects imported:":["Total de redirecciones importadas:"],"Double-check the file is the correct format!":["¡Vuelve a comprobar que el archivo esté en el formato correcto!"],"OK":["Aceptar"],"Close":["Cerrar"],"All imports will be appended to the current database.":["Todas las importaciones se añadirán a la base de datos actual."],"Export":["Exportar"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Exporta a CSV, .htaccess de Apache, Nginx o JSON de Redirection (que contenga todas las redirecciones y grupos)."],"Everything":["Todo"],"WordPress redirects":["Redirecciones WordPress"],"Apache redirects":["Redirecciones Apache"],"Nginx redirects":["Redirecciones Nginx"],"CSV":["CSV"],"Apache .htaccess":[".htaccess de Apache"],"Nginx rewrite rules":["Reglas de rewrite de Nginx"],"Redirection JSON":["JSON de Redirection"],"View":["Ver"],"Import/Export":["Importar/Exportar"],"Logs":["Registros"],"404 errors":["Errores 404"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Por favor, menciona {{code}}%s{{/code}}, y explica lo que estabas haciendo en ese momento"],"I'd like to support some more.":["Me gustaría dar algo más de apoyo."],"Support 💰":["Apoyar 💰"],"Redirection saved":["Redirección guardada"],"Log deleted":["Registro borrado"],"Settings saved":["Ajustes guardados"],"Group saved":["Grupo guardado"],"Are you sure you want to delete this item?":["¿Estás seguro de querer borrar este elemento?","¿Estás seguro de querer borrar estos elementos?"],"pass":["pass"],"All groups":["Todos los grupos"],"301 - Moved Permanently":["301 - Movido permanentemente"],"302 - Found":["302 - Encontrado"],"307 - Temporary Redirect":["307 - Redirección temporal"],"308 - Permanent Redirect":["308 - Redirección permanente"],"401 - Unauthorized":["401 - No autorizado"],"404 - Not Found":["404 - No encontrado"],"Title":["Título"],"When matched":["Cuando coincide"],"with HTTP code":["con el código HTTP"],"Show advanced options":["Mostrar opciones avanzadas"],"Matched Target":["Objetivo coincidente"],"Unmatched Target":["Objetivo no coincidente"],"Saving...":["Guardando…"],"View notice":["Ver aviso"],"Invalid source URL":["URL de origen no válida"],"Invalid redirect action":["Acción de redirección no válida"],"Invalid redirect matcher":["Coincidencia de redirección no válida"],"Unable to add new redirect":["No ha sido posible añadir la nueva redirección"],"Something went wrong 🙁":["Algo fue mal 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Estaba tratando de hacer algo cuando ocurrió un fallo. Puede ser un problema temporal, y si lo intentas hacer de nuevo puede que funcione - ¡genial! "],"Log entries (%d max)":["Entradas del registro (máximo %d)"],"Search by IP":["Buscar por IP"],"Select bulk action":["Elegir acción en lote"],"Bulk Actions":["Acciones en lote"],"Apply":["Aplicar"],"First page":["Primera página"],"Prev page":["Página anterior"],"Current Page":["Página actual"],"of %(page)s":["de %(page)s"],"Next page":["Página siguiente"],"Last page":["Última página"],"%s item":["%s elemento","%s elementos"],"Select All":["Elegir todos"],"Sorry, something went wrong loading the data - please try again":["Lo siento, pero algo fue mal al cargar los datos - por favor, inténtalo de nuevo"],"No results":["No hay resultados"],"Delete the logs - are you sure?":["Borrar los registros - ¿estás seguro?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Una vez se borren tus registros actuales ya no estarán disponibles. Puedes configurar una programación de borrado desde las opciones de Redirection si quieres hacer esto automáticamente."],"Yes! Delete the logs":["¡Sí! Borra los registros"],"No! Don't delete the logs":["¡No! No borres los registros"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["¡Gracias por suscribirte! {{a}}Haz clic aquí{{/a}} si necesitas volver a tu suscripción."],"Newsletter":["Boletín"],"Want to keep up to date with changes to Redirection?":["¿Quieres estar al día de los cambios en Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Regístrate al pequeño boletín de Redirection - un boletín liviano sobre las nuevas funcionalidades y cambios en el plugin. Ideal si quieres probar los cambios de la versión beta antes de su lanzamiento."],"Your email address:":["Tu dirección de correo electrónico:"],"You've supported this plugin - thank you!":["Ya has apoyado a este plugin - ¡gracias!"],"You get useful software and I get to carry on making it better.":["Tienes un software útil y yo seguiré haciéndolo mejor."],"Forever":["Siempre"],"Delete the plugin - are you sure?":["Borrar el plugin - ¿estás seguro?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Al borrar el plugin se eliminarán todas tus redirecciones, registros y ajustes. Haz esto si estás seguro de que quieres borrar el plugin, o si quieres restablecer el plugin. "],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Una vez borres tus redirecciones dejarán de funcionar. Si parece que siguen funcionando entonces, por favor, vacía la caché de tu navegador."],"Yes! Delete the plugin":["¡Sí! Borrar el plugin"],"No! Don't delete the plugin":["¡No! No borrar el plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Gestiona todas tus redirecciones 301 y monitoriza tus errores 404"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection se puede usar gratis - ¡La vida es maravillosa y encantadora! Sin embargo, ha requerido una gran cantidad de tiempo y esfuerzo desarrollarlo y, si te ha sido útil, puedes ayudar a este desarrollo {{strong}}haciendo una pequeña donación{{/strong}}. "],"Redirection Support":["Soporte de Redirection"],"Support":["Soporte"],"404s":["404s"],"Log":["Registro"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Seleccionando esta opción borrara todas las redirecciones, todos los registros, y cualquier opción asociada con el plugin Redirection. Asegurese que es esto lo que desea hacer."],"Delete Redirection":["Borrar Redirection"],"Upload":["Subir"],"Import":["Importar"],"Update":["Actualizar"],"Auto-generate URL":["Auto generar URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Un token único que permite acceso de los lectores de feeds a los registros RSS de Redirection (déjalo en blanco para que se genere automáticamente)"],"RSS Token":["Token RSS"],"404 Logs":["Registros 404"],"(time to keep logs for)":["(tiempo que se mantendrán los registros)"],"Redirect Logs":["Registros de redirecciones"],"I'm a nice person and I have helped support the author of this plugin":["Soy una buena persona y he apoyado al autor de este plugin"],"Plugin Support":["Soporte del plugin"],"Options":["Opciones"],"Two months":["Dos meses"],"A month":["Un mes"],"A week":["Una semana"],"A day":["Un dia"],"No logs":["No hay logs"],"Delete All":["Borrar todo"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Utiliza grupos para organizar tus redirecciones. Los grupos se asignan a un módulo, lo cual afecta a cómo se realizan las redirecciones en ese grupo. Si no estás seguro entonces utiliza el módulo WordPress."],"Add Group":["Añadir grupo"],"Search":["Buscar"],"Groups":["Grupos"],"Save":["Guardar"],"Group":["Grupo"],"Match":["Coincidencia"],"Add new redirection":["Añadir nueva redirección"],"Cancel":["Cancelar"],"Download":["Descargar"],"Redirection":["Redirection"],"Settings":["Ajustes"],"Error (404)":["Error (404)"],"Pass-through":["Pasar directo"],"Redirect to random post":["Redirigir a entrada aleatoria"],"Redirect to URL":["Redirigir a URL"],"Invalid group when creating redirect":["Grupo no válido a la hora de crear la redirección"],"IP":["IP"],"Source URL":["URL de origen"],"Date":["Fecha"],"Add Redirect":["Añadir redirección"],"All modules":["Todos los módulos"],"View Redirects":["Ver redirecciones"],"Module":["Módulo"],"Redirects":["Redirecciones"],"Name":["Nombre"],"Filter":["Filtro"],"Reset hits":["Restablecer aciertos"],"Enable":["Activar"],"Disable":["Desactivar"],"Delete":["Eliminar"],"Edit":["Editar"],"Last Access":["Último acceso"],"Hits":["Hits"],"URL":["URL"],"Type":["Tipo"],"Modified Posts":["Entradas modificadas"],"Redirections":["Redirecciones"],"User Agent":["Agente usuario HTTP"],"URL and user agent":["URL y cliente de usuario (user agent)"],"Target URL":["URL de destino"],"URL only":["Sólo URL"],"Regex":["Expresión regular"],"Referrer":["Referente"],"URL and referrer":["URL y referente"],"Logged Out":["Desconectado"],"Logged In":["Conectado"],"URL and login status":["Estado de URL y conexión"]}
locale/json/redirection-fr_FR.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":["flou"],"focus":["focus"],"scroll":["défilement"],"Pass - as ignore, but also copies the query parameters to the target":["Passer - comme « ignorer », mais copie également les paramètres de requête sur la cible"],"Ignore - as exact, but ignores any query parameters not in your source":["Ignorer - comme « exact », mais ignore les paramètres de requête qui ne sont pas dans votre source"],"Exact - matches the query parameters exactly defined in your source, in any order":["Exact - correspond aux paramètres de requête exacts définis dans votre source, dans n’importe quel ordre"],"Default query matching":["Correspondance de requête par défaut"],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":["Ignorer les barres obliques (ex : {{code}}/article-fantastique/{{/code}} correspondra à {{code}}/article-fantastique{{/code}})"],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":["Correspondances non-sensibles à la casse (ex : {{code}}/Article-Fantastique{{/code}} correspondra à {{code}}/article-fantastique{{/code}})"],"Applies to all redirections unless you configure them otherwise.":["S’applique à toutes les redirections à moins que vous ne les configuriez autrement."],"Default URL settings":["Réglages d’URL par défaut"],"Ignore and pass all query parameters":["Ignorer et transmettre tous les paramètres de requête"],"Ignore all query parameters":["Ignorer tous les paramètres de requête"],"Exact match":["Correspondance exacte"],"Caching software (e.g Cloudflare)":["Logiciel de cache (ex : Cloudflare)"],"A security plugin (e.g Wordfence)":["Une extension de sécurité (ex : Wordfence)"],"No more options":["Plus aucune option"],"URL options":["Options d’URL"],"Query Parameters":["Paramètres de requête"],"Ignore & pass parameters to the target":["Ignorer et transmettre les paramètres à la cible"],"Ignore all parameters":["Ignorer tous les paramètres"],"Exact match all parameters in any order":["Faire correspondre exactement tous les paramètres dans n’importe quel ordre"],"Ignore Case":["Ignorer la casse"],"Ignore Slash":["Ignorer la barre oblique"],"Relative REST API":["API REST relative"],"Raw REST API":["API REST brute"],"Default REST API":["API REST par défaut"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":["Vous avez fini, maintenant vous pouvez rediriger ! Notez que ce qui précède n’est qu’un exemple. Vous pouvez maintenant saisir une redirection."],"(Example) The target URL is the new URL":["(Exemple) L’URL cible est la nouvelle URL."],"(Example) The source URL is your old or original URL":["(Exemple) L’URL source est votre ancienne URL ou votre URL d'origine."],"Disabled! Detected PHP %s, need PHP 5.4+":["Désactivé ! Version PHP détectée : %s - nécessite PHP 5.4 au minimum"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":["Veuillez faire une sauvegarde de vos données de redirection : {{download}}télécharger une sauvegarde{{/download}}."],"A database upgrade is in progress. Please continue to finish.":["Une mise à niveau de la base de données est en cours. Veuillez continuer pour la finir."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":["La base de données de Redirection doit être mise à jour - <a href=\"%1$1s\">cliquer pour mettre à jour</a>."],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":["Votre base de données actuelle est en version %(current)s, la dernière version est %(latest)s. Veuillez mettre à jour pour utiliser les nouvelles fonctionnalités."],"Redirection database needs updating":["La base de données de redirection doit être mise à jour"],"Update Required":["Mise à jour nécessaire"],"I need some support!":["J’ai besoin d’aide !"],"Finish Setup":["Terminer la configuration"],"Checking your REST API":["Vérification de votre API REST"],"Retry":["Réessayer"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":["Vous avez des URL différentes configurées dans votre page Réglages > Général, ce qui est le plus souvent un signe de mauvaise configuration et qui provoquera des problèmes avec l’API REST. Veuillez examiner vos réglages."],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":["Si vous rencontrez un problème, consultez la documentation de l’extension ou essayez de contacter votre hébergeur. Ce n’est généralement {{link}}pas un problème provoqué par Redirection{{/link}}."],"Some other plugin that blocks the REST API":["Une autre extension bloque l’API REST"],"A server firewall or other server configuration (e.g OVH)":["Un pare-feu de serveur ou une autre configuration de serveur (ex : OVH)"],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":["Redirection utilise {{link}}l’API REST WordPress{{/link}} pour communiquer avec WordPress. C’est activé et fonctionnel par défaut. Parfois, elle peut être bloquée par :"],"Go back":["Revenir en arrière"],"Continue Setup":["Continuer la configuration"],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":["Le stockage de l'adresse IP vous permet d’effectuer des actions de journalisation supplémentaires. Notez que vous devrez vous conformer aux lois locales en matière de collecte de données (le RGPD par exemple)."],"Store IP information for redirects and 404 errors.":["Stockez les informations IP pour les redirections et les erreurs 404."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":["Le stockage des journaux pour les redirections et les 404 vous permettra de voir ce qui se passe sur votre site. Cela augmente vos besoins en taille de base de données."],"Keep a log of all redirects and 404 errors.":["Gardez un journal de toutes les redirections et erreurs 404."],"{{link}}Read more about this.{{/link}}":["{{link}}En savoir plus à ce sujet.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":["Si vous modifiez le permalien dans une publication, Redirection peut automatiquement créer une redirection à votre place."],"Monitor permalink changes in WordPress posts and pages":["Surveillez les modifications de permaliens dans les publications WordPress"],"These are some options you may want to enable now. They can be changed at any time.":["Voici quelques options que vous voudriez peut-être activer. Elles peuvent être changées à tout moment."],"Basic Setup":["Configuration de base"],"Start Setup":["Démarrer la configuration"],"When ready please press the button to continue.":["Si tout est bon, veuillez appuyer sur le bouton pour continuer."],"First you will be asked a few questions, and then Redirection will set up your database.":["On vous posera d’abord quelques questions puis Redirection configurera votre base de données."],"What's next?":["Et après ?"],"Check a URL is being redirected":["Vérifie qu’une URL est bien redirigée"],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":["Une correspondance d’URL plus puissante avec notamment les {{regular}}expressions régulières{{/regular}} et {{other}}d’autres conditions{{/other}}"],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":["{{link}}Importez{{/link}} depuis .htaccess, CSV et plein d’autres extensions"],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":["{{link}}Surveillez les erreurs 404{{/link}}, obtenez des infirmations détaillées sur les visiteurs et corriger les problèmes"],"Some features you may find useful are":["Certaines fonctionnalités que vous pouvez trouver utiles sont"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":["Une documentation complète est disponible sur {{link}}le site de Redirection.{{/link}}"],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":["Une redirection simple consiste à définir une {{strong}}URL source{{/strong}} (l’ancienne URL) et une {{strong}}URL cible{{/strong}} (la nouvelle URL). Voici un exemple :"],"How do I use this plugin?":["Comment utiliser cette extension ?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":["Redirection est conçu pour être utilisé sur des sites comportant aussi bien une poignée que des milliers de redirections."],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":["Merci d’avoir installé et d’utiliser Redirection v%(version)s. Cette extension vous permettra de gérer vos redirections 301, de surveiller vos erreurs 404 et d’améliorer votre site sans aucune connaissance Apache ou Nginx."],"Welcome to Redirection 🚀🎉":["Bienvenue dans Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":["Cela va tout rediriger, y compris les pages de connexion. Assurez-vous de bien vouloir effectuer cette action."],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":["Pour éviter des expression régulières gourmandes, vous pouvez utiliser {{code}}^{{/code}} pour l’ancrer au début de l’URL. Par exemple : {{code}}%(example)s{{/code}}"],"Remember to enable the \"regex\" checkbox if this is a regular expression.":["N’oubliez pas de cocher la case « regex » si c’est une expression régulière."],"The source URL should probably start with a {{code}}/{{/code}}":["L’URL source devrait probablement commencer par un {{code}}/{{/code}}"],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":["Ce sera converti en redirection serveur pour le domaine {{code}}%(server)s{{/code}}."],"Anchor values are not sent to the server and cannot be redirected.":["Les valeurs avec des ancres ne sont pas envoyées au serveur et ne peuvent pas être redirigées."],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":["{{code}}%(status)d{{/code}} vers {{code}}%(target)s{{/code}}"],"Finished! 🎉":["Terminé ! 🎉"],"Progress: %(complete)d$":["Progression : %(achevé)d$"],"Leaving before the process has completed may cause problems.":["Partir avant la fin du processus peut causer des problèmes."],"Setting up Redirection":["Configuration de Redirection"],"Upgrading Redirection":["Mise à niveau de Redirection"],"Please remain on this page until complete.":["Veuillez rester sur cette page jusqu’à la fin."],"If you want to {{support}}ask for support{{/support}} please include these details:":["Si vous souhaitez {{support}}obtenir de l’aide{{/support}}, veuillez mentionner ces détails :"],"Stop upgrade":["Arrêter la mise à niveau"],"Skip this stage":["Passer cette étape"],"Try again":["Réessayer"],"Database problem":["Problème de base de données"],"Please enable JavaScript":["Veuillez activer JavaScript"],"Please upgrade your database":["Veuillez mettre à niveau votre base de données"],"Upgrade Database":["Mise à niveau de la base de données"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":["Veuillez terminer <a href=\"%s\">la configuration de Redirection</a> pour activer l’extension."],"Your database does not need updating to %s.":["Votre base de données n’a pas besoin d’être mise à niveau vers %s."],"Failed to perform query \"%s\"":["Échec de la requête « %s »"],"Table \"%s\" is missing":["La table « %s » est manquante"],"Create basic data":["Création des données de base"],"Install Redirection tables":["Installer les tables de Redirection"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["L’URL du site et de l’accueil (home) sont inconsistantes. Veuillez les corriger dans la page Réglages > Général : %1$1s n’est pas %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Veuillez ne pas essayer de rediriger toutes vos 404 - ce n’est pas une bonne chose à faire."],"Only the 404 page type is currently supported.":["Seul le type de page 404 est actuellement supporté."],"Page Type":["Type de page"],"Enter IP addresses (one per line)":["Saisissez les adresses IP (une par ligne)"],"Describe the purpose of this redirect (optional)":["Décrivez le but de cette redirection (facultatif)"],"418 - I'm a teapot":["418 - Je suis une théière"],"403 - Forbidden":["403 - Interdit"],"400 - Bad Request":["400 - mauvaise requête"],"304 - Not Modified":["304 - Non modifié"],"303 - See Other":["303 - Voir ailleurs"],"Do nothing (ignore)":["Ne rien faire (ignorer)"],"Target URL when not matched (empty to ignore)":["URL cible si aucune correspondance (laisser vide pour ignorer)"],"Target URL when matched (empty to ignore)":["URL cible si il y a une correspondance (laisser vide pour ignorer)"],"Show All":["Tout afficher"],"Delete all logs for these entries":["Supprimer les journaux pour ces entrées"],"Delete all logs for this entry":["Supprimer les journaux pour cet entrée"],"Delete Log Entries":["Supprimer les entrées du journal"],"Group by IP":["Grouper par IP"],"Group by URL":["Grouper par URL"],"No grouping":["Aucun regroupement"],"Ignore URL":["Ignorer l’URL"],"Block IP":["Bloquer l’IP"],"Redirect All":["Tout rediriger"],"Count":["Compter"],"URL and WordPress page type":["URL et type de page WordPress"],"URL and IP":["URL et IP"],"Problem":["Problème"],"Good":["Bon"],"Check":["Vérifier"],"Check Redirect":["Vérifier la redirection"],"Check redirect for: {{code}}%s{{/code}}":["Vérifier la redirection pour : {{code}}%s{{/code}}"],"What does this mean?":["Qu’est-ce que cela veut dire ?"],"Not using Redirection":["N’utilisant pas Redirection"],"Using Redirection":["Utilisant Redirection"],"Found":["Trouvé"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(code)d{{/code}} vers {{code}}%(url)s{{/code}}"],"Expected":["Attendu"],"Error":["Erreur"],"Enter full URL, including http:// or https://":["Saisissez l’URL complète, avec http:// ou https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Parfois votre navigateur peut mettre en cache une URL, ce qui rend les diagnostics difficiles. Utilisez cet outil pour vérifier qu’une URL est réellement redirigée."],"Redirect Tester":["Testeur de redirection"],"Target":["Cible"],"URL is not being redirected with Redirection":["L’URL n’est pas redirigée avec Redirection."],"URL is being redirected with Redirection":["L’URL est redirigée avec Redirection."],"Unable to load details":["Impossible de charger les détails"],"Enter server URL to match against":["Saisissez l’URL du serveur à comparer avec"],"Server":["Serveur"],"Enter role or capability value":["Saisissez la valeur de rôle ou de capacité"],"Role":["Rôle"],"Match against this browser referrer text":["Correspondance avec ce texte de référence du navigateur"],"Match against this browser user agent":["Correspondance avec cet agent utilisateur de navigateur"],"The relative URL you want to redirect from":["L’URL relative que vous voulez rediriger"],"The target URL you want to redirect to if matched":["L’URL cible vers laquelle vous voulez rediriger si elle a été trouvée."],"(beta)":["(bêta)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Forcer une redirection de HTTP vers HTTPS. Veuillez vous assurer que votre HTTPS fonctionne avant de l’activer."],"Force HTTPS":["Forcer HTTPS"],"GDPR / Privacy information":["RGPD/information de confidentialité"],"Add New":["Ajouter une redirection"],"Please logout and login again.":["Veuillez vous déconnecter puis vous connecter à nouveau."],"URL and role/capability":["URL et rôle/capacité"],"URL and server":["URL et serveur"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Si vous ne pouvez pas faire fonctionne quoi que ce soit alors l’extension Redirection doit rencontrer des difficultés à communiquer avec votre serveur. Vous pouvez essayer de modifier ces réglages manuellement :"],"Site and home protocol":["Protocole du site et de l’accueil"],"Site and home are consistent":["Le site et l’accueil sont cohérents"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Sachez qu’il est de votre responsabilité de passer les en-têtes HTTP en PHP. Veuillez contacter votre hébergeur pour obtenir de l’aide."],"Accept Language":["Accepter la langue"],"Header value":["Valeur de l’en-tête"],"Header name":["Nom de l’en-tête"],"HTTP Header":["En-tête HTTP"],"WordPress filter name":["Nom de filtre WordPress"],"Filter Name":["Nom du filtre"],"Cookie value":["Valeur du cookie"],"Cookie name":["Nom du cookie"],"Cookie":["Cookie"],"clearing your cache.":["vider votre cache."],"If you are using a caching system such as Cloudflare then please read this: ":["Si vous utilisez un système de cache comme Cloudflare, veuillez lire ceci : "],"URL and HTTP header":["URL et en-tête HTTP"],"URL and custom filter":["URL et filtre personnalisé"],"URL and cookie":["URL et cookie"],"404 deleted":["404 supprimée"],"REST API":["API REST"],"How Redirection uses the REST API - don't change unless necessary":["Comment Redirection utilise l’API REST - ne pas changer sauf si nécessaire"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress a renvoyé un message inattendu. Cela peut être causé par votre API REST non fonctionnelle, ou par une autre extension ou thème."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Jetez un œil à {{link}}l’état de l’extension{{/link}}. Ça pourrait identifier et corriger le problème."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}L’extension Redirection ne peut pas communiquer avec l’API REST{{/link}}. Si vous l’avez désactivée alors vous devriez l’activer à nouveau."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Un programme de sécurité peut bloquer Redirection{{/link}}. Veuillez le configurer pour qu’il autorise les requêtes de l’API REST."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Les logiciels de cache{{/link}}, comme Cloudflare en particulier, peuvent mettre en cache les mauvais éléments. Essayez de vider tous vos caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Veuillez temporairement désactiver les autres extensions !{{/link}} Ça pourrait résoudre beaucoup de problèmes."],"None of the suggestions helped":["Aucune de ces suggestions n’a aidé"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Veuillez lire la <a href=\"https://redirection.me/support/problems/\">liste de problèmes communs</a>."],"Unable to load Redirection ☹️":["Impossible de charger Redirection ☹️"],"WordPress REST API is working at %s":["L’API REST WordPress fonctionne à %s"],"WordPress REST API":["API REST WordPress"],"REST API is not working so routes not checked":["L’API REST ne fonctionne pas. Les routes n’ont pas été vérifiées."],"Redirection routes are working":["Les redirections fonctionnent"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection n’apparait pas dans vos routes de l’API REST. L’avez-vous désactivée avec une extension ?"],"Redirection routes":["Routes de redirection"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Votre API REST WordPress a été désactivée. Vous devez l’activer pour que Redirection continue de fonctionner."],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Erreur de l’agent utilisateur"],"Unknown Useragent":["Agent utilisateur inconnu"],"Device":["Appareil"],"Operating System":["Système d’exploitation"],"Browser":["Navigateur"],"Engine":["Moteur"],"Useragent":["Agent utilisateur"],"Agent":["Agent"],"No IP logging":["Aucune IP journalisée"],"Full IP logging":["Connexion avec IP complète"],"Anonymize IP (mask last part)":["Anonymiser l’IP (masquer la dernière partie)"],"Monitor changes to %(type)s":["Surveiller les modifications de(s) %(type)s"],"IP Logging":["Journalisation d’IP"],"(select IP logging level)":["(sélectionnez le niveau de journalisation des IP)"],"Geo Info":["Informations géographiques"],"Agent Info":["Informations sur l’agent"],"Filter by IP":["Filtrer par IP"],"Referrer / User Agent":["Référent / Agent utilisateur"],"Geo IP Error":["Erreur de l’IP géographique"],"Something went wrong obtaining this information":["Un problème est survenu lors de l’obtention de cette information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Cette IP provient d’un réseau privé. Elle fait partie du réseau d’un domicile ou d’une entreprise. Aucune autre information ne peut être affichée."],"No details are known for this address.":["Aucun détail n’est connu pour cette adresse."],"Geo IP":["IP géographique"],"City":["Ville"],"Area":["Zone"],"Timezone":["Fuseau horaire"],"Geo Location":["Emplacement géographique"],"Powered by {{link}}redirect.li{{/link}}":["Propulsé par {{link}}redirect.li{{/link}}"],"Trash":["Corbeille"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Veuillez noter que Redirection utilise l’API REST de WordPress. Si vous l’avez désactivée, vous ne serez pas en mesure d’utiliser Redirection."],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Vous pouvez trouver une documentation complète à propos de l’utilisation de Redirection sur le site de support <a href=\"%s\" target=\"_blank\">redirection.me</a>."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["La documentation complète de Redirection est disponible sur {{site}}https://redirection.me{{/site}}. En cas de problème, veuillez d’abord consulter la {{faq}}FAQ{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Si vous souhaitez signaler un bogue, veuillez lire le guide {{report}}Reporting Bugs {{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Si vous souhaitez soumettre des informations que vous ne voulez pas divulguer dans un dépôt public, envoyez-les directement via {{email}}e-mail{{/ email}} - en incluant autant d’informations que possible !"],"Never cache":["Jamais de cache"],"An hour":["Une heure"],"Redirect Cache":["Cache de redirection"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Combien de temps garder les URL redirigées en 301 dans le cache (via l’en-tête HTTP « Expires »)"],"Are you sure you want to import from %s?":["Confirmez-vous l’importation depuis %s ?"],"Plugin Importers":["Importeurs d’extensions"],"The following redirect plugins were detected on your site and can be imported from.":["Les extensions de redirection suivantes ont été détectées sur votre site et peuvent être importées."],"total = ":["total = "],"Import from %s":["Importer depuis %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection nécessite WordPress v%1$1s, vous utilisez v%2$2s - veuillez mettre à jour votre installation WordPress."],"Default WordPress \"old slugs\"":["« Anciens slugs » de WordPress par défaut"],"Create associated redirect (added to end of URL)":["Créer une redirection associée (ajoutée à la fin de l’URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> n’est pas défini. Cela signifie généralement qu’une autre extension bloque le chargement de Redirection. Veuillez désactiver toutes les extensions et réessayer."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Si le bouton magique ne fonctionne pas, veuillez lire l’erreur et voir si vous pouvez le réparer manuellement, sinon suivez la section « Besoin d’aide » ci-dessous."],"⚡️ Magic fix ⚡️":["⚡️ Correction magique ⚡️"],"Plugin Status":["Statut de l’extension"],"Custom":["Personnalisé"],"Mobile":["Mobile"],"Feed Readers":["Lecteurs de flux"],"Libraries":["Librairies"],"URL Monitor Changes":["Surveiller la modification des URL"],"Save changes to this group":["Enregistrer les modifications apportées à ce groupe"],"For example \"/amp\"":["Par exemple « /amp »"],"URL Monitor":["URL à surveiller"],"Delete 404s":["Supprimer les pages 404"],"Delete all from IP %s":["Tout supprimer depuis l’IP %s"],"Delete all matching \"%s\"":["Supprimer toutes les correspondances « %s »"],"Your server has rejected the request for being too big. You will need to change it to continue.":["Votre serveur a rejeté la requête car elle est volumineuse. Veuillez la modifier pour continuer."],"Also check if your browser is able to load <code>redirection.js</code>:":["Vérifiez également si votre navigateur est capable de charger <code>redirection.js</code> :"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Si vous utilisez une extension ou un service de mise en cache de pages (CloudFlare, OVH, etc.), vous pouvez également essayer de vider ce cache."],"Unable to load Redirection":["Impossible de charger Redirection"],"Unable to create group":["Impossible de créer un groupe"],"Post monitor group is valid":["Le groupe de surveillance d’articles est valide"],"Post monitor group is invalid":["Le groupe de surveillance d’articles est non valide"],"Post monitor group":["Groupe de surveillance d’article"],"All redirects have a valid group":["Toutes les redirections ont un groupe valide"],"Redirects with invalid groups detected":["Redirections avec des groupes non valides détectées"],"Valid redirect group":["Groupe de redirection valide"],"Valid groups detected":["Groupes valides détectés"],"No valid groups, so you will not be able to create any redirects":["Aucun groupe valide, vous ne pourrez pas créer de redirections."],"Valid groups":["Groupes valides"],"Database tables":["Tables de la base de données"],"The following tables are missing:":["Les tables suivantes sont manquantes :"],"All tables present":["Toutes les tables présentes"],"Cached Redirection detected":["Redirection en cache détectée"],"Please clear your browser cache and reload this page.":["Veuillez vider le cache de votre navigateur et recharger cette page."],"The data on this page has expired, please reload.":["Les données de cette page ont expiré, veuillez la recharger."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress n’a pas renvoyé de réponse. Cela peut signifier qu’une erreur est survenue ou que la requête a été bloquée. Veuillez consulter les error_log de votre serveur."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Votre serveur renvoie une erreur 403 Forbidden indiquant que la requête pourrait avoir été bloquée. Utilisez-vous un firewall ou une extension de sécurité ?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Incluez ces détails dans votre rapport {{strong}}avec une description de ce que vous {{/strong}}."],"If you think Redirection is at fault then create an issue.":["Si vous pensez que Redirection est en faute alors créez un rapport."],"This may be caused by another plugin - look at your browser's error console for more details.":["Cela peut être causé par une autre extension – regardez la console d’erreur de votre navigateur pour plus de détails."],"Loading, please wait...":["Veuillez patienter pendant le chargement…"],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}Fichier au format CSV{{/strong}} : {{code}}source URL, target URL{{/code}} – facultativement suivi par {{code}}regex, http code{{/code}} {{code}}regex{{/code}} – mettez 0 pour non, 1 pour oui."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["L’extension Redirection ne fonctionne pas. Essayez de nettoyer votre cache navigateur puis rechargez cette page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Si cela n’aide pas, ouvrez la console de votre navigateur et ouvrez un {{link}}nouveau ticket{{/link}} avec les détails."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Si cela est un nouveau problème veuillez soit {{strong}}créer un nouveau ticket{{/strong}}, soit l’envoyer par {{strong}}e-mail{{/strong}}. Mettez-y une description de ce que vous essayiez de faire et les détails importants listés ci-dessous. Veuillez inclure une capture d’écran."],"Create Issue":["Créer un rapport"],"Email":["E-mail"],"Important details":["Informations importantes"],"Need help?":["Besoin d’aide ?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Veuillez noter que tout support est fourni sur la base de mon temps libre et que cela n’est pas garanti. Je ne propose pas de support payant."],"Pos":["Pos"],"410 - Gone":["410 – Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Utilisé pour générer une URL si aucune URL n’est donnée. Utilisez les étiquettes spéciales {{code}}$dec${{/code}} ou {{code}}$hex${{/code}} pour insérer un identifiant unique déjà utilisé."],"Apache Module":["Module Apache"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Saisissez le chemin complet et le nom de fichier si vous souhaitez que Redirection mette à jour automatiquement votre {{code}}.htaccess{{/code}}."],"Import to group":["Importer dans le groupe"],"Import a CSV, .htaccess, or JSON file.":["Importer un fichier CSV, .htaccess ou JSON."],"Click 'Add File' or drag and drop here.":["Cliquer sur « ajouter un fichier » ou glisser-déposer ici."],"Add File":["Ajouter un fichier"],"File selected":["Fichier sélectionné"],"Importing":["Import"],"Finished importing":["Import terminé"],"Total redirects imported:":["Total des redirections importées :"],"Double-check the file is the correct format!":["Vérifiez à deux fois si le fichier et dans le bon format !"],"OK":["OK"],"Close":["Fermer"],"All imports will be appended to the current database.":["Tous les imports seront ajoutés à la base de données actuelle."],"Export":["Exporter"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Exporter en CSV, Apache .htaccess, Nginx, ou en fichier de redirection JSON (qui contiendra toutes les redirections et les groupes)."],"Everything":["Tout"],"WordPress redirects":["Redirections WordPress"],"Apache redirects":["Redirections Apache"],"Nginx redirects":["Redirections Nginx"],"CSV":["CSV"],"Apache .htaccess":[".htaccess Apache"],"Nginx rewrite rules":["Règles de réécriture Nginx"],"Redirection JSON":["Redirection JSON"],"View":["Visualiser"],"Log files can be exported from the log pages.":["Les fichier de journal peuvent être exportés depuis les pages du journal."],"Import/Export":["Import/export"],"Logs":["Journaux"],"404 errors":["Erreurs 404"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Veuillez mentionner {{code}}%s{{/code}}, et expliquer ce que vous faisiez à ce moment-là."],"I'd like to support some more.":["Je voudrais soutenir un peu plus."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection sauvegardée"],"Log deleted":["Journal supprimé"],"Settings saved":["Réglages sauvegardés"],"Group saved":["Groupe sauvegardé"],"Are you sure you want to delete this item?":["Confirmez-vous la suppression de cet élément ?","Confirmez-vous la suppression de ces éléments ?"],"pass":["Passer"],"All groups":["Tous les groupes"],"301 - Moved Permanently":["301 - déplacé de façon permanente"],"302 - Found":["302 – trouvé"],"307 - Temporary Redirect":["307 – Redirigé temporairement"],"308 - Permanent Redirect":["308 – Redirigé de façon permanente"],"401 - Unauthorized":["401 – Non-autorisé"],"404 - Not Found":["404 – Introuvable"],"Title":["Titre"],"When matched":["Quand cela correspond"],"with HTTP code":["avec code HTTP"],"Show advanced options":["Afficher les options avancées"],"Matched Target":["Cible correspondant"],"Unmatched Target":["Cible ne correspondant pas"],"Saving...":["Sauvegarde…"],"View notice":["Voir la notification"],"Invalid source URL":["URL source non-valide"],"Invalid redirect action":["Action de redirection non-valide"],"Invalid redirect matcher":["Correspondance de redirection non-valide"],"Unable to add new redirect":["Incapable de créer une nouvelle redirection"],"Something went wrong 🙁":["Quelque chose s’est mal passé 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["J’essayais de faire une chose et ça a mal tourné. C’est peut-être un problème temporaire et si vous essayez à nouveau, cela pourrait fonctionner, c’est génial !"],"Log entries (%d max)":["Entrées du journal (100 max.)"],"Search by IP":["Rechercher par IP"],"Select bulk action":["Sélectionner l’action groupée"],"Bulk Actions":["Actions groupées"],"Apply":["Appliquer"],"First page":["Première page"],"Prev page":["Page précédente"],"Current Page":["Page courante"],"of %(page)s":["de %(page)s"],"Next page":["Page suivante"],"Last page":["Dernière page"],"%s item":["%s élément","%s éléments"],"Select All":["Tout sélectionner"],"Sorry, something went wrong loading the data - please try again":["Désolé, quelque chose a échoué au chargement des données. Veuillez réessayer."],"No results":["Aucun résultat"],"Delete the logs - are you sure?":["Confirmez-vous la suppression des journaux ?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Une fois supprimés, vos journaux actuels ne seront plus disponibles. Vous pouvez définir une règle de suppression dans les options de l’extension Redirection si vous désirez procéder automatiquement."],"Yes! Delete the logs":["Oui ! Supprimer les journaux"],"No! Don't delete the logs":["Non ! Ne pas supprimer les journaux"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Merci pour votre abonnement ! {{a}}Cliquez ici{{/a}} si vous souhaitez revenir à votre abonnement."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Vous souhaitez être au courant des modifications apportées à Redirection ?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Inscrivez-vous à la minuscule newsletter de Redirection - une newsletter ponctuelle vous informe des nouvelles fonctionnalités et des modifications apportées à l’extension. La solution idéale si vous voulez tester les versions beta."],"Your email address:":["Votre adresse de messagerie :"],"You've supported this plugin - thank you!":["Vous avez apporté votre soutien à l’extension. Merci !"],"You get useful software and I get to carry on making it better.":["Vous avez une extension utile, et je peux continuer à l’améliorer."],"Forever":["Indéfiniment"],"Delete the plugin - are you sure?":["Confirmez-vous la suppression de cette extension ?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Supprimer cette extension retirera toutes vos redirections, journaux et réglages. Faites-le si vous souhaitez vraiment supprimer l’extension, ou si vous souhaitez la réinitialiser."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Une fois supprimées, vos redirections ne fonctionneront plus. Si elles continuent de fonctionner, veuillez vider votre cache navigateur."],"Yes! Delete the plugin":["Oui ! Supprimer l’extension"],"No! Don't delete the plugin":["Non ! Ne pas supprimer l’extension"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Gérez toutes vos redirections 301 et surveillez les erreurs 404."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection est utilisable gratuitement. La vie est belle ! Cependant, cette extension a nécessité beaucoup de travail et d’effort pour être développée. Donc si vous la trouvez utile, vous pouvez contribuer à son développement en {{strong}}faisant un petit don{{/strong}}."],"Redirection Support":["Support de Redirection"],"Support":["Support"],"404s":["404"],"Log":["Journaux"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Sélectionner cette option supprimera toutes les redirections, les journaux et toutes les options associées à l’extension Redirection. Soyez sûr que c’est ce que vous voulez !"],"Delete Redirection":["Supprimer la redirection"],"Upload":["Mettre en ligne"],"Import":["Importer"],"Update":["Mettre à jour"],"Auto-generate URL":["URL auto-générée "],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Un jeton unique permettant aux lecteurs de flux d’accéder au flux RSS des journaux de Redirection (laisser vide pour générer automatiquement)."],"RSS Token":["Jeton RSS "],"404 Logs":["Journaux des 404 "],"(time to keep logs for)":["(durée de conservation des journaux)"],"Redirect Logs":["Journaux des redirections "],"I'm a nice person and I have helped support the author of this plugin":["Je suis un type bien et j’ai aidé l’auteur de cette extension."],"Plugin Support":["Support de l’extension "],"Options":["Options"],"Two months":["Deux mois"],"A month":["Un mois"],"A week":["Une semaine"],"A day":["Un jour"],"No logs":["Aucun journal"],"Delete All":["Tout supprimer"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Utilisez les groupes pour organiser vos redirections. Les groupes sont assignés à un module qui affecte la manière dont les redirections dans ce groupe fonctionnent. Si vous n’êtes pas sûr/e, tenez-vous en au module de WordPress."],"Add Group":["Ajouter un groupe"],"Search":["Rechercher"],"Groups":["Groupes"],"Save":["Enregistrer"],"Group":["Groupe"],"Match":["Correspondant"],"Add new redirection":["Ajouter une nouvelle redirection"],"Cancel":["Annuler"],"Download":["Télécharger"],"Redirection":["Redirection"],"Settings":["Réglages"],"Error (404)":["Erreur (404)"],"Pass-through":["Outrepasser"],"Redirect to random post":["Rediriger vers un article aléatoire"],"Redirect to URL":["Redirection vers une URL"],"Invalid group when creating redirect":["Groupe non valide à la création d’une redirection"],"IP":["IP"],"Source URL":["URL source"],"Date":["Date"],"Add Redirect":["Ajouter une redirection"],"All modules":["Tous les modules"],"View Redirects":["Voir les redirections"],"Module":["Module"],"Redirects":["Redirections"],"Name":["Nom"],"Filter":["Filtre"],"Reset hits":["Réinitialiser les vues"],"Enable":["Activer"],"Disable":["Désactiver"],"Delete":["Supprimer"],"Edit":["Modifier"],"Last Access":["Dernier accès"],"Hits":["Vues"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Articles modifiés"],"Redirections":["Redirections"],"User Agent":["Agent utilisateur"],"URL and user agent":["URL et agent utilisateur"],"Target URL":["URL cible"],"URL only":["URL uniquement"],"Regex":["Regex"],"Referrer":["Référant"],"URL and referrer":["URL et référent"],"Logged Out":["Déconnecté"],"Logged In":["Connecté"],"URL and login status":["URL et état de connexion"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":[""],"Export 404":[""],"Export redirect":[""],"You need at least one GET/POST pair for the plugin to work.":[""],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":[""],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":[""],"Unable to update redirect":[""],"blur":["flou"],"focus":["focus"],"scroll":["défilement"],"Pass - as ignore, but also copies the query parameters to the target":["Passer - comme « ignorer », mais copie également les paramètres de requête sur la cible"],"Ignore - as exact, but ignores any query parameters not in your source":["Ignorer - comme « exact », mais ignore les paramètres de requête qui ne sont pas dans votre source"],"Exact - matches the query parameters exactly defined in your source, in any order":["Exact - correspond aux paramètres de requête exacts définis dans votre source, dans n’importe quel ordre"],"Default query matching":["Correspondance de requête par défaut"],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":["Ignorer les barres obliques (ex : {{code}}/article-fantastique/{{/code}} correspondra à {{code}}/article-fantastique{{/code}})"],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":["Correspondances non-sensibles à la casse (ex : {{code}}/Article-Fantastique{{/code}} correspondra à {{code}}/article-fantastique{{/code}})"],"Applies to all redirections unless you configure them otherwise.":["S’applique à toutes les redirections à moins que vous ne les configuriez autrement."],"Default URL settings":["Réglages d’URL par défaut"],"Ignore and pass all query parameters":["Ignorer et transmettre tous les paramètres de requête"],"Ignore all query parameters":["Ignorer tous les paramètres de requête"],"Exact match":["Correspondance exacte"],"Caching software (e.g Cloudflare)":["Logiciel de cache (ex : Cloudflare)"],"A security plugin (e.g Wordfence)":["Une extension de sécurité (ex : Wordfence)"],"No more options":["Plus aucune option"],"URL options":["Options d’URL"],"Query Parameters":["Paramètres de requête"],"Ignore & pass parameters to the target":["Ignorer et transmettre les paramètres à la cible"],"Ignore all parameters":["Ignorer tous les paramètres"],"Exact match all parameters in any order":["Faire correspondre exactement tous les paramètres dans n’importe quel ordre"],"Ignore Case":["Ignorer la casse"],"Ignore Slash":["Ignorer la barre oblique"],"Relative REST API":["API REST relative"],"Raw REST API":["API REST brute"],"Default REST API":["API REST par défaut"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":["Vous avez fini, maintenant vous pouvez rediriger ! Notez que ce qui précède n’est qu’un exemple. Vous pouvez maintenant saisir une redirection."],"(Example) The target URL is the new URL":["(Exemple) L’URL cible est la nouvelle URL."],"(Example) The source URL is your old or original URL":["(Exemple) L’URL source est votre ancienne URL ou votre URL d'origine."],"Disabled! Detected PHP %s, need PHP 5.4+":["Désactivé ! Version PHP détectée : %s - nécessite PHP 5.4 au minimum"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":["Veuillez faire une sauvegarde de vos données de redirection : {{download}}télécharger une sauvegarde{{/download}}."],"A database upgrade is in progress. Please continue to finish.":["Une mise à niveau de la base de données est en cours. Veuillez continuer pour la finir."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":["La base de données de Redirection doit être mise à jour - <a href=\"%1$1s\">cliquer pour mettre à jour</a>."],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":["Votre base de données actuelle est en version %(current)s, la dernière version est %(latest)s. Veuillez mettre à jour pour utiliser les nouvelles fonctionnalités."],"Redirection database needs updating":["La base de données de redirection doit être mise à jour"],"Update Required":["Mise à jour nécessaire"],"I need some support!":["J’ai besoin d’aide !"],"Finish Setup":["Terminer la configuration"],"Checking your REST API":["Vérification de votre API REST"],"Retry":["Réessayer"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":["Vous avez des URL différentes configurées dans votre page Réglages > Général, ce qui est le plus souvent un signe de mauvaise configuration et qui provoquera des problèmes avec l’API REST. Veuillez examiner vos réglages."],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":["Si vous rencontrez un problème, consultez la documentation de l’extension ou essayez de contacter votre hébergeur. Ce n’est généralement {{link}}pas un problème provoqué par Redirection{{/link}}."],"Some other plugin that blocks the REST API":["Une autre extension bloque l’API REST"],"A server firewall or other server configuration (e.g OVH)":["Un pare-feu de serveur ou une autre configuration de serveur (ex : OVH)"],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":["Redirection utilise {{link}}l’API REST WordPress{{/link}} pour communiquer avec WordPress. C’est activé et fonctionnel par défaut. Parfois, elle peut être bloquée par :"],"Go back":["Revenir en arrière"],"Continue Setup":["Continuer la configuration"],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":["Le stockage de l'adresse IP vous permet d’effectuer des actions de journalisation supplémentaires. Notez que vous devrez vous conformer aux lois locales en matière de collecte de données (le RGPD par exemple)."],"Store IP information for redirects and 404 errors.":["Stockez les informations IP pour les redirections et les erreurs 404."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":["Le stockage des journaux pour les redirections et les 404 vous permettra de voir ce qui se passe sur votre site. Cela augmente vos besoins en taille de base de données."],"Keep a log of all redirects and 404 errors.":["Gardez un journal de toutes les redirections et erreurs 404."],"{{link}}Read more about this.{{/link}}":["{{link}}En savoir plus à ce sujet.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":["Si vous modifiez le permalien dans une publication, Redirection peut automatiquement créer une redirection à votre place."],"Monitor permalink changes in WordPress posts and pages":["Surveillez les modifications de permaliens dans les publications WordPress"],"These are some options you may want to enable now. They can be changed at any time.":["Voici quelques options que vous voudriez peut-être activer. Elles peuvent être changées à tout moment."],"Basic Setup":["Configuration de base"],"Start Setup":["Démarrer la configuration"],"When ready please press the button to continue.":["Si tout est bon, veuillez appuyer sur le bouton pour continuer."],"First you will be asked a few questions, and then Redirection will set up your database.":["On vous posera d’abord quelques questions puis Redirection configurera votre base de données."],"What's next?":["Et après ?"],"Check a URL is being redirected":["Vérifie qu’une URL est bien redirigée"],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":["Une correspondance d’URL plus puissante avec notamment les {{regular}}expressions régulières{{/regular}} et {{other}}d’autres conditions{{/other}}"],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":["{{link}}Importez{{/link}} depuis .htaccess, CSV et plein d’autres extensions"],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":["{{link}}Surveillez les erreurs 404{{/link}}, obtenez des infirmations détaillées sur les visiteurs et corriger les problèmes"],"Some features you may find useful are":["Certaines fonctionnalités que vous pouvez trouver utiles sont"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":["Une documentation complète est disponible sur {{link}}le site de Redirection.{{/link}}"],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":["Une redirection simple consiste à définir une {{strong}}URL source{{/strong}} (l’ancienne URL) et une {{strong}}URL cible{{/strong}} (la nouvelle URL). Voici un exemple :"],"How do I use this plugin?":["Comment utiliser cette extension ?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":["Redirection est conçu pour être utilisé sur des sites comportant aussi bien une poignée que des milliers de redirections."],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":["Merci d’avoir installé et d’utiliser Redirection v%(version)s. Cette extension vous permettra de gérer vos redirections 301, de surveiller vos erreurs 404 et d’améliorer votre site sans aucune connaissance Apache ou Nginx."],"Welcome to Redirection 🚀🎉":["Bienvenue dans Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":["Cela va tout rediriger, y compris les pages de connexion. Assurez-vous de bien vouloir effectuer cette action."],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":["Pour éviter des expression régulières gourmandes, vous pouvez utiliser {{code}}^{{/code}} pour l’ancrer au début de l’URL. Par exemple : {{code}}%(example)s{{/code}}"],"Remember to enable the \"regex\" checkbox if this is a regular expression.":["N’oubliez pas de cocher la case « regex » si c’est une expression régulière."],"The source URL should probably start with a {{code}}/{{/code}}":["L’URL source devrait probablement commencer par un {{code}}/{{/code}}"],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":["Ce sera converti en redirection serveur pour le domaine {{code}}%(server)s{{/code}}."],"Anchor values are not sent to the server and cannot be redirected.":["Les valeurs avec des ancres ne sont pas envoyées au serveur et ne peuvent pas être redirigées."],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":["{{code}}%(status)d{{/code}} vers {{code}}%(target)s{{/code}}"],"Finished! 🎉":["Terminé ! 🎉"],"Progress: %(complete)d$":["Progression : %(achevé)d$"],"Leaving before the process has completed may cause problems.":["Partir avant la fin du processus peut causer des problèmes."],"Setting up Redirection":["Configuration de Redirection"],"Upgrading Redirection":["Mise à niveau de Redirection"],"Please remain on this page until complete.":["Veuillez rester sur cette page jusqu’à la fin."],"If you want to {{support}}ask for support{{/support}} please include these details:":["Si vous souhaitez {{support}}obtenir de l’aide{{/support}}, veuillez mentionner ces détails :"],"Stop upgrade":["Arrêter la mise à niveau"],"Skip this stage":["Passer cette étape"],"Try again":["Réessayer"],"Database problem":["Problème de base de données"],"Please enable JavaScript":["Veuillez activer JavaScript"],"Please upgrade your database":["Veuillez mettre à niveau votre base de données"],"Upgrade Database":["Mise à niveau de la base de données"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":["Veuillez terminer <a href=\"%s\">la configuration de Redirection</a> pour activer l’extension."],"Your database does not need updating to %s.":["Votre base de données n’a pas besoin d’être mise à niveau vers %s."],"Failed to perform query \"%s\"":["Échec de la requête « %s »"],"Table \"%s\" is missing":["La table « %s » est manquante"],"Create basic data":["Création des données de base"],"Install Redirection tables":["Installer les tables de Redirection"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["L’URL du site et de l’accueil (home) sont inconsistantes. Veuillez les corriger dans la page Réglages > Général : %1$1s n’est pas %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Veuillez ne pas essayer de rediriger toutes vos 404 - ce n’est pas une bonne chose à faire."],"Only the 404 page type is currently supported.":["Seul le type de page 404 est actuellement supporté."],"Page Type":["Type de page"],"Enter IP addresses (one per line)":["Saisissez les adresses IP (une par ligne)"],"Describe the purpose of this redirect (optional)":["Décrivez le but de cette redirection (facultatif)"],"418 - I'm a teapot":["418 - Je suis une théière"],"403 - Forbidden":["403 - Interdit"],"400 - Bad Request":["400 - mauvaise requête"],"304 - Not Modified":["304 - Non modifié"],"303 - See Other":["303 - Voir ailleurs"],"Do nothing (ignore)":["Ne rien faire (ignorer)"],"Target URL when not matched (empty to ignore)":["URL cible si aucune correspondance (laisser vide pour ignorer)"],"Target URL when matched (empty to ignore)":["URL cible si il y a une correspondance (laisser vide pour ignorer)"],"Show All":["Tout afficher"],"Delete all logs for these entries":["Supprimer les journaux pour ces entrées"],"Delete all logs for this entry":["Supprimer les journaux pour cet entrée"],"Delete Log Entries":["Supprimer les entrées du journal"],"Group by IP":["Grouper par IP"],"Group by URL":["Grouper par URL"],"No grouping":["Aucun regroupement"],"Ignore URL":["Ignorer l’URL"],"Block IP":["Bloquer l’IP"],"Redirect All":["Tout rediriger"],"Count":["Compter"],"URL and WordPress page type":["URL et type de page WordPress"],"URL and IP":["URL et IP"],"Problem":["Problème"],"Good":["Bon"],"Check":["Vérifier"],"Check Redirect":["Vérifier la redirection"],"Check redirect for: {{code}}%s{{/code}}":["Vérifier la redirection pour : {{code}}%s{{/code}}"],"What does this mean?":["Qu’est-ce que cela veut dire ?"],"Not using Redirection":["N’utilisant pas Redirection"],"Using Redirection":["Utilisant Redirection"],"Found":["Trouvé"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(code)d{{/code}} vers {{code}}%(url)s{{/code}}"],"Expected":["Attendu"],"Error":["Erreur"],"Enter full URL, including http:// or https://":["Saisissez l’URL complète, avec http:// ou https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Parfois votre navigateur peut mettre en cache une URL, ce qui rend les diagnostics difficiles. Utilisez cet outil pour vérifier qu’une URL est réellement redirigée."],"Redirect Tester":["Testeur de redirection"],"Target":["Cible"],"URL is not being redirected with Redirection":["L’URL n’est pas redirigée avec Redirection."],"URL is being redirected with Redirection":["L’URL est redirigée avec Redirection."],"Unable to load details":["Impossible de charger les détails"],"Enter server URL to match against":["Saisissez l’URL du serveur à comparer avec"],"Server":["Serveur"],"Enter role or capability value":["Saisissez la valeur de rôle ou de capacité"],"Role":["Rôle"],"Match against this browser referrer text":["Correspondance avec ce texte de référence du navigateur"],"Match against this browser user agent":["Correspondance avec cet agent utilisateur de navigateur"],"The relative URL you want to redirect from":["L’URL relative que vous voulez rediriger"],"The target URL you want to redirect to if matched":["L’URL cible vers laquelle vous voulez rediriger si elle a été trouvée."],"(beta)":["(bêta)"],"Force HTTPS":["Forcer HTTPS"],"GDPR / Privacy information":["RGPD/information de confidentialité"],"Add New":["Ajouter une redirection"],"Please logout and login again.":["Veuillez vous déconnecter puis vous connecter à nouveau."],"URL and role/capability":["URL et rôle/capacité"],"URL and server":["URL et serveur"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Si vous ne pouvez pas faire fonctionne quoi que ce soit alors l’extension Redirection doit rencontrer des difficultés à communiquer avec votre serveur. Vous pouvez essayer de modifier ces réglages manuellement :"],"Site and home protocol":["Protocole du site et de l’accueil"],"Site and home are consistent":["Le site et l’accueil sont cohérents"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Sachez qu’il est de votre responsabilité de passer les en-têtes HTTP en PHP. Veuillez contacter votre hébergeur pour obtenir de l’aide."],"Accept Language":["Accepter la langue"],"Header value":["Valeur de l’en-tête"],"Header name":["Nom de l’en-tête"],"HTTP Header":["En-tête HTTP"],"WordPress filter name":["Nom de filtre WordPress"],"Filter Name":["Nom du filtre"],"Cookie value":["Valeur du cookie"],"Cookie name":["Nom du cookie"],"Cookie":["Cookie"],"clearing your cache.":["vider votre cache."],"If you are using a caching system such as Cloudflare then please read this: ":["Si vous utilisez un système de cache comme Cloudflare, veuillez lire ceci : "],"URL and HTTP header":["URL et en-tête HTTP"],"URL and custom filter":["URL et filtre personnalisé"],"URL and cookie":["URL et cookie"],"404 deleted":["404 supprimée"],"REST API":["API REST"],"How Redirection uses the REST API - don't change unless necessary":["Comment Redirection utilise l’API REST - ne pas changer sauf si nécessaire"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress a renvoyé un message inattendu. Cela peut être causé par votre API REST non fonctionnelle, ou par une autre extension ou thème."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Jetez un œil à {{link}}l’état de l’extension{{/link}}. Ça pourrait identifier et corriger le problème."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}L’extension Redirection ne peut pas communiquer avec l’API REST{{/link}}. Si vous l’avez désactivée alors vous devriez l’activer à nouveau."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Un programme de sécurité peut bloquer Redirection{{/link}}. Veuillez le configurer pour qu’il autorise les requêtes de l’API REST."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Les logiciels de cache{{/link}}, comme Cloudflare en particulier, peuvent mettre en cache les mauvais éléments. Essayez de vider tous vos caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Veuillez temporairement désactiver les autres extensions !{{/link}} Ça pourrait résoudre beaucoup de problèmes."],"None of the suggestions helped":["Aucune de ces suggestions n’a aidé"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Veuillez lire la <a href=\"https://redirection.me/support/problems/\">liste de problèmes communs</a>."],"Unable to load Redirection ☹️":["Impossible de charger Redirection ☹️"],"WordPress REST API is working at %s":["L’API REST WordPress fonctionne à %s"],"WordPress REST API":["API REST WordPress"],"REST API is not working so routes not checked":["L’API REST ne fonctionne pas. Les routes n’ont pas été vérifiées."],"Redirection routes are working":["Les redirections fonctionnent"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection n’apparait pas dans vos routes de l’API REST. L’avez-vous désactivée avec une extension ?"],"Redirection routes":["Routes de redirection"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Votre API REST WordPress a été désactivée. Vous devez l’activer pour que Redirection continue de fonctionner."],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Erreur de l’agent utilisateur"],"Unknown Useragent":["Agent utilisateur inconnu"],"Device":["Appareil"],"Operating System":["Système d’exploitation"],"Browser":["Navigateur"],"Engine":["Moteur"],"Useragent":["Agent utilisateur"],"Agent":["Agent"],"No IP logging":["Aucune IP journalisée"],"Full IP logging":["Connexion avec IP complète"],"Anonymize IP (mask last part)":["Anonymiser l’IP (masquer la dernière partie)"],"Monitor changes to %(type)s":["Surveiller les modifications de(s) %(type)s"],"IP Logging":["Journalisation d’IP"],"(select IP logging level)":["(sélectionnez le niveau de journalisation des IP)"],"Geo Info":["Informations géographiques"],"Agent Info":["Informations sur l’agent"],"Filter by IP":["Filtrer par IP"],"Referrer / User Agent":["Référent / Agent utilisateur"],"Geo IP Error":["Erreur de l’IP géographique"],"Something went wrong obtaining this information":["Un problème est survenu lors de l’obtention de cette information"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Cette IP provient d’un réseau privé. Elle fait partie du réseau d’un domicile ou d’une entreprise. Aucune autre information ne peut être affichée."],"No details are known for this address.":["Aucun détail n’est connu pour cette adresse."],"Geo IP":["IP géographique"],"City":["Ville"],"Area":["Zone"],"Timezone":["Fuseau horaire"],"Geo Location":["Emplacement géographique"],"Powered by {{link}}redirect.li{{/link}}":["Propulsé par {{link}}redirect.li{{/link}}"],"Trash":["Corbeille"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Veuillez noter que Redirection utilise l’API REST de WordPress. Si vous l’avez désactivée, vous ne serez pas en mesure d’utiliser Redirection."],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Vous pouvez trouver une documentation complète à propos de l’utilisation de Redirection sur le site de support <a href=\"%s\" target=\"_blank\">redirection.me</a>."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["La documentation complète de Redirection est disponible sur {{site}}https://redirection.me{{/site}}. En cas de problème, veuillez d’abord consulter la {{faq}}FAQ{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Si vous souhaitez signaler un bogue, veuillez lire le guide {{report}}Reporting Bugs {{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Si vous souhaitez soumettre des informations que vous ne voulez pas divulguer dans un dépôt public, envoyez-les directement via {{email}}e-mail{{/ email}} - en incluant autant d’informations que possible !"],"Never cache":["Jamais de cache"],"An hour":["Une heure"],"Redirect Cache":["Cache de redirection"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Combien de temps garder les URL redirigées en 301 dans le cache (via l’en-tête HTTP « Expires »)"],"Are you sure you want to import from %s?":["Confirmez-vous l’importation depuis %s ?"],"Plugin Importers":["Importeurs d’extensions"],"The following redirect plugins were detected on your site and can be imported from.":["Les extensions de redirection suivantes ont été détectées sur votre site et peuvent être importées."],"total = ":["total = "],"Import from %s":["Importer depuis %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection nécessite WordPress v%1$1s, vous utilisez v%2$2s - veuillez mettre à jour votre installation WordPress."],"Default WordPress \"old slugs\"":["« Anciens slugs » de WordPress par défaut"],"Create associated redirect (added to end of URL)":["Créer une redirection associée (ajoutée à la fin de l’URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> n’est pas défini. Cela signifie généralement qu’une autre extension bloque le chargement de Redirection. Veuillez désactiver toutes les extensions et réessayer."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Si le bouton magique ne fonctionne pas, veuillez lire l’erreur et voir si vous pouvez le réparer manuellement, sinon suivez la section « Besoin d’aide » ci-dessous."],"⚡️ Magic fix ⚡️":["⚡️ Correction magique ⚡️"],"Plugin Status":["Statut de l’extension"],"Custom":["Personnalisé"],"Mobile":["Mobile"],"Feed Readers":["Lecteurs de flux"],"Libraries":["Librairies"],"URL Monitor Changes":["Surveiller la modification des URL"],"Save changes to this group":["Enregistrer les modifications apportées à ce groupe"],"For example \"/amp\"":["Par exemple « /amp »"],"URL Monitor":["URL à surveiller"],"Delete 404s":["Supprimer les pages 404"],"Delete all from IP %s":["Tout supprimer depuis l’IP %s"],"Delete all matching \"%s\"":["Supprimer toutes les correspondances « %s »"],"Your server has rejected the request for being too big. You will need to change it to continue.":["Votre serveur a rejeté la requête car elle est volumineuse. Veuillez la modifier pour continuer."],"Also check if your browser is able to load <code>redirection.js</code>:":["Vérifiez également si votre navigateur est capable de charger <code>redirection.js</code> :"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Si vous utilisez une extension ou un service de mise en cache de pages (CloudFlare, OVH, etc.), vous pouvez également essayer de vider ce cache."],"Unable to load Redirection":["Impossible de charger Redirection"],"Unable to create group":["Impossible de créer un groupe"],"Post monitor group is valid":["Le groupe de surveillance d’articles est valide"],"Post monitor group is invalid":["Le groupe de surveillance d’articles est non valide"],"Post monitor group":["Groupe de surveillance d’article"],"All redirects have a valid group":["Toutes les redirections ont un groupe valide"],"Redirects with invalid groups detected":["Redirections avec des groupes non valides détectées"],"Valid redirect group":["Groupe de redirection valide"],"Valid groups detected":["Groupes valides détectés"],"No valid groups, so you will not be able to create any redirects":["Aucun groupe valide, vous ne pourrez pas créer de redirections."],"Valid groups":["Groupes valides"],"Database tables":["Tables de la base de données"],"The following tables are missing:":["Les tables suivantes sont manquantes :"],"All tables present":["Toutes les tables présentes"],"Cached Redirection detected":["Redirection en cache détectée"],"Please clear your browser cache and reload this page.":["Veuillez vider le cache de votre navigateur et recharger cette page."],"The data on this page has expired, please reload.":["Les données de cette page ont expiré, veuillez la recharger."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress n’a pas renvoyé de réponse. Cela peut signifier qu’une erreur est survenue ou que la requête a été bloquée. Veuillez consulter les error_log de votre serveur."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Votre serveur renvoie une erreur 403 Forbidden indiquant que la requête pourrait avoir été bloquée. Utilisez-vous un firewall ou une extension de sécurité ?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Incluez ces détails dans votre rapport {{strong}}avec une description de ce que vous {{/strong}}."],"If you think Redirection is at fault then create an issue.":["Si vous pensez que Redirection est en faute alors créez un rapport."],"This may be caused by another plugin - look at your browser's error console for more details.":["Cela peut être causé par une autre extension – regardez la console d’erreur de votre navigateur pour plus de détails."],"Loading, please wait...":["Veuillez patienter pendant le chargement…"],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}Fichier au format CSV{{/strong}} : {{code}}source URL, target URL{{/code}} – facultativement suivi par {{code}}regex, http code{{/code}} {{code}}regex{{/code}} – mettez 0 pour non, 1 pour oui."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["L’extension Redirection ne fonctionne pas. Essayez de nettoyer votre cache navigateur puis rechargez cette page."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Si cela n’aide pas, ouvrez la console de votre navigateur et ouvrez un {{link}}nouveau ticket{{/link}} avec les détails."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Si cela est un nouveau problème veuillez soit {{strong}}créer un nouveau ticket{{/strong}}, soit l’envoyer par {{strong}}e-mail{{/strong}}. Mettez-y une description de ce que vous essayiez de faire et les détails importants listés ci-dessous. Veuillez inclure une capture d’écran."],"Create Issue":["Créer un rapport"],"Email":["E-mail"],"Important details":["Informations importantes"],"Need help?":["Besoin d’aide ?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Veuillez noter que tout support est fourni sur la base de mon temps libre et que cela n’est pas garanti. Je ne propose pas de support payant."],"Pos":["Pos"],"410 - Gone":["410 – Gone"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Utilisé pour générer une URL si aucune URL n’est donnée. Utilisez les étiquettes spéciales {{code}}$dec${{/code}} ou {{code}}$hex${{/code}} pour insérer un identifiant unique déjà utilisé."],"Apache Module":["Module Apache"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Saisissez le chemin complet et le nom de fichier si vous souhaitez que Redirection mette à jour automatiquement votre {{code}}.htaccess{{/code}}."],"Import to group":["Importer dans le groupe"],"Import a CSV, .htaccess, or JSON file.":["Importer un fichier CSV, .htaccess ou JSON."],"Click 'Add File' or drag and drop here.":["Cliquer sur « ajouter un fichier » ou glisser-déposer ici."],"Add File":["Ajouter un fichier"],"File selected":["Fichier sélectionné"],"Importing":["Import"],"Finished importing":["Import terminé"],"Total redirects imported:":["Total des redirections importées :"],"Double-check the file is the correct format!":["Vérifiez à deux fois si le fichier et dans le bon format !"],"OK":["OK"],"Close":["Fermer"],"All imports will be appended to the current database.":["Tous les imports seront ajoutés à la base de données actuelle."],"Export":["Exporter"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Exporter en CSV, Apache .htaccess, Nginx, ou en fichier de redirection JSON (qui contiendra toutes les redirections et les groupes)."],"Everything":["Tout"],"WordPress redirects":["Redirections WordPress"],"Apache redirects":["Redirections Apache"],"Nginx redirects":["Redirections Nginx"],"CSV":["CSV"],"Apache .htaccess":[".htaccess Apache"],"Nginx rewrite rules":["Règles de réécriture Nginx"],"Redirection JSON":["Redirection JSON"],"View":["Visualiser"],"Import/Export":["Import/export"],"Logs":["Journaux"],"404 errors":["Erreurs 404"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Veuillez mentionner {{code}}%s{{/code}}, et expliquer ce que vous faisiez à ce moment-là."],"I'd like to support some more.":["Je voudrais soutenir un peu plus."],"Support 💰":["Support 💰"],"Redirection saved":["Redirection sauvegardée"],"Log deleted":["Journal supprimé"],"Settings saved":["Réglages sauvegardés"],"Group saved":["Groupe sauvegardé"],"Are you sure you want to delete this item?":["Confirmez-vous la suppression de cet élément ?","Confirmez-vous la suppression de ces éléments ?"],"pass":["Passer"],"All groups":["Tous les groupes"],"301 - Moved Permanently":["301 - déplacé de façon permanente"],"302 - Found":["302 – trouvé"],"307 - Temporary Redirect":["307 – Redirigé temporairement"],"308 - Permanent Redirect":["308 – Redirigé de façon permanente"],"401 - Unauthorized":["401 – Non-autorisé"],"404 - Not Found":["404 – Introuvable"],"Title":["Titre"],"When matched":["Quand cela correspond"],"with HTTP code":["avec code HTTP"],"Show advanced options":["Afficher les options avancées"],"Matched Target":["Cible correspondant"],"Unmatched Target":["Cible ne correspondant pas"],"Saving...":["Sauvegarde…"],"View notice":["Voir la notification"],"Invalid source URL":["URL source non-valide"],"Invalid redirect action":["Action de redirection non-valide"],"Invalid redirect matcher":["Correspondance de redirection non-valide"],"Unable to add new redirect":["Incapable de créer une nouvelle redirection"],"Something went wrong 🙁":["Quelque chose s’est mal passé 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["J’essayais de faire une chose et ça a mal tourné. C’est peut-être un problème temporaire et si vous essayez à nouveau, cela pourrait fonctionner, c’est génial !"],"Log entries (%d max)":["Entrées du journal (100 max.)"],"Search by IP":["Rechercher par IP"],"Select bulk action":["Sélectionner l’action groupée"],"Bulk Actions":["Actions groupées"],"Apply":["Appliquer"],"First page":["Première page"],"Prev page":["Page précédente"],"Current Page":["Page courante"],"of %(page)s":["de %(page)s"],"Next page":["Page suivante"],"Last page":["Dernière page"],"%s item":["%s élément","%s éléments"],"Select All":["Tout sélectionner"],"Sorry, something went wrong loading the data - please try again":["Désolé, quelque chose a échoué au chargement des données. Veuillez réessayer."],"No results":["Aucun résultat"],"Delete the logs - are you sure?":["Confirmez-vous la suppression des journaux ?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Une fois supprimés, vos journaux actuels ne seront plus disponibles. Vous pouvez définir une règle de suppression dans les options de l’extension Redirection si vous désirez procéder automatiquement."],"Yes! Delete the logs":["Oui ! Supprimer les journaux"],"No! Don't delete the logs":["Non ! Ne pas supprimer les journaux"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Merci pour votre abonnement ! {{a}}Cliquez ici{{/a}} si vous souhaitez revenir à votre abonnement."],"Newsletter":["Newsletter"],"Want to keep up to date with changes to Redirection?":["Vous souhaitez être au courant des modifications apportées à Redirection ?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Inscrivez-vous à la minuscule newsletter de Redirection - une newsletter ponctuelle vous informe des nouvelles fonctionnalités et des modifications apportées à l’extension. La solution idéale si vous voulez tester les versions beta."],"Your email address:":["Votre adresse de messagerie :"],"You've supported this plugin - thank you!":["Vous avez apporté votre soutien à l’extension. Merci !"],"You get useful software and I get to carry on making it better.":["Vous avez une extension utile, et je peux continuer à l’améliorer."],"Forever":["Indéfiniment"],"Delete the plugin - are you sure?":["Confirmez-vous la suppression de cette extension ?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Supprimer cette extension retirera toutes vos redirections, journaux et réglages. Faites-le si vous souhaitez vraiment supprimer l’extension, ou si vous souhaitez la réinitialiser."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Une fois supprimées, vos redirections ne fonctionneront plus. Si elles continuent de fonctionner, veuillez vider votre cache navigateur."],"Yes! Delete the plugin":["Oui ! Supprimer l’extension"],"No! Don't delete the plugin":["Non ! Ne pas supprimer l’extension"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Gérez toutes vos redirections 301 et surveillez les erreurs 404."],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection est utilisable gratuitement. La vie est belle ! Cependant, cette extension a nécessité beaucoup de travail et d’effort pour être développée. Donc si vous la trouvez utile, vous pouvez contribuer à son développement en {{strong}}faisant un petit don{{/strong}}."],"Redirection Support":["Support de Redirection"],"Support":["Support"],"404s":["404"],"Log":["Journaux"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Sélectionner cette option supprimera toutes les redirections, les journaux et toutes les options associées à l’extension Redirection. Soyez sûr que c’est ce que vous voulez !"],"Delete Redirection":["Supprimer la redirection"],"Upload":["Mettre en ligne"],"Import":["Importer"],"Update":["Mettre à jour"],"Auto-generate URL":["URL auto-générée "],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Un jeton unique permettant aux lecteurs de flux d’accéder au flux RSS des journaux de Redirection (laisser vide pour générer automatiquement)."],"RSS Token":["Jeton RSS "],"404 Logs":["Journaux des 404 "],"(time to keep logs for)":["(durée de conservation des journaux)"],"Redirect Logs":["Journaux des redirections "],"I'm a nice person and I have helped support the author of this plugin":["Je suis un type bien et j’ai aidé l’auteur de cette extension."],"Plugin Support":["Support de l’extension "],"Options":["Options"],"Two months":["Deux mois"],"A month":["Un mois"],"A week":["Une semaine"],"A day":["Un jour"],"No logs":["Aucun journal"],"Delete All":["Tout supprimer"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Utilisez les groupes pour organiser vos redirections. Les groupes sont assignés à un module qui affecte la manière dont les redirections dans ce groupe fonctionnent. Si vous n’êtes pas sûr/e, tenez-vous en au module de WordPress."],"Add Group":["Ajouter un groupe"],"Search":["Rechercher"],"Groups":["Groupes"],"Save":["Enregistrer"],"Group":["Groupe"],"Match":["Correspondant"],"Add new redirection":["Ajouter une nouvelle redirection"],"Cancel":["Annuler"],"Download":["Télécharger"],"Redirection":["Redirection"],"Settings":["Réglages"],"Error (404)":["Erreur (404)"],"Pass-through":["Outrepasser"],"Redirect to random post":["Rediriger vers un article aléatoire"],"Redirect to URL":["Redirection vers une URL"],"Invalid group when creating redirect":["Groupe non valide à la création d’une redirection"],"IP":["IP"],"Source URL":["URL source"],"Date":["Date"],"Add Redirect":["Ajouter une redirection"],"All modules":["Tous les modules"],"View Redirects":["Voir les redirections"],"Module":["Module"],"Redirects":["Redirections"],"Name":["Nom"],"Filter":["Filtre"],"Reset hits":["Réinitialiser les vues"],"Enable":["Activer"],"Disable":["Désactiver"],"Delete":["Supprimer"],"Edit":["Modifier"],"Last Access":["Dernier accès"],"Hits":["Vues"],"URL":["URL"],"Type":["Type"],"Modified Posts":["Articles modifiés"],"Redirections":["Redirections"],"User Agent":["Agent utilisateur"],"URL and user agent":["URL et agent utilisateur"],"Target URL":["URL cible"],"URL only":["URL uniquement"],"Regex":["Regex"],"Referrer":["Référant"],"URL and referrer":["URL et référent"],"Logged Out":["Déconnecté"],"Logged In":["Connecté"],"URL and login status":["URL et état de connexion"]}
locale/json/redirection-ja.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":[""],"Please do not try and redirect all your 404s - this is not a good thing to do.":[""],"Only the 404 page type is currently supported.":[""],"Page Type":[""],"Enter IP addresses (one per line)":[""],"Describe the purpose of this redirect (optional)":[""],"418 - I'm a teapot":[""],"403 - Forbidden":[""],"400 - Bad Request":[""],"304 - Not Modified":[""],"303 - See Other":[""],"Do nothing (ignore)":[""],"Target URL when not matched (empty to ignore)":[""],"Target URL when matched (empty to ignore)":[""],"Show All":[""],"Delete all logs for these entries":[""],"Delete all logs for this entry":[""],"Delete Log Entries":[""],"Group by IP":[""],"Group by URL":[""],"No grouping":[""],"Ignore URL":[""],"Block IP":[""],"Redirect All":[""],"Count":[""],"URL and WordPress page type":[""],"URL and IP":[""],"Problem":[""],"Good":[""],"Check":[""],"Check Redirect":[""],"Check redirect for: {{code}}%s{{/code}}":[""],"What does this mean?":[""],"Not using Redirection":[""],"Using Redirection":[""],"Found":[""],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":[""],"Expected":[""],"Error":["エラー"],"Enter full URL, including http:// or https://":["http:// や https:// を含めた完全な URL を入力してください"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["ブラウザーが URL をキャッシュすることがあり、想定どおりに動作しているか確認が難しい場合があります。きちんとリダイレクトが機能しているかチェックするにはこちらを利用してください。"],"Redirect Tester":["リダイレクトテスター"],"Target":["ターゲット"],"URL is not being redirected with Redirection":["URL は Redirection によってリダイレクトされません"],"URL is being redirected with Redirection":["URL は Redirection によってリダイレクトされます"],"Unable to load details":["詳細のロードに失敗しました"],"Enter server URL to match against":["一致するサーバーの URL を入力"],"Server":["サーバー"],"Enter role or capability value":["権限グループまたは権限の値を入力"],"Role":["権限グループ"],"Match against this browser referrer text":["このブラウザーリファラーテキストと一致"],"Match against this browser user agent":["このブラウザーユーザーエージェントに一致"],"The relative URL you want to redirect from":["リダイレクト元となる相対 URL"],"The target URL you want to redirect to if matched":["一致した場合にリダイレクトさせたいターゲット URL"],"(beta)":["(ベータ)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["HTTP から HTTPS へのリダイレクトを矯正します。有効化前にはで正しくサイトが HTTPS で動くことを確認してください。"],"Force HTTPS":["強制 HTTPS"],"GDPR / Privacy information":["GDPR / 個人情報"],"Add New":["新規追加"],"Please logout and login again.":["再度ログインし直してください。"],"URL and role/capability":["URL と権限グループ / 権限"],"URL and server":["URL とサーバー"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["動作が正常にできていない場合、 Redirection がサーバーと連携するのが困難な状態と考えられます。設定を手動で変更することが可能です :"],"Site and home protocol":["サイト URL とホーム URL のプロトコル"],"Site and home are consistent":["サイト URL とホーム URL は一致しています"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["HTTP ヘッダーを PHP に通せるかどうかはサーバーの設定によります。詳しくはお使いのホスティング会社にお問い合わせください。"],"Accept Language":["Accept Language"],"Header value":["ヘッダー値"],"Header name":["ヘッダー名"],"HTTP Header":["HTTP ヘッダー"],"WordPress filter name":["WordPress フィルター名"],"Filter Name":["フィルター名"],"Cookie value":["Cookie 値"],"Cookie name":["Cookie 名"],"Cookie":["Cookie"],"clearing your cache.":["キャッシュを削除"],"If you are using a caching system such as Cloudflare then please read this: ":["Cloudflare などのキャッシュシステムをお使いの場合こちらをお読みください :"],"URL and HTTP header":["URL と HTTP ヘッダー"],"URL and custom filter":["URL とカスタムフィルター"],"URL and cookie":["URL と Cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["Redirection の REST API の使い方 - 必要な場合以外は変更しないでください"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress が予期しないエラーを返却しました。これは REST API が動いていないか、他のプラグインやテーマによって起こされている可能性があります。"],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["{{link}}プラグインステータス{{/link}} をご覧ください。問題を特定でき、問題を修正できるかもしれません。"],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection は REST API との通信に失敗しました。{{/link}} もし無効化している場合、有効化する必要があります。"],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}セキュリティソフトが Redirectin をブロックしている可能性があります。{{/link}} REST API リクエストを許可するために設定を行う必要があります。"],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}キャッシュソフト{{/link}} 特に Cloudflare は間違ったキャッシュを行うことがあります。すべてのキャッシュをクリアしてみてください。"],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}一時的に他のプラグインを無効化してください。{{/link}} 多くの問題はこれで解決します。"],"None of the suggestions helped":["これらの提案では解決しませんでした"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["<a href=\"https://redirection.me/support/problems/\">よくある問題一覧</a> をご覧ください。"],"Unable to load Redirection ☹️":["Redirection のロードに失敗しました☹️"],"WordPress REST API is working at %s":["WordPress REST API は次の URL でアクセス可能です: %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API が動作していないためルートはチェックされません"],"Redirection routes are working":["Redirection ルートは正常に動作しています"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection が REST API ルート上にないようです。プラグインなどを使用して REST API を無効化しましたか ?"],"Redirection routes":["Redirection ルート"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["サイト上の WordPress REST API は無効化されています。Redirection の動作のためには再度有効化する必要があります。"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["ユーザーエージェントエラー"],"Unknown Useragent":["不明なユーザーエージェント"],"Device":["デバイス"],"Operating System":["オペレーティングシステム"],"Browser":["ブラウザー"],"Engine":["エンジン"],"Useragent":["ユーザーエージェント"],"Agent":["エージェント"],"No IP logging":["IP ロギングなし"],"Full IP logging":["フル IP ロギング"],"Anonymize IP (mask last part)":["匿名 IP (最後の部分をマスクする)"],"Monitor changes to %(type)s":["%(type)sの変更を監視"],"IP Logging":["IP ロギング"],"(select IP logging level)":["(IP のログレベルを選択)"],"Geo Info":["位置情報"],"Agent Info":["エージェントの情報"],"Filter by IP":["IP でフィルター"],"Referrer / User Agent":["リファラー / User Agent"],"Geo IP Error":["位置情報エラー"],"Something went wrong obtaining this information":["この情報の取得中に問題が発生しました。"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["これはプライベートネットワーク内からの IP です。家庭もしくは職場ネットワークからのアクセスであり、これ以上の情報を表示することはできません。"],"No details are known for this address.":["このアドレスには詳細がありません"],"Geo IP":["ジオ IP"],"City":["市区町村"],"Area":["エリア"],"Timezone":["タイムゾーン"],"Geo Location":["位置情報"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["ゴミ箱"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Redirection の使用には WordPress REST API が有効化されている必要があります。REST API が無効化されていると Redirection を使用することができません。"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Redirection プラグインの詳しい使い方については <a href=\"%s\" target=\"_blank\">redirection.me</a> サポートサイトをご覧ください。"],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Redirection の完全なドキュメントは {{site}}https://redirection.me{{/site}} で参照できます。問題がある場合はまず、{{faq}}FAQ{{/faq}} をチェックしてください。"],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["バグを報告したい場合、こちらの {{report}}バグ報告{{/report}} ガイドをお読みください。"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["公開されているリポジトリに投稿したくない情報を提示したいときは、その内容を可能な限りの詳細な情報を記した上で {{email}}メール{{/email}} を送ってください。"],"Never cache":["キャッシュしない"],"An hour":["1時間"],"Redirect Cache":["リダイレクトキャッシュ"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["301 URL リダイレクトをキャッシュする長さ (\"Expires\" HTTP ヘッダー)"],"Are you sure you want to import from %s?":["本当に %s からインポートしますか ?"],"Plugin Importers":["インポートプラグイン"],"The following redirect plugins were detected on your site and can be imported from.":["サイト上より今プラグインにインポートできる以下のリダイレクトプラグインが見つかりました。"],"total = ":["全数 ="],"Import from %s":["%s からインポート"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":[""],"Default WordPress \"old slugs\"":["初期設定の WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":[""],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":[""],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["マジック修正ボタンが効かない場合、エラーを読み自分で修正する必要があります。もしくは下の「助けが必要」セクションをお読みください。"],"⚡️ Magic fix ⚡️":["⚡️マジック修正⚡️"],"Plugin Status":["プラグインステータス"],"Custom":["カスタム"],"Mobile":["モバイル"],"Feed Readers":["フィード読者"],"Libraries":["ライブラリ"],"URL Monitor Changes":["変更を監視する URL"],"Save changes to this group":["このグループへの変更を保存"],"For example \"/amp\"":["例: \"/amp\""],"URL Monitor":["URL モニター"],"Delete 404s":["404を削除"],"Delete all from IP %s":["すべての IP %s からのものを削除"],"Delete all matching \"%s\"":["すべての \"%s\" に一致するものを削除"],"Your server has rejected the request for being too big. You will need to change it to continue.":["大きすぎるリクエストのためサーバーがリクエストを拒否しました。進めるには変更する必要があります。"],"Also check if your browser is able to load <code>redirection.js</code>:":["また <code>redirection.js</code> をお使いのブラウザがロードできるか確認してください :"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["CloudFlare, OVH などのキャッシュプラグイン・サービスを使用してページをキャッシュしている場合、キャッシュをクリアしてみてください。"],"Unable to load Redirection":["Redirection のロードに失敗しました"],"Unable to create group":["グループの作成に失敗しました"],"Post monitor group is valid":["投稿モニターグループは有効です"],"Post monitor group is invalid":["投稿モニターグループが無効です"],"Post monitor group":["投稿モニターグループ"],"All redirects have a valid group":["すべてのリダイレクトは有効なグループになっています"],"Redirects with invalid groups detected":["無効なグループのリダイレクトが検出されました"],"Valid redirect group":["有効なリダイレクトグループ"],"Valid groups detected":["有効なグループが検出されました"],"No valid groups, so you will not be able to create any redirects":["有効なグループがない場合、新規のリダイレクトを追加することはできません。"],"Valid groups":["有効なグループ"],"Database tables":["データベーステーブル"],"The following tables are missing:":["次のテーブルが不足しています:"],"All tables present":["すべてのテーブルが存在しています"],"Cached Redirection detected":["キャッシュされた Redirection が検知されました"],"Please clear your browser cache and reload this page.":["ブラウザーのキャッシュをクリアしてページを再読込してください。"],"The data on this page has expired, please reload.":["このページのデータが期限切れになりました。再読込してください。"],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress WordPress が応答しません。これはエラーが発生したかリクエストがブロックされたことを示しています。サーバーの error_log を確認してください。"],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["サーバーが 403 (閲覧禁止) エラーを返しました。これはリクエストがブロックされてしまった可能性があることを示しています。ファイアウォールやセキュリティプラグインを使用していますか?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":[""],"If you think Redirection is at fault then create an issue.":["もしこの原因が Redirection だと思うのであれば Issue を作成してください。"],"This may be caused by another plugin - look at your browser's error console for more details.":["この原因は他のプラグインが原因で起こっている可能性があります - 詳細を見るにはブラウザーの開発者ツールを使用してください。"],"Loading, please wait...":["ロード中です。お待ち下さい…"],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV ファイルフォーマット{{/strong}}: {{code}}ソース URL、 ターゲット URL{{/code}} - またこれらも使用可能です: {{code}}正規表現,、http コード{{/code}} ({{code}}正規表現{{/code}} - 0 = no, 1 = yes)"],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection が動きません。ブラウザーのキャッシュを削除しページを再読込してみてください。"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["もしこれが助けにならない場合、ブラウザーのコンソールを開き {{link}新しい\n issue{{/link}} を詳細とともに作成してください。"],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["もし未知の問題を発見したなら、{{strong}}issue を作成{{/strong}} するか {{strong}}メール{{/strong}} を送信してください。その際には何をしようとして発生したのかという説明や下に表示されている「重要な詳細」を含めてください。また、スクリーンショットもお願いします。"],"Create Issue":["Issue を作成"],"Email":["メール"],"Important details":["重要な詳細"],"Need help?":["ヘルプが必要ですか?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["サポートはあくまで時間があるときにのみ提供されることになり、必ず提供されると保証することは出来ないことに注意してください。また有料サポートは受け付けていません。"],"Pos":["Pos"],"410 - Gone":["410 - 消滅"],"Position":["配置"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["URL が指定されていない場合に URL を自動生成するために使用されます。{{code}}$dec${{/code}} もしくは {{code}}$hex${{/code}} のような特別なタグが一意の ID を作るために挿入されます。"],"Apache Module":["Apache モジュール"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["{{code}}.htaccess{{/code} を自動的にアップデートさせたい場合、完全なパスとファイルネームを入力してください。"],"Import to group":["グループにインポート"],"Import a CSV, .htaccess, or JSON file.":["CSV や .htaccess、JSON ファイルをインポート"],"Click 'Add File' or drag and drop here.":["「新規追加」をクリックしここにドラッグアンドドロップしてください。"],"Add File":["ファイルを追加"],"File selected":["選択されたファイル"],"Importing":["インポート中"],"Finished importing":["インポートが完了しました"],"Total redirects imported:":["インポートされたリダイレクト数: "],"Double-check the file is the correct format!":["ファイルが正しい形式かもう一度チェックしてください。"],"OK":["OK"],"Close":["閉じる"],"All imports will be appended to the current database.":["すべてのインポートは現在のデータベースに追加されます。"],"Export":["エクスポート"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["CSV, Apache .htaccess, Nginx, or Redirection JSON へエクスポート (すべての形式はすべてのリダイレクトとグループを含んでいます)"],"Everything":["すべて"],"WordPress redirects":["WordPress リダイレクト"],"Apache redirects":["Apache リダイレクト"],"Nginx redirects":["Nginx リダイレクト"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx のリライトルール"],"Redirection JSON":["Redirection JSON"],"View":["表示"],"Log files can be exported from the log pages.":["ログファイルはログページにてエクスポート出来ます。"],"Import/Export":["インポート / エクスポート"],"Logs":["ログ"],"404 errors":["404 エラー"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["{{code}}%s{{/code}} をメンションし、何をしたかの説明をお願いします"],"I'd like to support some more.":["もっとサポートがしたいです。"],"Support 💰":["サポート💰"],"Redirection saved":["リダイレクトが保存されました"],"Log deleted":["ログが削除されました"],"Settings saved":["設定が保存されました"],"Group saved":["グループが保存されました"],"Are you sure you want to delete this item?":[["本当に削除してもよろしいですか?"]],"pass":["パス"],"All groups":["すべてのグループ"],"301 - Moved Permanently":["301 - 恒久的に移動"],"302 - Found":["302 - 発見"],"307 - Temporary Redirect":["307 - 一時リダイレクト"],"308 - Permanent Redirect":["308 - 恒久リダイレクト"],"401 - Unauthorized":["401 - 認証が必要"],"404 - Not Found":["404 - 未検出"],"Title":["タイトル"],"When matched":["マッチした時"],"with HTTP code":["次の HTTP コードと共に"],"Show advanced options":["高度な設定を表示"],"Matched Target":["見つかったターゲット"],"Unmatched Target":["ターゲットが見つかりません"],"Saving...":["保存中…"],"View notice":["通知を見る"],"Invalid source URL":["不正な元 URL"],"Invalid redirect action":["不正なリダイレクトアクション"],"Invalid redirect matcher":["不正なリダイレクトマッチャー"],"Unable to add new redirect":["新しいリダイレクトの追加に失敗しました"],"Something went wrong 🙁":["問題が発生しました"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["何かをしようとして問題が発生しました。 それは一時的な問題である可能性があるので、再試行を試してみてください。"],"Log entries (%d max)":["ログ (最大 %d)"],"Search by IP":["IP による検索"],"Select bulk action":["一括操作を選択"],"Bulk Actions":["一括操作"],"Apply":["適応"],"First page":["最初のページ"],"Prev page":["前のページ"],"Current Page":["現在のページ"],"of %(page)s":["%(page)s"],"Next page":["次のページ"],"Last page":["最後のページ"],"%s item":[["%s 個のアイテム"]],"Select All":["すべて選択"],"Sorry, something went wrong loading the data - please try again":["データのロード中に問題が発生しました - もう一度お試しください"],"No results":["結果なし"],"Delete the logs - are you sure?":["本当にログを消去しますか ?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["ログを消去すると復元することは出来ません。もしこの操作を自動的に実行させたい場合、Redirection の設定から削除スケジュールを設定することが出来ます。"],"Yes! Delete the logs":["ログを消去する"],"No! Don't delete the logs":["ログを消去しない"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["登録ありがとうございます ! 登録へ戻る場合は {{a}}こちら{{/a}} をクリックしてください。"],"Newsletter":["ニュースレター"],"Want to keep up to date with changes to Redirection?":["リダイレクトの変更を最新の状態に保ちたいですか ?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":[""],"Your email address:":["メールアドレス: "],"You've supported this plugin - thank you!":["あなたは既にこのプラグインをサポート済みです - ありがとうございます !"],"You get useful software and I get to carry on making it better.":["あなたはいくつかの便利なソフトウェアを手に入れ、私はそれをより良くするために続けます。"],"Forever":["永久に"],"Delete the plugin - are you sure?":["本当にプラグインを削除しますか ?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["プラグインを消去するとすべてのリダイレクト、ログ、設定が削除されます。プラグインを消したい場合、もしくはプラグインをリセットしたい時にこれを実行してください。"],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["リダイレクトを削除するとリダイレクト機能は機能しなくなります。削除後でもまだ機能しているように見えるのならば、ブラウザーのキャッシュを削除してみてください。"],"Yes! Delete the plugin":["プラグインを消去する"],"No! Don't delete the plugin":["プラグインを消去しない"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["すべての 301 リダイレクトを管理し、404 エラーをモニター"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection プラグインは無料でお使いいただけます。しかし、開発にはかなりの時間と労力がかかっており、{{strong}}少額の寄付{{/strong}} でも開発を助けていただけると嬉しいです。"],"Redirection Support":["Redirection を応援する"],"Support":["サポート"],"404s":["404 エラー"],"Log":["ログ"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["個のオプションを選択すると、リディレクションプラグインに関するすべての転送ルール・ログ・設定を削除します。本当にこの操作を行って良いか、再度確認してください。"],"Delete Redirection":["転送ルールを削除"],"Upload":["アップロード"],"Import":["インポート"],"Update":["更新"],"Auto-generate URL":["URL を自動生成 "],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["リディレクションログ RSS にフィードリーダーからアクセスするための固有トークン (空白にしておけば自動生成します)"],"RSS Token":["RSS トークン"],"404 Logs":["404 ログ"],"(time to keep logs for)":["(ログの保存期間)"],"Redirect Logs":["転送ログ"],"I'm a nice person and I have helped support the author of this plugin":["このプラグインの作者に対する援助を行いました"],"Plugin Support":["プラグインサポート"],"Options":["設定"],"Two months":["2ヶ月"],"A month":["1ヶ月"],"A week":["1週間"],"A day":["1日"],"No logs":["ログなし"],"Delete All":["すべてを削除"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["グループを使って転送をグループ化しましょう。グループはモジュールに割り当てられ、グループ内の転送に影響します。はっきりわからない場合は WordPress モジュールのみを使ってください。"],"Add Group":["グループを追加"],"Search":["検索"],"Groups":["グループ"],"Save":["保存"],"Group":["グループ"],"Match":["一致条件"],"Add new redirection":["新しい転送ルールを追加"],"Cancel":["キャンセル"],"Download":["ダウンロード"],"Redirection":["Redirection"],"Settings":["設定"],"Error (404)":["エラー (404)"],"Pass-through":["通過"],"Redirect to random post":["ランダムな記事へ転送"],"Redirect to URL":["URL へ転送"],"Invalid group when creating redirect":["転送ルールを作成する際に無効なグループが指定されました"],"IP":["IP"],"Source URL":["ソース URL"],"Date":["日付"],"Add Redirect":["転送ルールを追加"],"All modules":["すべてのモジュール"],"View Redirects":["転送ルールを表示"],"Module":["モジュール"],"Redirects":["転送ルール"],"Name":["名称"],"Filter":["フィルター"],"Reset hits":["訪問数をリセット"],"Enable":["有効化"],"Disable":["無効化"],"Delete":["削除"],"Edit":["編集"],"Last Access":["前回のアクセス"],"Hits":["ヒット数"],"URL":["URL"],"Type":["タイプ"],"Modified Posts":["編集済みの投稿"],"Redirections":["転送ルール"],"User Agent":["ユーザーエージェント"],"URL and user agent":["URL およびユーザーエージェント"],"Target URL":["ターゲット URL"],"URL only":["URL のみ"],"Regex":["正規表現"],"Referrer":["リファラー"],"URL and referrer":["URL およびリファラー"],"Logged Out":["ログアウト中"],"Logged In":["ログイン中"],"URL and login status":["URL およびログイン状態"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":[""],"Export 404":[""],"Export redirect":[""],"You need at least one GET/POST pair for the plugin to work.":[""],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":[""],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":[""],"Unable to update redirect":[""],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":[""],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":[""],"URL options":[""],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":[""],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":[""],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":[""],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":[""],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":[""],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":[""],"Skip this stage":[""],"Try again":[""],"Database problem":[""],"Please enable JavaScript":[""],"Please upgrade your database":[""],"Upgrade Database":[""],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":[""],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":[""],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":[""],"Please do not try and redirect all your 404s - this is not a good thing to do.":[""],"Only the 404 page type is currently supported.":[""],"Page Type":[""],"Enter IP addresses (one per line)":[""],"Describe the purpose of this redirect (optional)":[""],"418 - I'm a teapot":[""],"403 - Forbidden":[""],"400 - Bad Request":[""],"304 - Not Modified":[""],"303 - See Other":[""],"Do nothing (ignore)":[""],"Target URL when not matched (empty to ignore)":[""],"Target URL when matched (empty to ignore)":[""],"Show All":[""],"Delete all logs for these entries":[""],"Delete all logs for this entry":[""],"Delete Log Entries":[""],"Group by IP":[""],"Group by URL":[""],"No grouping":[""],"Ignore URL":[""],"Block IP":[""],"Redirect All":[""],"Count":[""],"URL and WordPress page type":[""],"URL and IP":[""],"Problem":[""],"Good":[""],"Check":[""],"Check Redirect":[""],"Check redirect for: {{code}}%s{{/code}}":[""],"What does this mean?":[""],"Not using Redirection":[""],"Using Redirection":[""],"Found":[""],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":[""],"Expected":[""],"Error":["エラー"],"Enter full URL, including http:// or https://":["http:// や https:// を含めた完全な URL を入力してください"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["ブラウザーが URL をキャッシュすることがあり、想定どおりに動作しているか確認が難しい場合があります。きちんとリダイレクトが機能しているかチェックするにはこちらを利用してください。"],"Redirect Tester":["リダイレクトテスター"],"Target":["ターゲット"],"URL is not being redirected with Redirection":["URL は Redirection によってリダイレクトされません"],"URL is being redirected with Redirection":["URL は Redirection によってリダイレクトされます"],"Unable to load details":["詳細のロードに失敗しました"],"Enter server URL to match against":["一致するサーバーの URL を入力"],"Server":["サーバー"],"Enter role or capability value":["権限グループまたは権限の値を入力"],"Role":["権限グループ"],"Match against this browser referrer text":["このブラウザーリファラーテキストと一致"],"Match against this browser user agent":["このブラウザーユーザーエージェントに一致"],"The relative URL you want to redirect from":["リダイレクト元となる相対 URL"],"The target URL you want to redirect to if matched":["一致した場合にリダイレクトさせたいターゲット URL"],"(beta)":["(ベータ)"],"Force HTTPS":["強制 HTTPS"],"GDPR / Privacy information":["GDPR / 個人情報"],"Add New":["新規追加"],"Please logout and login again.":["再度ログインし直してください。"],"URL and role/capability":["URL と権限グループ / 権限"],"URL and server":["URL とサーバー"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["動作が正常にできていない場合、 Redirection がサーバーと連携するのが困難な状態と考えられます。設定を手動で変更することが可能です :"],"Site and home protocol":["サイト URL とホーム URL のプロトコル"],"Site and home are consistent":["サイト URL とホーム URL は一致しています"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["HTTP ヘッダーを PHP に通せるかどうかはサーバーの設定によります。詳しくはお使いのホスティング会社にお問い合わせください。"],"Accept Language":["Accept Language"],"Header value":["ヘッダー値"],"Header name":["ヘッダー名"],"HTTP Header":["HTTP ヘッダー"],"WordPress filter name":["WordPress フィルター名"],"Filter Name":["フィルター名"],"Cookie value":["Cookie 値"],"Cookie name":["Cookie 名"],"Cookie":["Cookie"],"clearing your cache.":["キャッシュを削除"],"If you are using a caching system such as Cloudflare then please read this: ":["Cloudflare などのキャッシュシステムをお使いの場合こちらをお読みください :"],"URL and HTTP header":["URL と HTTP ヘッダー"],"URL and custom filter":["URL とカスタムフィルター"],"URL and cookie":["URL と Cookie"],"404 deleted":["404 deleted"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["Redirection の REST API の使い方 - 必要な場合以外は変更しないでください"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress が予期しないエラーを返却しました。これは REST API が動いていないか、他のプラグインやテーマによって起こされている可能性があります。"],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["{{link}}プラグインステータス{{/link}} をご覧ください。問題を特定でき、問題を修正できるかもしれません。"],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection は REST API との通信に失敗しました。{{/link}} もし無効化している場合、有効化する必要があります。"],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}セキュリティソフトが Redirectin をブロックしている可能性があります。{{/link}} REST API リクエストを許可するために設定を行う必要があります。"],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}キャッシュソフト{{/link}} 特に Cloudflare は間違ったキャッシュを行うことがあります。すべてのキャッシュをクリアしてみてください。"],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}一時的に他のプラグインを無効化してください。{{/link}} 多くの問題はこれで解決します。"],"None of the suggestions helped":["これらの提案では解決しませんでした"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["<a href=\"https://redirection.me/support/problems/\">よくある問題一覧</a> をご覧ください。"],"Unable to load Redirection ☹️":["Redirection のロードに失敗しました☹️"],"WordPress REST API is working at %s":["WordPress REST API は次の URL でアクセス可能です: %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API が動作していないためルートはチェックされません"],"Redirection routes are working":["Redirection ルートは正常に動作しています"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection が REST API ルート上にないようです。プラグインなどを使用して REST API を無効化しましたか ?"],"Redirection routes":["Redirection ルート"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["サイト上の WordPress REST API は無効化されています。Redirection の動作のためには再度有効化する必要があります。"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["ユーザーエージェントエラー"],"Unknown Useragent":["不明なユーザーエージェント"],"Device":["デバイス"],"Operating System":["オペレーティングシステム"],"Browser":["ブラウザー"],"Engine":["エンジン"],"Useragent":["ユーザーエージェント"],"Agent":["エージェント"],"No IP logging":["IP ロギングなし"],"Full IP logging":["フル IP ロギング"],"Anonymize IP (mask last part)":["匿名 IP (最後の部分をマスクする)"],"Monitor changes to %(type)s":["%(type)sの変更を監視"],"IP Logging":["IP ロギング"],"(select IP logging level)":["(IP のログレベルを選択)"],"Geo Info":["位置情報"],"Agent Info":["エージェントの情報"],"Filter by IP":["IP でフィルター"],"Referrer / User Agent":["リファラー / User Agent"],"Geo IP Error":["位置情報エラー"],"Something went wrong obtaining this information":["この情報の取得中に問題が発生しました。"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["これはプライベートネットワーク内からの IP です。家庭もしくは職場ネットワークからのアクセスであり、これ以上の情報を表示することはできません。"],"No details are known for this address.":["このアドレスには詳細がありません"],"Geo IP":["ジオ IP"],"City":["市区町村"],"Area":["エリア"],"Timezone":["タイムゾーン"],"Geo Location":["位置情報"],"Powered by {{link}}redirect.li{{/link}}":["Powered by {{link}}redirect.li{{/link}}"],"Trash":["ゴミ箱"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Redirection の使用には WordPress REST API が有効化されている必要があります。REST API が無効化されていると Redirection を使用することができません。"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Redirection プラグインの詳しい使い方については <a href=\"%s\" target=\"_blank\">redirection.me</a> サポートサイトをご覧ください。"],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Redirection の完全なドキュメントは {{site}}https://redirection.me{{/site}} で参照できます。問題がある場合はまず、{{faq}}FAQ{{/faq}} をチェックしてください。"],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["バグを報告したい場合、こちらの {{report}}バグ報告{{/report}} ガイドをお読みください。"],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["公開されているリポジトリに投稿したくない情報を提示したいときは、その内容を可能な限りの詳細な情報を記した上で {{email}}メール{{/email}} を送ってください。"],"Never cache":["キャッシュしない"],"An hour":["1時間"],"Redirect Cache":["リダイレクトキャッシュ"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["301 URL リダイレクトをキャッシュする長さ (\"Expires\" HTTP ヘッダー)"],"Are you sure you want to import from %s?":["本当に %s からインポートしますか ?"],"Plugin Importers":["インポートプラグイン"],"The following redirect plugins were detected on your site and can be imported from.":["サイト上より今プラグインにインポートできる以下のリダイレクトプラグインが見つかりました。"],"total = ":["全数 ="],"Import from %s":["%s からインポート"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":[""],"Default WordPress \"old slugs\"":["初期設定の WordPress \"old slugs\""],"Create associated redirect (added to end of URL)":[""],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":[""],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["マジック修正ボタンが効かない場合、エラーを読み自分で修正する必要があります。もしくは下の「助けが必要」セクションをお読みください。"],"⚡️ Magic fix ⚡️":["⚡️マジック修正⚡️"],"Plugin Status":["プラグインステータス"],"Custom":["カスタム"],"Mobile":["モバイル"],"Feed Readers":["フィード読者"],"Libraries":["ライブラリ"],"URL Monitor Changes":["変更を監視する URL"],"Save changes to this group":["このグループへの変更を保存"],"For example \"/amp\"":["例: \"/amp\""],"URL Monitor":["URL モニター"],"Delete 404s":["404を削除"],"Delete all from IP %s":["すべての IP %s からのものを削除"],"Delete all matching \"%s\"":["すべての \"%s\" に一致するものを削除"],"Your server has rejected the request for being too big. You will need to change it to continue.":["大きすぎるリクエストのためサーバーがリクエストを拒否しました。進めるには変更する必要があります。"],"Also check if your browser is able to load <code>redirection.js</code>:":["また <code>redirection.js</code> をお使いのブラウザがロードできるか確認してください :"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["CloudFlare, OVH などのキャッシュプラグイン・サービスを使用してページをキャッシュしている場合、キャッシュをクリアしてみてください。"],"Unable to load Redirection":["Redirection のロードに失敗しました"],"Unable to create group":["グループの作成に失敗しました"],"Post monitor group is valid":["投稿モニターグループは有効です"],"Post monitor group is invalid":["投稿モニターグループが無効です"],"Post monitor group":["投稿モニターグループ"],"All redirects have a valid group":["すべてのリダイレクトは有効なグループになっています"],"Redirects with invalid groups detected":["無効なグループのリダイレクトが検出されました"],"Valid redirect group":["有効なリダイレクトグループ"],"Valid groups detected":["有効なグループが検出されました"],"No valid groups, so you will not be able to create any redirects":["有効なグループがない場合、新規のリダイレクトを追加することはできません。"],"Valid groups":["有効なグループ"],"Database tables":["データベーステーブル"],"The following tables are missing:":["次のテーブルが不足しています:"],"All tables present":["すべてのテーブルが存在しています"],"Cached Redirection detected":["キャッシュされた Redirection が検知されました"],"Please clear your browser cache and reload this page.":["ブラウザーのキャッシュをクリアしてページを再読込してください。"],"The data on this page has expired, please reload.":["このページのデータが期限切れになりました。再読込してください。"],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress WordPress が応答しません。これはエラーが発生したかリクエストがブロックされたことを示しています。サーバーの error_log を確認してください。"],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["サーバーが 403 (閲覧禁止) エラーを返しました。これはリクエストがブロックされてしまった可能性があることを示しています。ファイアウォールやセキュリティプラグインを使用していますか?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":[""],"If you think Redirection is at fault then create an issue.":["もしこの原因が Redirection だと思うのであれば Issue を作成してください。"],"This may be caused by another plugin - look at your browser's error console for more details.":["この原因は他のプラグインが原因で起こっている可能性があります - 詳細を見るにはブラウザーの開発者ツールを使用してください。"],"Loading, please wait...":["ロード中です。お待ち下さい…"],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV ファイルフォーマット{{/strong}}: {{code}}ソース URL、 ターゲット URL{{/code}} - またこれらも使用可能です: {{code}}正規表現,、http コード{{/code}} ({{code}}正規表現{{/code}} - 0 = no, 1 = yes)"],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection が動きません。ブラウザーのキャッシュを削除しページを再読込してみてください。"],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["もしこれが助けにならない場合、ブラウザーのコンソールを開き {{link}新しい\n issue{{/link}} を詳細とともに作成してください。"],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["もし未知の問題を発見したなら、{{strong}}issue を作成{{/strong}} するか {{strong}}メール{{/strong}} を送信してください。その際には何をしようとして発生したのかという説明や下に表示されている「重要な詳細」を含めてください。また、スクリーンショットもお願いします。"],"Create Issue":["Issue を作成"],"Email":["メール"],"Important details":["重要な詳細"],"Need help?":["ヘルプが必要ですか?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["サポートはあくまで時間があるときにのみ提供されることになり、必ず提供されると保証することは出来ないことに注意してください。また有料サポートは受け付けていません。"],"Pos":["Pos"],"410 - Gone":["410 - 消滅"],"Position":["配置"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["URL が指定されていない場合に URL を自動生成するために使用されます。{{code}}$dec${{/code}} もしくは {{code}}$hex${{/code}} のような特別なタグが一意の ID を作るために挿入されます。"],"Apache Module":["Apache モジュール"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["{{code}}.htaccess{{/code} を自動的にアップデートさせたい場合、完全なパスとファイルネームを入力してください。"],"Import to group":["グループにインポート"],"Import a CSV, .htaccess, or JSON file.":["CSV や .htaccess、JSON ファイルをインポート"],"Click 'Add File' or drag and drop here.":["「新規追加」をクリックしここにドラッグアンドドロップしてください。"],"Add File":["ファイルを追加"],"File selected":["選択されたファイル"],"Importing":["インポート中"],"Finished importing":["インポートが完了しました"],"Total redirects imported:":["インポートされたリダイレクト数: "],"Double-check the file is the correct format!":["ファイルが正しい形式かもう一度チェックしてください。"],"OK":["OK"],"Close":["閉じる"],"All imports will be appended to the current database.":["すべてのインポートは現在のデータベースに追加されます。"],"Export":["エクスポート"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["CSV, Apache .htaccess, Nginx, or Redirection JSON へエクスポート (すべての形式はすべてのリダイレクトとグループを含んでいます)"],"Everything":["すべて"],"WordPress redirects":["WordPress リダイレクト"],"Apache redirects":["Apache リダイレクト"],"Nginx redirects":["Nginx リダイレクト"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx のリライトルール"],"Redirection JSON":["Redirection JSON"],"View":["表示"],"Import/Export":["インポート / エクスポート"],"Logs":["ログ"],"404 errors":["404 エラー"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["{{code}}%s{{/code}} をメンションし、何をしたかの説明をお願いします"],"I'd like to support some more.":["もっとサポートがしたいです。"],"Support 💰":["サポート💰"],"Redirection saved":["リダイレクトが保存されました"],"Log deleted":["ログが削除されました"],"Settings saved":["設定が保存されました"],"Group saved":["グループが保存されました"],"Are you sure you want to delete this item?":[["本当に削除してもよろしいですか?"]],"pass":["パス"],"All groups":["すべてのグループ"],"301 - Moved Permanently":["301 - 恒久的に移動"],"302 - Found":["302 - 発見"],"307 - Temporary Redirect":["307 - 一時リダイレクト"],"308 - Permanent Redirect":["308 - 恒久リダイレクト"],"401 - Unauthorized":["401 - 認証が必要"],"404 - Not Found":["404 - 未検出"],"Title":["タイトル"],"When matched":["マッチした時"],"with HTTP code":["次の HTTP コードと共に"],"Show advanced options":["高度な設定を表示"],"Matched Target":["見つかったターゲット"],"Unmatched Target":["ターゲットが見つかりません"],"Saving...":["保存中…"],"View notice":["通知を見る"],"Invalid source URL":["不正な元 URL"],"Invalid redirect action":["不正なリダイレクトアクション"],"Invalid redirect matcher":["不正なリダイレクトマッチャー"],"Unable to add new redirect":["新しいリダイレクトの追加に失敗しました"],"Something went wrong 🙁":["問題が発生しました"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["何かをしようとして問題が発生しました。 それは一時的な問題である可能性があるので、再試行を試してみてください。"],"Log entries (%d max)":["ログ (最大 %d)"],"Search by IP":["IP による検索"],"Select bulk action":["一括操作を選択"],"Bulk Actions":["一括操作"],"Apply":["適応"],"First page":["最初のページ"],"Prev page":["前のページ"],"Current Page":["現在のページ"],"of %(page)s":["%(page)s"],"Next page":["次のページ"],"Last page":["最後のページ"],"%s item":[["%s 個のアイテム"]],"Select All":["すべて選択"],"Sorry, something went wrong loading the data - please try again":["データのロード中に問題が発生しました - もう一度お試しください"],"No results":["結果なし"],"Delete the logs - are you sure?":["本当にログを消去しますか ?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["ログを消去すると復元することは出来ません。もしこの操作を自動的に実行させたい場合、Redirection の設定から削除スケジュールを設定することが出来ます。"],"Yes! Delete the logs":["ログを消去する"],"No! Don't delete the logs":["ログを消去しない"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["登録ありがとうございます ! 登録へ戻る場合は {{a}}こちら{{/a}} をクリックしてください。"],"Newsletter":["ニュースレター"],"Want to keep up to date with changes to Redirection?":["リダイレクトの変更を最新の状態に保ちたいですか ?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":[""],"Your email address:":["メールアドレス: "],"You've supported this plugin - thank you!":["あなたは既にこのプラグインをサポート済みです - ありがとうございます !"],"You get useful software and I get to carry on making it better.":["あなたはいくつかの便利なソフトウェアを手に入れ、私はそれをより良くするために続けます。"],"Forever":["永久に"],"Delete the plugin - are you sure?":["本当にプラグインを削除しますか ?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["プラグインを消去するとすべてのリダイレクト、ログ、設定が削除されます。プラグインを消したい場合、もしくはプラグインをリセットしたい時にこれを実行してください。"],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["リダイレクトを削除するとリダイレクト機能は機能しなくなります。削除後でもまだ機能しているように見えるのならば、ブラウザーのキャッシュを削除してみてください。"],"Yes! Delete the plugin":["プラグインを消去する"],"No! Don't delete the plugin":["プラグインを消去しない"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["すべての 301 リダイレクトを管理し、404 エラーをモニター"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection プラグインは無料でお使いいただけます。しかし、開発にはかなりの時間と労力がかかっており、{{strong}}少額の寄付{{/strong}} でも開発を助けていただけると嬉しいです。"],"Redirection Support":["Redirection を応援する"],"Support":["サポート"],"404s":["404 エラー"],"Log":["ログ"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["個のオプションを選択すると、リディレクションプラグインに関するすべての転送ルール・ログ・設定を削除します。本当にこの操作を行って良いか、再度確認してください。"],"Delete Redirection":["転送ルールを削除"],"Upload":["アップロード"],"Import":["インポート"],"Update":["更新"],"Auto-generate URL":["URL を自動生成 "],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["リディレクションログ RSS にフィードリーダーからアクセスするための固有トークン (空白にしておけば自動生成します)"],"RSS Token":["RSS トークン"],"404 Logs":["404 ログ"],"(time to keep logs for)":["(ログの保存期間)"],"Redirect Logs":["転送ログ"],"I'm a nice person and I have helped support the author of this plugin":["このプラグインの作者に対する援助を行いました"],"Plugin Support":["プラグインサポート"],"Options":["設定"],"Two months":["2ヶ月"],"A month":["1ヶ月"],"A week":["1週間"],"A day":["1日"],"No logs":["ログなし"],"Delete All":["すべてを削除"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["グループを使って転送をグループ化しましょう。グループはモジュールに割り当てられ、グループ内の転送に影響します。はっきりわからない場合は WordPress モジュールのみを使ってください。"],"Add Group":["グループを追加"],"Search":["検索"],"Groups":["グループ"],"Save":["保存"],"Group":["グループ"],"Match":["一致条件"],"Add new redirection":["新しい転送ルールを追加"],"Cancel":["キャンセル"],"Download":["ダウンロード"],"Redirection":["Redirection"],"Settings":["設定"],"Error (404)":["エラー (404)"],"Pass-through":["通過"],"Redirect to random post":["ランダムな記事へ転送"],"Redirect to URL":["URL へ転送"],"Invalid group when creating redirect":["転送ルールを作成する際に無効なグループが指定されました"],"IP":["IP"],"Source URL":["ソース URL"],"Date":["日付"],"Add Redirect":["転送ルールを追加"],"All modules":["すべてのモジュール"],"View Redirects":["転送ルールを表示"],"Module":["モジュール"],"Redirects":["転送ルール"],"Name":["名称"],"Filter":["フィルター"],"Reset hits":["訪問数をリセット"],"Enable":["有効化"],"Disable":["無効化"],"Delete":["削除"],"Edit":["編集"],"Last Access":["前回のアクセス"],"Hits":["ヒット数"],"URL":["URL"],"Type":["タイプ"],"Modified Posts":["編集済みの投稿"],"Redirections":["転送ルール"],"User Agent":["ユーザーエージェント"],"URL and user agent":["URL およびユーザーエージェント"],"Target URL":["ターゲット URL"],"URL only":["URL のみ"],"Regex":["正規表現"],"Referrer":["リファラー"],"URL and referrer":["URL およびリファラー"],"Logged Out":["ログアウト中"],"Logged In":["ログイン中"],"URL and login status":["URL およびログイン状態"]}
locale/json/redirection-pt_BR.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":["borrar"],"focus":["focar"],"scroll":["rolar"],"Pass - as ignore, but also copies the query parameters to the target":["Passar - como ignorar, mas também copia os parâmetros de consulta para o destino"],"Ignore - as exact, but ignores any query parameters not in your source":["Ignorar - como Exato, mas ignora qualquer parâmetro de consulta que não esteja na sua origem"],"Exact - matches the query parameters exactly defined in your source, in any order":["Exato - corresponde os parâmetros de consulta exatamente definidos na origem, em qualquer ordem"],"Default query matching":["Correspondência de consulta padrão"],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":["Ignorar barra final (ou seja {{code}}/post-legal/{{/code}} vai corresponder com {{code}}/post-legal{{/code}})"],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":["Correspondências insensível à caixa (ou seja {{code}}/Post-Legal{{/code}} vai corresponder com {{code}}/post-legal{{/code}})"],"Applies to all redirections unless you configure them otherwise.":["Aplica-se a todos os redirecionamentos, a menos que você configure eles de outro modo."],"Default URL settings":["Configurações padrão de URL"],"Ignore and pass all query parameters":["Ignorar e passar todos os parâmetros de consulta"],"Ignore all query parameters":["Ignorar todos os parâmetros de consulta"],"Exact match":["Correspondência exata"],"Caching software (e.g Cloudflare)":["Programa de caching (por exemplo, Cloudflare)"],"A security plugin (e.g Wordfence)":["Um plugin de segurança (por exemplo, Wordfence)"],"No more options":["Não há mais opções"],"URL options":["Opções de URL"],"Query Parameters":["Parâmetros de Consulta"],"Ignore & pass parameters to the target":["Ignorar & passar parâmetros ao destino"],"Ignore all parameters":["Ignorar todos os parâmetros"],"Exact match all parameters in any order":["Correspondência exata de todos os parâmetros em qualquer ordem"],"Ignore Case":["Ignorar Caixa"],"Ignore Slash":["Ignorar Barra"],"Relative REST API":["API REST relativa"],"Raw REST API":["API REST raw"],"Default REST API":["API REST padrão"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":["Pronto, é só isso, agora você já está redirecionando! O que vai acima é só um exemplo - agora você pode inserir um redirecionamento."],"(Example) The target URL is the new URL":["(Exemplo) O URL de destino é o novo URL"],"(Example) The source URL is your old or original URL":["(Exemplo) O URL de origem é o URL antigo ou oiginal"],"Disabled! Detected PHP %s, need PHP 5.4+":["Desabilitado! Detectado PHP %s, é necessário PHP 5.4+"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":["Faça um backup de seus dados do Redirection: {{download}}baixar um backup{{/download}}."],"A database upgrade is in progress. Please continue to finish.":["Uma atualização do banco de dados está em andamento. Continue para concluir."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":["O banco de dados do Redirection precisa ser atualizado - <a href=\"%1$1s\">clique para atualizar</a>."],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":["A versão do banco de dados atual é %(current)s, a mais recente é %(latest)s. Por favor atualize para usar novos recursos."],"Redirection database needs updating":["O banco de dados do Redirection precisa ser atualizado"],"Update Required":["Atualização Obrigatória"],"I need some support!":["Preciso de algum suporte!"],"Finish Setup":["Concluir Configuração"],"Checking your REST API":["Conferindo o seu API REST"],"Retry":["Tentar de novo"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":["Você tem diferentes URLs configurados na página Configurações > Geral do WordPress, o que geralmente indica um erro de configuração, e isso pode causar problemas com a API REST. Confira suas configurações."],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":["Se você tiver um problema, consulte a documentação do seu plugin, ou tente falar com o suporte do provedor de hospedagem. Isso geralmente {{link}}não é um problema causado pelo Redirection{{/link}}."],"Some other plugin that blocks the REST API":["Algum outro plugin que bloqueia a API REST"],"A server firewall or other server configuration (e.g OVH)":["Um firewall do servidor, ou outra configuração do servidor (p.ex. OVH)"],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":["O Redirection usa a {{link}}API REST do WordPress{{/link}} para se comunicar com o WordPress. Isso está ativo e funcionando por padrão. Às vezes a API REST é bloqueada por:"],"Go back":["Voltar"],"Continue Setup":["Continuar a configuração"],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":["Armazenar o endereço IP permite que você executa outras ações de registro. Observe que você terá que aderir às leis locais com relação à coleta de dados (por exemplo, GDPR)."],"Store IP information for redirects and 404 errors.":["Armazenar informações sobre o IP para redirecionamentos e erros 404."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":["Armazenar registros de redirecionamentos e erros 404 permite que você veja o que está acontecendo no seu site. Isso aumenta o espaço ocupado pelo banco de dados."],"Keep a log of all redirects and 404 errors.":["Manter um registro de todos os redirecionamentos e erros 404."],"{{link}}Read more about this.{{/link}}":["{{link}}Leia mais sobre isto.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":["Se você muda o link permanente de um post ou página, o Redirection pode criar automaticamente um redirecionamento para você."],"Monitor permalink changes in WordPress posts and pages":["Monitorar alterações nos links permanentes de posts e páginas do WordPress"],"These are some options you may want to enable now. They can be changed at any time.":["Estas são algumas opções que você pode ativar agora. Elas podem ser alteradas a qualquer hora."],"Basic Setup":["Configuração Básica"],"Start Setup":["Iniciar Configuração"],"When ready please press the button to continue.":["Quando estiver pronto, aperte o botão para continuar."],"First you will be asked a few questions, and then Redirection will set up your database.":["Primeiro você responderá algumas perguntas,e então o Redirection vai configurar seu banco de dados."],"What's next?":["O que vem a seguir?"],"Check a URL is being redirected":["Confira se um URL está sendo redirecionado"],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":["Correspondências de URL mais poderosas, inclusive {{regular}}expressões regulares{{/regular}} e {{other}}outras condições{{/other}}"],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":["{{link}}Importe{{/link}} de um arquivo .htaccess ou CSV e de outros vários plugins"],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":["{{link}}Monitore erros 404{{/link}}, obtenha informações detalhadas sobre o visitante, e corrija qualquer problema"],"Some features you may find useful are":["Alguns recursos que você pode achar úteis são"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":["A documentação completa pode ser encontrada no {{link}}site do Redirection (em inglês).{{/link}}"],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":["Um redirecionamento simples envolve configurar um {{strong}}URL de origem{{/strong}} (o URL antigo) e um {{strong}}URL de destino{{/strong}} (o URL novo). Por exemplo:"],"How do I use this plugin?":["Como eu uso este plugin?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":["O Redirection é projetado para ser usado em sites com poucos redirecionamentos a sites com milhares de redirecionamentos."],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":["Obrigado por instalar e usar o Redirection v%(version)s. Este plugin vai permitir que você administre seus redirecionamentos 301, monitore os erros 404, e melhores seu site, sem precisar conhecimentos de Apache ou Nginx."],"Welcome to Redirection 🚀🎉":["Bem-vindo ao Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":["Isso vai redirecionar tudo, inclusive as páginas de login. Certifique-se de que realmente quer fazer isso."],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":["Para prevenir uma expressão regular gananciosa, você pode usar {{code}}^{{/code}} para ancorá-la ao início do URL. Por exemplo: {{code}}%(example)s{{/code}}"],"Remember to enable the \"regex\" checkbox if this is a regular expression.":["Lembre-se de ativar a caixa de seleção \"Regex\" se isto for uma expressão regular."],"The source URL should probably start with a {{code}}/{{/code}}":["O URL de origem deve provavelmente começar com {{code}}/{{/code}}"],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":["Isso vai ser convertido em um redirecionamento por servidor para o domínio {{code}}%(server)s{{/code}}."],"Anchor values are not sent to the server and cannot be redirected.":["Âncoras internas (#) não são enviadas ao servidor e não podem ser redirecionadas."],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":["{{code}}%(status)d{{/code}} para {{code}}%(target)s{{/code}}"],"Finished! 🎉":["Concluído! 🎉"],"Progress: %(complete)d$":["Progresso: %(complete)d$"],"Leaving before the process has completed may cause problems.":["Sair antes de o processo ser concluído pode causar problemas."],"Setting up Redirection":["Configurando o Redirection"],"Upgrading Redirection":["Atualizando o Redirection"],"Please remain on this page until complete.":["Permaneça nesta página até o fim."],"If you want to {{support}}ask for support{{/support}} please include these details:":["Se quiser {{support}}solicitar suporte{{/support}} inclua estes detalhes:"],"Stop upgrade":["Parar atualização"],"Skip this stage":["Pular esta fase"],"Try again":["Tentar de novo"],"Database problem":["Problema no banco de dados"],"Please enable JavaScript":["Ativar o JavaScript"],"Please upgrade your database":["Atualize seu banco de dados"],"Upgrade Database":["Atualizar Banco de Dados"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":["Complete sua <a href=\"%s\">configuração do Redirection</a> para ativar este plugin."],"Your database does not need updating to %s.":["Seu banco de dados não requer atualização para %s."],"Failed to perform query \"%s\"":["Falha ao realizar a consulta \"%s\""],"Table \"%s\" is missing":["A tabela \"%s\" não foi encontrada"],"Create basic data":["Criar dados básicos"],"Install Redirection tables":["Instalar tabelas do Redirection"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["URL do site e do WordPress são inconsistentes. Corrija na página Configurações > Geral: %1$1s não é %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Não tente redirecionar todos os seus 404s - isso não é uma coisa boa."],"Only the 404 page type is currently supported.":["Somente o tipo de página 404 é suportado atualmente."],"Page Type":["Tipo de página"],"Enter IP addresses (one per line)":["Digite endereços IP (um por linha)"],"Describe the purpose of this redirect (optional)":["Descreva o propósito deste redirecionamento (opcional)"],"418 - I'm a teapot":["418 - Sou uma chaleira"],"403 - Forbidden":["403 - Proibido"],"400 - Bad Request":["400 - Solicitação inválida"],"304 - Not Modified":["304 - Não modificado"],"303 - See Other":["303 - Veja outro"],"Do nothing (ignore)":["Fazer nada (ignorar)"],"Target URL when not matched (empty to ignore)":["URL de destino se não houver correspondência (em branco para ignorar)"],"Target URL when matched (empty to ignore)":["URL de destino se houver correspondência (em branco para ignorar)"],"Show All":["Mostrar todos"],"Delete all logs for these entries":["Excluir todos os registros para estas entradas"],"Delete all logs for this entry":["Excluir todos os registros para esta entrada"],"Delete Log Entries":["Excluir entradas no registro"],"Group by IP":["Agrupar por IP"],"Group by URL":["Agrupar por URL"],"No grouping":["Não agrupar"],"Ignore URL":["Ignorar URL"],"Block IP":["Bloquear IP"],"Redirect All":["Redirecionar todos"],"Count":["Número"],"URL and WordPress page type":["URL e tipo de página do WordPress"],"URL and IP":["URL e IP"],"Problem":["Problema"],"Good":["Bom"],"Check":["Verificar"],"Check Redirect":["Verificar redirecionamento"],"Check redirect for: {{code}}%s{{/code}}":["Verifique o redirecionamento de: {{code}}%s{{/code}}"],"What does this mean?":["O que isto significa?"],"Not using Redirection":["Sem usar o Redirection"],"Using Redirection":["Usando o Redirection"],"Found":["Encontrado"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} para {{code}}%(url)s{{/code}}"],"Expected":["Esperado"],"Error":["Erro"],"Enter full URL, including http:// or https://":["Digite o URL inteiro, incluindo http:// ou https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["O seu navegador pode fazer cache de URL, o que dificulta saber se um redirecionamento está funcionando como deveria. Use isto para verificar um URL e ver como ele está realmente sendo redirecionado."],"Redirect Tester":["Teste de redirecionamento"],"Target":["Destino"],"URL is not being redirected with Redirection":["O URL não está sendo redirecionado com o Redirection"],"URL is being redirected with Redirection":["O URL está sendo redirecionado com o Redirection"],"Unable to load details":["Não foi possível carregar os detalhes"],"Enter server URL to match against":["Digite o URL do servidor para correspondência"],"Server":["Servidor"],"Enter role or capability value":["Digite a função ou capacidade"],"Role":["Função"],"Match against this browser referrer text":["Texto do referenciador do navegador para correspondênica"],"Match against this browser user agent":["Usuário de agente do navegador para correspondência"],"The relative URL you want to redirect from":["O URL relativo que você quer redirecionar"],"The target URL you want to redirect to if matched":["O URL de destino para qual você quer redirecionar, se houver correspondência"],"(beta)":["(beta)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Força o redirecionamento de HTTP para HTTPS. Antes de ativar, verifique se o HTTPS está funcionando"],"Force HTTPS":["Forçar HTTPS"],"GDPR / Privacy information":["GDPR / Informações sobre privacidade (em inglês)"],"Add New":["Adicionar novo"],"Please logout and login again.":["Desconecte-se da sua conta e acesse novamente."],"URL and role/capability":["URL e função/capacidade"],"URL and server":["URL e servidor"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Se nada funcionar, talvez o Redirection não esteja conseguindo se comunicar com o servidor. Você pode tentar alterar manualmente esta configuração:"],"Site and home protocol":["Protocolo do endereço do WordPress e do site"],"Site and home are consistent":["O endereço do WordPress e do site são consistentes"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["É sua a responsabilidade de passar cabeçalhos HTTP ao PHP. Contate o suporte de seu provedor de hospedagem e pergunte como fazê-lo."],"Accept Language":["Aceitar Idioma"],"Header value":["Valor do cabeçalho"],"Header name":["Nome cabeçalho"],"HTTP Header":["Cabeçalho HTTP"],"WordPress filter name":["Nome do filtro WordPress"],"Filter Name":["Nome do filtro"],"Cookie value":["Valor do cookie"],"Cookie name":["Nome do cookie"],"Cookie":["Cookie"],"clearing your cache.":["limpando seu cache."],"If you are using a caching system such as Cloudflare then please read this: ":["Se você estiver usando um sistema de cache como o Cloudflare, então leia isto: "],"URL and HTTP header":["URL e cabeçalho HTTP"],"URL and custom filter":["URL e filtro personalizado"],"URL and cookie":["URL e cookie"],"404 deleted":["404 excluído"],"REST API":["API REST"],"How Redirection uses the REST API - don't change unless necessary":["Como o Redirection usa a API REST. Não altere a menos que seja necessário"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["O WordPress retornou uma mensagem inesperada. Isso pode ter sido causado por sua API REST não funcionar ou por outro plugin ou tema."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Dê uma olhada em {{link}}status do plugin{{/link}}. Ali talvez consiga identificar e fazer a \"Correção mágica\" do problema."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}O Redirection não consegue se comunicar com a API REST{{/link}}. Se ela foi desativada, será preciso reativá-la."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Um programa de segurança pode estar bloqueando o Redirection{{/link}}. Configure-o para permitir solicitações da API REST."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Programas de cache{{/link}}, em particular o Cloudflare, podem fazer o cache da coisa errada. Tente liberar seus caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Desative temporariamente outros plugins!{{/link}} Isso corrige muitos problemas."],"None of the suggestions helped":["Nenhuma das sugestões ajudou"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Consulte a <a href=\"https://redirection.me/support/problems/\">lista de problemas comuns (em inglês)</a>."],"Unable to load Redirection ☹️":["Não foi possível carregar o Redirection ☹️"],"WordPress REST API is working at %s":["A API REST do WordPress está funcionando em %s"],"WordPress REST API":["A API REST do WordPress"],"REST API is not working so routes not checked":["A API REST não está funcionado, por isso as rotas não foram verificadas"],"Redirection routes are working":["As rotas do Redirection estão funcionando"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["O Redirection não aparece nas rotas da API REST. Você a desativou com um plugin?"],"Redirection routes":["Rotas do Redirection"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["A API REST do WordPress foi desativada. É preciso ativá-la para que o Redirection continue funcionando."],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Erro de agente de usuário"],"Unknown Useragent":["Agente de usuário desconhecido"],"Device":["Dispositivo"],"Operating System":["Sistema operacional"],"Browser":["Navegador"],"Engine":["Motor"],"Useragent":["Agente de usuário"],"Agent":["Agente"],"No IP logging":["Não registrar IP"],"Full IP logging":["Registrar IP completo"],"Anonymize IP (mask last part)":["Tornar IP anônimo (mascarar a última parte)"],"Monitor changes to %(type)s":["Monitorar alterações em %(type)s"],"IP Logging":["Registro de IP"],"(select IP logging level)":["(selecione o nível de registro de IP)"],"Geo Info":["Informações geográficas"],"Agent Info":["Informação sobre o agente"],"Filter by IP":["Filtrar por IP"],"Referrer / User Agent":["Referenciador / Agente de usuário"],"Geo IP Error":["Erro IP Geo"],"Something went wrong obtaining this information":["Algo deu errado ao obter essa informação"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Este é um IP de uma rede privada. Isso significa que ele está localizado dentro de uma rede residencial ou comercial e nenhuma outra informação pode ser exibida."],"No details are known for this address.":["Nenhum detalhe é conhecido para este endereço."],"Geo IP":["IP Geo"],"City":["Cidade"],"Area":["Região"],"Timezone":["Fuso horário"],"Geo Location":["Coordenadas"],"Powered by {{link}}redirect.li{{/link}}":["Fornecido por {{link}}redirect.li{{/link}}"],"Trash":["Lixeira"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["O Redirection requer a API REST do WordPress para ser ativado. Se você a desativou, não vai conseguir usar o Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["A documentação completa (em inglês) sobre como usar o Redirection se encontra no site <a href=\"%s\" target=\"_blank\">redirection.me</a>."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["A documentação completa do Redirection encontra-se (em inglês) em {{site}}https://redirection.me{{/site}}. Se tiver algum problema, consulte primeiro as {{faq}}Perguntas frequentes{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Se quiser comunicar um erro, leia o guia {{report}}Comunicando erros (em inglês){{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Se quiser enviar informações que não possam ser tornadas públicas, então remeta-as diretamente (em inglês) por {{email}}e-mail{{/email}}. Inclua o máximo de informação que puder!"],"Never cache":["Nunca fazer cache"],"An hour":["Uma hora"],"Redirect Cache":["Cache dos redirecionamentos"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["O tempo que deve ter o cache dos URLs redirecionados com 301 (via \"Expires\" no cabeçalho HTTP)"],"Are you sure you want to import from %s?":["Tem certeza de que deseja importar de %s?"],"Plugin Importers":["Importar de plugins"],"The following redirect plugins were detected on your site and can be imported from.":["Os seguintes plugins de redirecionamento foram detectados em seu site e se pode importar deles."],"total = ":["total = "],"Import from %s":["Importar de %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["O Redirection requer o WordPress v%1$1s, mas você está usando a versão v%2$2s. Atualize o WordPress"],"Default WordPress \"old slugs\"":["Redirecionamentos de \"slugs anteriores\" do WordPress"],"Create associated redirect (added to end of URL)":["Criar redirecionamento atrelado (adicionado ao fim do URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["O <code>Redirectioni10n</code> não está definido. Isso geralmente significa que outro plugin está impedindo o Redirection de carregar. Desative todos os plugins e tente novamente."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Se o botão Correção mágica não funcionar, você deve ler o erro e verificar se consegue corrigi-lo manualmente. Caso contrário, siga a seção \"Preciso de ajuda\" abaixo."],"⚡️ Magic fix ⚡️":["⚡️ Correção mágica ⚡️"],"Plugin Status":["Status do plugin"],"Custom":["Personalizado"],"Mobile":["Móvel"],"Feed Readers":["Leitores de feed"],"Libraries":["Bibliotecas"],"URL Monitor Changes":["Alterações do monitoramento de URLs"],"Save changes to this group":["Salvar alterações neste grupo"],"For example \"/amp\"":["Por exemplo, \"/amp\""],"URL Monitor":["Monitoramento de URLs"],"Delete 404s":["Excluir 404s"],"Delete all from IP %s":["Excluir registros do IP %s"],"Delete all matching \"%s\"":["Excluir tudo que corresponder a \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Seu servidor rejeitou a solicitação por ela ser muito grande. Você precisará alterá-la para continuar."],"Also check if your browser is able to load <code>redirection.js</code>:":["Além disso, verifique se o seu navegador é capaz de carregar <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Se você estiver usando um plugin ou serviço de cache de página (CloudFlare, OVH, etc), então você também poderá tentar limpar esse cache."],"Unable to load Redirection":["Não foi possível carregar o Redirection"],"Unable to create group":["Não foi possível criar grupo"],"Post monitor group is valid":["O grupo do monitoramento de posts é válido"],"Post monitor group is invalid":["O grupo de monitoramento de post é inválido"],"Post monitor group":["Grupo do monitoramento de posts"],"All redirects have a valid group":["Todos os redirecionamentos têm um grupo válido"],"Redirects with invalid groups detected":["Redirecionamentos com grupos inválidos detectados"],"Valid redirect group":["Grupo de redirecionamento válido"],"Valid groups detected":["Grupos válidos detectados"],"No valid groups, so you will not be able to create any redirects":["Nenhum grupo válido. Portanto, você não poderá criar redirecionamentos"],"Valid groups":["Grupos válidos"],"Database tables":["Tabelas do banco de dados"],"The following tables are missing:":["As seguintes tabelas estão faltando:"],"All tables present":["Todas as tabelas presentes"],"Cached Redirection detected":["O Redirection foi detectado no cache"],"Please clear your browser cache and reload this page.":["Limpe o cache do seu navegador e recarregue esta página."],"The data on this page has expired, please reload.":["Os dados nesta página expiraram, por favor recarregue."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["O WordPress não retornou uma resposta. Isso pode significar que ocorreu um erro ou que a solicitação foi bloqueada. Confira o error_log de seu servidor."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Seu servidor retornou um erro 403 Proibido, que pode indicar que a solicitação foi bloqueada. Você está usando um firewall ou um plugin de segurança?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Inclua esses detalhes em seu relatório {{strong}}juntamente com uma descrição do que você estava fazendo{{/strong}}."],"If you think Redirection is at fault then create an issue.":["Se você acha que o erro é do Redirection, abra um chamado."],"This may be caused by another plugin - look at your browser's error console for more details.":["Isso pode ser causado por outro plugin - veja o console de erros do seu navegador para mais detalhes."],"Loading, please wait...":["Carregando, aguarde..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}Formato do arquivo CSV{{/strong}}: {{code}}URL de origem, URL de destino{{/code}} - e pode ser opcionalmente seguido com {{code}}regex, código http{{/code}} ({{code}}regex{{/code}} - 0 para não, 1 para sim)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["O Redirection não está funcionando. Tente limpar o cache do navegador e recarregar esta página."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Se isso não ajudar, abra o console de erros de seu navegador e crie um {{link}}novo chamado{{/link}} com os detalhes."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Se isso é um novo problema, {{strong}}crie um novo chamado{{/strong}} ou envie-o por {{strong}}e-mail{{/strong}}. Inclua a descrição do que você estava tentando fazer e detalhes importantes listados abaixo. Inclua uma captura da tela."],"Create Issue":["Criar chamado"],"Email":["E-mail"],"Important details":["Detalhes importantes"],"Need help?":["Precisa de ajuda?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Qualquer suporte somente é oferecido à medida que haja tempo disponível, e não é garantido. Não ofereço suporte pago."],"Pos":["Pos"],"410 - Gone":["410 - Não existe mais"],"Position":["Posição"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Usado na auto-geração do URL se nenhum URL for dado. Use as tags especiais {{code}}$dec${{/code}} ou {{code}}$hex${{/code}} para em vez disso inserir um ID único"],"Apache Module":["Módulo Apache"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Digite o caminho completo e o nome do arquivo se quiser que o Redirection atualize o {{code}}.htaccess{{/code}}."],"Import to group":["Importar para grupo"],"Import a CSV, .htaccess, or JSON file.":["Importar um arquivo CSV, .htaccess ou JSON."],"Click 'Add File' or drag and drop here.":["Clique 'Adicionar arquivo' ou arraste e solte aqui."],"Add File":["Adicionar arquivo"],"File selected":["Arquivo selecionado"],"Importing":["Importando"],"Finished importing":["Importação concluída"],"Total redirects imported:":["Total de redirecionamentos importados:"],"Double-check the file is the correct format!":["Verifique novamente se o arquivo é o formato correto!"],"OK":["OK"],"Close":["Fechar"],"All imports will be appended to the current database.":["Todas as importações serão anexadas ao banco de dados atual."],"Export":["Exportar"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Exportar para CSV, .htaccess do Apache, Nginx, ou JSON do Redirection (que contém todos os redirecionamentos e grupos)."],"Everything":["Tudo"],"WordPress redirects":["Redirecionamentos WordPress"],"Apache redirects":["Redirecionamentos Apache"],"Nginx redirects":["Redirecionamentos Nginx"],"CSV":["CSV"],"Apache .htaccess":[".htaccess do Apache"],"Nginx rewrite rules":["Regras de reescrita do Nginx"],"Redirection JSON":["JSON do Redirection"],"View":["Ver"],"Log files can be exported from the log pages.":["Arquivos de registro podem ser exportados nas páginas de registro."],"Import/Export":["Importar/Exportar"],"Logs":["Registros"],"404 errors":["Erro 404"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Mencione {{code}}%s{{/code}} e explique o que estava fazendo no momento"],"I'd like to support some more.":["Eu gostaria de ajudar mais um pouco."],"Support 💰":["Doação 💰"],"Redirection saved":["Redirecionamento salvo"],"Log deleted":["Registro excluído"],"Settings saved":["Configurações salvas"],"Group saved":["Grupo salvo"],"Are you sure you want to delete this item?":["Tem certeza de que deseja excluir este item?","Tem certeza de que deseja excluir estes item?"],"pass":["manter url"],"All groups":["Todos os grupos"],"301 - Moved Permanently":["301 - Mudou permanentemente"],"302 - Found":["302 - Encontrado"],"307 - Temporary Redirect":["307 - Redirecionamento temporário"],"308 - Permanent Redirect":["308 - Redirecionamento permanente"],"401 - Unauthorized":["401 - Não autorizado"],"404 - Not Found":["404 - Não encontrado"],"Title":["Título"],"When matched":["Quando corresponder"],"with HTTP code":["com código HTTP"],"Show advanced options":["Exibir opções avançadas"],"Matched Target":["Destino se correspondido"],"Unmatched Target":["Destino se não correspondido"],"Saving...":["Salvando..."],"View notice":["Veja o aviso"],"Invalid source URL":["URL de origem inválido"],"Invalid redirect action":["Ação de redirecionamento inválida"],"Invalid redirect matcher":["Critério de redirecionamento inválido"],"Unable to add new redirect":["Não foi possível criar novo redirecionamento"],"Something went wrong 🙁":["Algo deu errado 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Eu estava tentando fazer uma coisa e deu errado. Pode ser um problema temporário e se você tentar novamente, pode funcionar - ótimo!"],"Log entries (%d max)":["Entradas do registro (máx %d)"],"Search by IP":["Pesquisar por IP"],"Select bulk action":["Selecionar ações em massa"],"Bulk Actions":["Ações em massa"],"Apply":["Aplicar"],"First page":["Primeira página"],"Prev page":["Página anterior"],"Current Page":["Página atual"],"of %(page)s":["de %(page)s"],"Next page":["Próxima página"],"Last page":["Última página"],"%s item":["%s item","%s itens"],"Select All":["Selecionar tudo"],"Sorry, something went wrong loading the data - please try again":["Desculpe, mas algo deu errado ao carregar os dados - tente novamente"],"No results":["Nenhum resultado"],"Delete the logs - are you sure?":["Excluir os registros - Você tem certeza?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Uma vez excluídos, seus registros atuais não estarão mais disponíveis. Você pode agendar uma exclusão na opções do plugin Redirection, se quiser fazê-la automaticamente."],"Yes! Delete the logs":["Sim! Exclua os registros"],"No! Don't delete the logs":["Não! Não exclua os registros"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Obrigado pela assinatura! {{a}}Clique aqui{{/a}} se você precisar retornar à sua assinatura."],"Newsletter":["Boletim"],"Want to keep up to date with changes to Redirection?":["Quer ficar a par de mudanças no Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Inscreva-se no boletim do Redirection. O boletim tem baixo volume de mensagens e informa sobre novos recursos e alterações no plugin. Ideal se quiser testar alterações beta antes do lançamento."],"Your email address:":["Seu endereço de e-mail:"],"You've supported this plugin - thank you!":["Você apoiou este plugin - obrigado!"],"You get useful software and I get to carry on making it better.":["Você obtém softwares úteis e eu continuo fazendo isso melhor."],"Forever":["Para sempre"],"Delete the plugin - are you sure?":["Excluir o plugin - Você tem certeza?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["A exclusão do plugin irá remover todos os seus redirecionamentos, logs e configurações. Faça isso se desejar remover o plugin para sempre, ou se quiser reiniciar o plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Uma vez excluído, os seus redirecionamentos deixarão de funcionar. Se eles parecerem continuar funcionando, limpe o cache do seu navegador."],"Yes! Delete the plugin":["Sim! Exclua o plugin"],"No! Don't delete the plugin":["Não! Não exclua o plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Gerencie todos os seus redirecionamentos 301 e monitore erros 404"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["O Redirection é livre para usar - a vida é maravilhosa e adorável! Foi necessário muito tempo e esforço para desenvolver e você pode ajudar a apoiar esse desenvolvimento {{strong}}fazendo uma pequena doação{{/strong}}."],"Redirection Support":["Ajuda do Redirection"],"Support":["Ajuda"],"404s":["404s"],"Log":["Registro"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecionar esta opção irá remover todos os redirecionamentos, logs e todas as opções associadas ao plugin Redirection. Certifique-se de que é isso mesmo que deseja fazer."],"Delete Redirection":["Excluir o Redirection"],"Upload":["Carregar"],"Import":["Importar"],"Update":["Atualizar"],"Auto-generate URL":["Gerar automaticamente o URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Um token exclusivo que permite a leitores de feed o acesso ao RSS do registro do Redirection (deixe em branco para gerar automaticamente)"],"RSS Token":["Token RSS"],"404 Logs":["Registros de 404"],"(time to keep logs for)":["(tempo para manter os registros)"],"Redirect Logs":["Registros de redirecionamento"],"I'm a nice person and I have helped support the author of this plugin":["Eu sou uma pessoa legal e ajudei a apoiar o autor deste plugin"],"Plugin Support":["Suporte do plugin"],"Options":["Opções"],"Two months":["Dois meses"],"A month":["Um mês"],"A week":["Uma semana"],"A day":["Um dia"],"No logs":["Não registrar"],"Delete All":["Apagar Tudo"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use grupos para organizar os seus redirecionamentos. Os grupos são associados a um módulo, e o módulo afeta como os redirecionamentos do grupo funcionam. Na dúvida, use o módulo WordPress."],"Add Group":["Adicionar grupo"],"Search":["Pesquisar"],"Groups":["Grupos"],"Save":["Salvar"],"Group":["Grupo"],"Match":["Corresponder"],"Add new redirection":["Adicionar novo redirecionamento"],"Cancel":["Cancelar"],"Download":["Baixar"],"Redirection":["Redirection"],"Settings":["Configurações"],"Error (404)":["Erro (404)"],"Pass-through":["Manter URL de origem"],"Redirect to random post":["Redirecionar para um post aleatório"],"Redirect to URL":["Redirecionar para URL"],"Invalid group when creating redirect":["Grupo inválido ao criar o redirecionamento"],"IP":["IP"],"Source URL":["URL de origem"],"Date":["Data"],"Add Redirect":["Adicionar redirecionamento"],"All modules":["Todos os módulos"],"View Redirects":["Ver redirecionamentos"],"Module":["Módulo"],"Redirects":["Redirecionamentos"],"Name":["Nome"],"Filter":["Filtrar"],"Reset hits":["Redefinir acessos"],"Enable":["Ativar"],"Disable":["Desativar"],"Delete":["Excluir"],"Edit":["Editar"],"Last Access":["Último Acesso"],"Hits":["Acessos"],"URL":["URL"],"Type":["Tipo"],"Modified Posts":["Posts modificados"],"Redirections":["Redirecionamentos"],"User Agent":["Agente de usuário"],"URL and user agent":["URL e agente de usuário"],"Target URL":["URL de destino"],"URL only":["URL somente"],"Regex":["Regex"],"Referrer":["Referenciador"],"URL and referrer":["URL e referenciador"],"Logged Out":["Desconectado"],"Logged In":["Conectado"],"URL and login status":["URL e status de login"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":["Força um redirecionamento do domínio do seu site WordPress, de HTTP para HTTPS. Assegure que o HTTPS esteja funcionando antes de habilitar."],"Export 404":["Exportar 404"],"Export redirect":["Exportar redirecionamento"],"You need at least one GET/POST pair for the plugin to work.":["Você precisa de pelo menos um par GET/POST para que o plugin funcione."],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":["Deixe um destino em branco se não quiser redirecionar, senão você pode criar um loop."],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":["Estruturas de link permanente do WordPress não funcionam com URLs normais. Use uma expressão regular."],"Unable to update redirect":["Não foi possível atualizar o redirecionamento"],"blur":["borrar"],"focus":["focar"],"scroll":["rolar"],"Pass - as ignore, but also copies the query parameters to the target":["Passar - como ignorar, mas também copia os parâmetros de consulta para o destino"],"Ignore - as exact, but ignores any query parameters not in your source":["Ignorar - como Exato, mas ignora qualquer parâmetro de consulta que não esteja na sua origem"],"Exact - matches the query parameters exactly defined in your source, in any order":["Exato - corresponde os parâmetros de consulta exatamente definidos na origem, em qualquer ordem"],"Default query matching":["Correspondência de consulta padrão"],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":["Ignorar barra final (ou seja {{code}}/post-legal/{{/code}} vai corresponder com {{code}}/post-legal{{/code}})"],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":["Correspondências insensível à caixa (ou seja {{code}}/Post-Legal{{/code}} vai corresponder com {{code}}/post-legal{{/code}})"],"Applies to all redirections unless you configure them otherwise.":["Aplica-se a todos os redirecionamentos, a menos que você configure eles de outro modo."],"Default URL settings":["Configurações padrão de URL"],"Ignore and pass all query parameters":["Ignorar e passar todos os parâmetros de consulta"],"Ignore all query parameters":["Ignorar todos os parâmetros de consulta"],"Exact match":["Correspondência exata"],"Caching software (e.g Cloudflare)":["Programa de caching (por exemplo, Cloudflare)"],"A security plugin (e.g Wordfence)":["Um plugin de segurança (por exemplo, Wordfence)"],"No more options":["Não há mais opções"],"URL options":["Opções de URL"],"Query Parameters":["Parâmetros de Consulta"],"Ignore & pass parameters to the target":["Ignorar & passar parâmetros ao destino"],"Ignore all parameters":["Ignorar todos os parâmetros"],"Exact match all parameters in any order":["Correspondência exata de todos os parâmetros em qualquer ordem"],"Ignore Case":["Ignorar Caixa"],"Ignore Slash":["Ignorar Barra"],"Relative REST API":["API REST relativa"],"Raw REST API":["API REST raw"],"Default REST API":["API REST padrão"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":["Pronto, é só isso, agora você já está redirecionando! O que vai acima é só um exemplo - agora você pode inserir um redirecionamento."],"(Example) The target URL is the new URL":["(Exemplo) O URL de destino é o novo URL"],"(Example) The source URL is your old or original URL":["(Exemplo) O URL de origem é o URL antigo ou oiginal"],"Disabled! Detected PHP %s, need PHP 5.4+":["Desabilitado! Detectado PHP %s, é necessário PHP 5.4+"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":["Faça um backup de seus dados do Redirection: {{download}}baixar um backup{{/download}}."],"A database upgrade is in progress. Please continue to finish.":["Uma atualização do banco de dados está em andamento. Continue para concluir."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":["O banco de dados do Redirection precisa ser atualizado - <a href=\"%1$1s\">clique para atualizar</a>."],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":["A versão do banco de dados atual é %(current)s, a mais recente é %(latest)s. Por favor atualize para usar novos recursos."],"Redirection database needs updating":["O banco de dados do Redirection precisa ser atualizado"],"Update Required":["Atualização Obrigatória"],"I need some support!":["Preciso de algum suporte!"],"Finish Setup":["Concluir Configuração"],"Checking your REST API":["Conferindo o seu API REST"],"Retry":["Tentar de novo"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":["Você tem diferentes URLs configurados na página Configurações > Geral do WordPress, o que geralmente indica um erro de configuração, e isso pode causar problemas com a API REST. Confira suas configurações."],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":["Se você tiver um problema, consulte a documentação do seu plugin, ou tente falar com o suporte do provedor de hospedagem. Isso geralmente {{link}}não é um problema causado pelo Redirection{{/link}}."],"Some other plugin that blocks the REST API":["Algum outro plugin que bloqueia a API REST"],"A server firewall or other server configuration (e.g OVH)":["Um firewall do servidor, ou outra configuração do servidor (p.ex. OVH)"],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":["O Redirection usa a {{link}}API REST do WordPress{{/link}} para se comunicar com o WordPress. Isso está ativo e funcionando por padrão. Às vezes a API REST é bloqueada por:"],"Go back":["Voltar"],"Continue Setup":["Continuar a configuração"],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":["Armazenar o endereço IP permite que você executa outras ações de registro. Observe que você terá que aderir às leis locais com relação à coleta de dados (por exemplo, GDPR)."],"Store IP information for redirects and 404 errors.":["Armazenar informações sobre o IP para redirecionamentos e erros 404."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":["Armazenar registros de redirecionamentos e erros 404 permite que você veja o que está acontecendo no seu site. Isso aumenta o espaço ocupado pelo banco de dados."],"Keep a log of all redirects and 404 errors.":["Manter um registro de todos os redirecionamentos e erros 404."],"{{link}}Read more about this.{{/link}}":["{{link}}Leia mais sobre isto.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":["Se você muda o link permanente de um post ou página, o Redirection pode criar automaticamente um redirecionamento para você."],"Monitor permalink changes in WordPress posts and pages":["Monitorar alterações nos links permanentes de posts e páginas do WordPress"],"These are some options you may want to enable now. They can be changed at any time.":["Estas são algumas opções que você pode ativar agora. Elas podem ser alteradas a qualquer hora."],"Basic Setup":["Configuração Básica"],"Start Setup":["Iniciar Configuração"],"When ready please press the button to continue.":["Quando estiver pronto, aperte o botão para continuar."],"First you will be asked a few questions, and then Redirection will set up your database.":["Primeiro você responderá algumas perguntas,e então o Redirection vai configurar seu banco de dados."],"What's next?":["O que vem a seguir?"],"Check a URL is being redirected":["Confira se um URL está sendo redirecionado"],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":["Correspondências de URL mais poderosas, inclusive {{regular}}expressões regulares{{/regular}} e {{other}}outras condições{{/other}}"],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":["{{link}}Importe{{/link}} de um arquivo .htaccess ou CSV e de outros vários plugins"],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":["{{link}}Monitore erros 404{{/link}}, obtenha informações detalhadas sobre o visitante, e corrija qualquer problema"],"Some features you may find useful are":["Alguns recursos que você pode achar úteis são"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":["A documentação completa pode ser encontrada no {{link}}site do Redirection (em inglês).{{/link}}"],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":["Um redirecionamento simples envolve configurar um {{strong}}URL de origem{{/strong}} (o URL antigo) e um {{strong}}URL de destino{{/strong}} (o URL novo). Por exemplo:"],"How do I use this plugin?":["Como eu uso este plugin?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":["O Redirection é projetado para ser usado em sites com poucos redirecionamentos a sites com milhares de redirecionamentos."],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":["Obrigado por instalar e usar o Redirection v%(version)s. Este plugin vai permitir que você administre seus redirecionamentos 301, monitore os erros 404, e melhores seu site, sem precisar conhecimentos de Apache ou Nginx."],"Welcome to Redirection 🚀🎉":["Bem-vindo ao Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":["Isso vai redirecionar tudo, inclusive as páginas de login. Certifique-se de que realmente quer fazer isso."],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":["Para prevenir uma expressão regular gananciosa, você pode usar {{code}}^{{/code}} para ancorá-la ao início do URL. Por exemplo: {{code}}%(example)s{{/code}}"],"Remember to enable the \"regex\" checkbox if this is a regular expression.":["Lembre-se de ativar a caixa de seleção \"Regex\" se isto for uma expressão regular."],"The source URL should probably start with a {{code}}/{{/code}}":["O URL de origem deve provavelmente começar com {{code}}/{{/code}}"],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":["Isso vai ser convertido em um redirecionamento por servidor para o domínio {{code}}%(server)s{{/code}}."],"Anchor values are not sent to the server and cannot be redirected.":["Âncoras internas (#) não são enviadas ao servidor e não podem ser redirecionadas."],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":["{{code}}%(status)d{{/code}} para {{code}}%(target)s{{/code}}"],"Finished! 🎉":["Concluído! 🎉"],"Progress: %(complete)d$":["Progresso: %(complete)d$"],"Leaving before the process has completed may cause problems.":["Sair antes de o processo ser concluído pode causar problemas."],"Setting up Redirection":["Configurando o Redirection"],"Upgrading Redirection":["Atualizando o Redirection"],"Please remain on this page until complete.":["Permaneça nesta página até o fim."],"If you want to {{support}}ask for support{{/support}} please include these details:":["Se quiser {{support}}solicitar suporte{{/support}} inclua estes detalhes:"],"Stop upgrade":["Parar atualização"],"Skip this stage":["Pular esta fase"],"Try again":["Tentar de novo"],"Database problem":["Problema no banco de dados"],"Please enable JavaScript":["Ativar o JavaScript"],"Please upgrade your database":["Atualize seu banco de dados"],"Upgrade Database":["Atualizar Banco de Dados"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":["Complete sua <a href=\"%s\">configuração do Redirection</a> para ativar este plugin."],"Your database does not need updating to %s.":["Seu banco de dados não requer atualização para %s."],"Failed to perform query \"%s\"":["Falha ao realizar a consulta \"%s\""],"Table \"%s\" is missing":["A tabela \"%s\" não foi encontrada"],"Create basic data":["Criar dados básicos"],"Install Redirection tables":["Instalar tabelas do Redirection"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":["URL do site e do WordPress são inconsistentes. Corrija na página Configurações > Geral: %1$1s não é %2$2s"],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Não tente redirecionar todos os seus 404s - isso não é uma coisa boa."],"Only the 404 page type is currently supported.":["Somente o tipo de página 404 é suportado atualmente."],"Page Type":["Tipo de página"],"Enter IP addresses (one per line)":["Digite endereços IP (um por linha)"],"Describe the purpose of this redirect (optional)":["Descreva o propósito deste redirecionamento (opcional)"],"418 - I'm a teapot":["418 - Sou uma chaleira"],"403 - Forbidden":["403 - Proibido"],"400 - Bad Request":["400 - Solicitação inválida"],"304 - Not Modified":["304 - Não modificado"],"303 - See Other":["303 - Veja outro"],"Do nothing (ignore)":["Fazer nada (ignorar)"],"Target URL when not matched (empty to ignore)":["URL de destino se não houver correspondência (em branco para ignorar)"],"Target URL when matched (empty to ignore)":["URL de destino se houver correspondência (em branco para ignorar)"],"Show All":["Mostrar todos"],"Delete all logs for these entries":["Excluir todos os registros para estas entradas"],"Delete all logs for this entry":["Excluir todos os registros para esta entrada"],"Delete Log Entries":["Excluir entradas no registro"],"Group by IP":["Agrupar por IP"],"Group by URL":["Agrupar por URL"],"No grouping":["Não agrupar"],"Ignore URL":["Ignorar URL"],"Block IP":["Bloquear IP"],"Redirect All":["Redirecionar todos"],"Count":["Número"],"URL and WordPress page type":["URL e tipo de página do WordPress"],"URL and IP":["URL e IP"],"Problem":["Problema"],"Good":["Bom"],"Check":["Verificar"],"Check Redirect":["Verificar redirecionamento"],"Check redirect for: {{code}}%s{{/code}}":["Verifique o redirecionamento de: {{code}}%s{{/code}}"],"What does this mean?":["O que isto significa?"],"Not using Redirection":["Sem usar o Redirection"],"Using Redirection":["Usando o Redirection"],"Found":["Encontrado"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} para {{code}}%(url)s{{/code}}"],"Expected":["Esperado"],"Error":["Erro"],"Enter full URL, including http:// or https://":["Digite o URL inteiro, incluindo http:// ou https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["O seu navegador pode fazer cache de URL, o que dificulta saber se um redirecionamento está funcionando como deveria. Use isto para verificar um URL e ver como ele está realmente sendo redirecionado."],"Redirect Tester":["Teste de redirecionamento"],"Target":["Destino"],"URL is not being redirected with Redirection":["O URL não está sendo redirecionado com o Redirection"],"URL is being redirected with Redirection":["O URL está sendo redirecionado com o Redirection"],"Unable to load details":["Não foi possível carregar os detalhes"],"Enter server URL to match against":["Digite o URL do servidor para correspondência"],"Server":["Servidor"],"Enter role or capability value":["Digite a função ou capacidade"],"Role":["Função"],"Match against this browser referrer text":["Texto do referenciador do navegador para correspondênica"],"Match against this browser user agent":["Usuário de agente do navegador para correspondência"],"The relative URL you want to redirect from":["O URL relativo que você quer redirecionar"],"The target URL you want to redirect to if matched":["O URL de destino para qual você quer redirecionar, se houver correspondência"],"(beta)":["(beta)"],"Force HTTPS":["Forçar HTTPS"],"GDPR / Privacy information":["GDPR / Informações sobre privacidade (em inglês)"],"Add New":["Adicionar novo"],"Please logout and login again.":["Desconecte-se da sua conta e acesse novamente."],"URL and role/capability":["URL e função/capacidade"],"URL and server":["URL e servidor"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Se nada funcionar, talvez o Redirection não esteja conseguindo se comunicar com o servidor. Você pode tentar alterar manualmente esta configuração:"],"Site and home protocol":["Protocolo do endereço do WordPress e do site"],"Site and home are consistent":["O endereço do WordPress e do site são consistentes"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["É sua a responsabilidade de passar cabeçalhos HTTP ao PHP. Contate o suporte de seu provedor de hospedagem e pergunte como fazê-lo."],"Accept Language":["Aceitar Idioma"],"Header value":["Valor do cabeçalho"],"Header name":["Nome cabeçalho"],"HTTP Header":["Cabeçalho HTTP"],"WordPress filter name":["Nome do filtro WordPress"],"Filter Name":["Nome do filtro"],"Cookie value":["Valor do cookie"],"Cookie name":["Nome do cookie"],"Cookie":["Cookie"],"clearing your cache.":["limpando seu cache."],"If you are using a caching system such as Cloudflare then please read this: ":["Se você estiver usando um sistema de cache como o Cloudflare, então leia isto: "],"URL and HTTP header":["URL e cabeçalho HTTP"],"URL and custom filter":["URL e filtro personalizado"],"URL and cookie":["URL e cookie"],"404 deleted":["404 excluído"],"REST API":["API REST"],"How Redirection uses the REST API - don't change unless necessary":["Como o Redirection usa a API REST. Não altere a menos que seja necessário"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["O WordPress retornou uma mensagem inesperada. Isso pode ter sido causado por sua API REST não funcionar ou por outro plugin ou tema."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Dê uma olhada em {{link}}status do plugin{{/link}}. Ali talvez consiga identificar e fazer a \"Correção mágica\" do problema."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}O Redirection não consegue se comunicar com a API REST{{/link}}. Se ela foi desativada, será preciso reativá-la."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Um programa de segurança pode estar bloqueando o Redirection{{/link}}. Configure-o para permitir solicitações da API REST."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Programas de cache{{/link}}, em particular o Cloudflare, podem fazer o cache da coisa errada. Tente liberar seus caches."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Desative temporariamente outros plugins!{{/link}} Isso corrige muitos problemas."],"None of the suggestions helped":["Nenhuma das sugestões ajudou"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Consulte a <a href=\"https://redirection.me/support/problems/\">lista de problemas comuns (em inglês)</a>."],"Unable to load Redirection ☹️":["Não foi possível carregar o Redirection ☹️"],"WordPress REST API is working at %s":["A API REST do WordPress está funcionando em %s"],"WordPress REST API":["A API REST do WordPress"],"REST API is not working so routes not checked":["A API REST não está funcionado, por isso as rotas não foram verificadas"],"Redirection routes are working":["As rotas do Redirection estão funcionando"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["O Redirection não aparece nas rotas da API REST. Você a desativou com um plugin?"],"Redirection routes":["Rotas do Redirection"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["A API REST do WordPress foi desativada. É preciso ativá-la para que o Redirection continue funcionando."],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Erro de agente de usuário"],"Unknown Useragent":["Agente de usuário desconhecido"],"Device":["Dispositivo"],"Operating System":["Sistema operacional"],"Browser":["Navegador"],"Engine":["Motor"],"Useragent":["Agente de usuário"],"Agent":["Agente"],"No IP logging":["Não registrar IP"],"Full IP logging":["Registrar IP completo"],"Anonymize IP (mask last part)":["Tornar IP anônimo (mascarar a última parte)"],"Monitor changes to %(type)s":["Monitorar alterações em %(type)s"],"IP Logging":["Registro de IP"],"(select IP logging level)":["(selecione o nível de registro de IP)"],"Geo Info":["Informações geográficas"],"Agent Info":["Informação sobre o agente"],"Filter by IP":["Filtrar por IP"],"Referrer / User Agent":["Referenciador / Agente de usuário"],"Geo IP Error":["Erro IP Geo"],"Something went wrong obtaining this information":["Algo deu errado ao obter essa informação"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Este é um IP de uma rede privada. Isso significa que ele está localizado dentro de uma rede residencial ou comercial e nenhuma outra informação pode ser exibida."],"No details are known for this address.":["Nenhum detalhe é conhecido para este endereço."],"Geo IP":["IP Geo"],"City":["Cidade"],"Area":["Região"],"Timezone":["Fuso horário"],"Geo Location":["Coordenadas"],"Powered by {{link}}redirect.li{{/link}}":["Fornecido por {{link}}redirect.li{{/link}}"],"Trash":["Lixeira"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["O Redirection requer a API REST do WordPress para ser ativado. Se você a desativou, não vai conseguir usar o Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["A documentação completa (em inglês) sobre como usar o Redirection se encontra no site <a href=\"%s\" target=\"_blank\">redirection.me</a>."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["A documentação completa do Redirection encontra-se (em inglês) em {{site}}https://redirection.me{{/site}}. Se tiver algum problema, consulte primeiro as {{faq}}Perguntas frequentes{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Se quiser comunicar um erro, leia o guia {{report}}Comunicando erros (em inglês){{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Se quiser enviar informações que não possam ser tornadas públicas, então remeta-as diretamente (em inglês) por {{email}}e-mail{{/email}}. Inclua o máximo de informação que puder!"],"Never cache":["Nunca fazer cache"],"An hour":["Uma hora"],"Redirect Cache":["Cache dos redirecionamentos"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["O tempo que deve ter o cache dos URLs redirecionados com 301 (via \"Expires\" no cabeçalho HTTP)"],"Are you sure you want to import from %s?":["Tem certeza de que deseja importar de %s?"],"Plugin Importers":["Importar de plugins"],"The following redirect plugins were detected on your site and can be imported from.":["Os seguintes plugins de redirecionamento foram detectados em seu site e se pode importar deles."],"total = ":["total = "],"Import from %s":["Importar de %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["O Redirection requer o WordPress v%1$1s, mas você está usando a versão v%2$2s. Atualize o WordPress"],"Default WordPress \"old slugs\"":["Redirecionamentos de \"slugs anteriores\" do WordPress"],"Create associated redirect (added to end of URL)":["Criar redirecionamento atrelado (adicionado ao fim do URL)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["O <code>Redirectioni10n</code> não está definido. Isso geralmente significa que outro plugin está impedindo o Redirection de carregar. Desative todos os plugins e tente novamente."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Se o botão Correção mágica não funcionar, você deve ler o erro e verificar se consegue corrigi-lo manualmente. Caso contrário, siga a seção \"Preciso de ajuda\" abaixo."],"⚡️ Magic fix ⚡️":["⚡️ Correção mágica ⚡️"],"Plugin Status":["Status do plugin"],"Custom":["Personalizado"],"Mobile":["Móvel"],"Feed Readers":["Leitores de feed"],"Libraries":["Bibliotecas"],"URL Monitor Changes":["Alterações do monitoramento de URLs"],"Save changes to this group":["Salvar alterações neste grupo"],"For example \"/amp\"":["Por exemplo, \"/amp\""],"URL Monitor":["Monitoramento de URLs"],"Delete 404s":["Excluir 404s"],"Delete all from IP %s":["Excluir registros do IP %s"],"Delete all matching \"%s\"":["Excluir tudo que corresponder a \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Seu servidor rejeitou a solicitação por ela ser muito grande. Você precisará alterá-la para continuar."],"Also check if your browser is able to load <code>redirection.js</code>:":["Além disso, verifique se o seu navegador é capaz de carregar <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Se você estiver usando um plugin ou serviço de cache de página (CloudFlare, OVH, etc), então você também poderá tentar limpar esse cache."],"Unable to load Redirection":["Não foi possível carregar o Redirection"],"Unable to create group":["Não foi possível criar grupo"],"Post monitor group is valid":["O grupo do monitoramento de posts é válido"],"Post monitor group is invalid":["O grupo de monitoramento de post é inválido"],"Post monitor group":["Grupo do monitoramento de posts"],"All redirects have a valid group":["Todos os redirecionamentos têm um grupo válido"],"Redirects with invalid groups detected":["Redirecionamentos com grupos inválidos detectados"],"Valid redirect group":["Grupo de redirecionamento válido"],"Valid groups detected":["Grupos válidos detectados"],"No valid groups, so you will not be able to create any redirects":["Nenhum grupo válido. Portanto, você não poderá criar redirecionamentos"],"Valid groups":["Grupos válidos"],"Database tables":["Tabelas do banco de dados"],"The following tables are missing:":["As seguintes tabelas estão faltando:"],"All tables present":["Todas as tabelas presentes"],"Cached Redirection detected":["O Redirection foi detectado no cache"],"Please clear your browser cache and reload this page.":["Limpe o cache do seu navegador e recarregue esta página."],"The data on this page has expired, please reload.":["Os dados nesta página expiraram, por favor recarregue."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["O WordPress não retornou uma resposta. Isso pode significar que ocorreu um erro ou que a solicitação foi bloqueada. Confira o error_log de seu servidor."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Seu servidor retornou um erro 403 Proibido, que pode indicar que a solicitação foi bloqueada. Você está usando um firewall ou um plugin de segurança?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Inclua esses detalhes em seu relatório {{strong}}juntamente com uma descrição do que você estava fazendo{{/strong}}."],"If you think Redirection is at fault then create an issue.":["Se você acha que o erro é do Redirection, abra um chamado."],"This may be caused by another plugin - look at your browser's error console for more details.":["Isso pode ser causado por outro plugin - veja o console de erros do seu navegador para mais detalhes."],"Loading, please wait...":["Carregando, aguarde..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}Formato do arquivo CSV{{/strong}}: {{code}}URL de origem, URL de destino{{/code}} - e pode ser opcionalmente seguido com {{code}}regex, código http{{/code}} ({{code}}regex{{/code}} - 0 para não, 1 para sim)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["O Redirection não está funcionando. Tente limpar o cache do navegador e recarregar esta página."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Se isso não ajudar, abra o console de erros de seu navegador e crie um {{link}}novo chamado{{/link}} com os detalhes."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Se isso é um novo problema, {{strong}}crie um novo chamado{{/strong}} ou envie-o por {{strong}}e-mail{{/strong}}. Inclua a descrição do que você estava tentando fazer e detalhes importantes listados abaixo. Inclua uma captura da tela."],"Create Issue":["Criar chamado"],"Email":["E-mail"],"Important details":["Detalhes importantes"],"Need help?":["Precisa de ajuda?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Qualquer suporte somente é oferecido à medida que haja tempo disponível, e não é garantido. Não ofereço suporte pago."],"Pos":["Pos"],"410 - Gone":["410 - Não existe mais"],"Position":["Posição"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Usado na auto-geração do URL se nenhum URL for dado. Use as tags especiais {{code}}$dec${{/code}} ou {{code}}$hex${{/code}} para em vez disso inserir um ID único"],"Apache Module":["Módulo Apache"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Digite o caminho completo e o nome do arquivo se quiser que o Redirection atualize o {{code}}.htaccess{{/code}}."],"Import to group":["Importar para grupo"],"Import a CSV, .htaccess, or JSON file.":["Importar um arquivo CSV, .htaccess ou JSON."],"Click 'Add File' or drag and drop here.":["Clique 'Adicionar arquivo' ou arraste e solte aqui."],"Add File":["Adicionar arquivo"],"File selected":["Arquivo selecionado"],"Importing":["Importando"],"Finished importing":["Importação concluída"],"Total redirects imported:":["Total de redirecionamentos importados:"],"Double-check the file is the correct format!":["Verifique novamente se o arquivo é o formato correto!"],"OK":["OK"],"Close":["Fechar"],"All imports will be appended to the current database.":["Todas as importações serão anexadas ao banco de dados atual."],"Export":["Exportar"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Exportar para CSV, .htaccess do Apache, Nginx, ou JSON do Redirection (que contém todos os redirecionamentos e grupos)."],"Everything":["Tudo"],"WordPress redirects":["Redirecionamentos WordPress"],"Apache redirects":["Redirecionamentos Apache"],"Nginx redirects":["Redirecionamentos Nginx"],"CSV":["CSV"],"Apache .htaccess":[".htaccess do Apache"],"Nginx rewrite rules":["Regras de reescrita do Nginx"],"Redirection JSON":["JSON do Redirection"],"View":["Ver"],"Import/Export":["Importar/Exportar"],"Logs":["Registros"],"404 errors":["Erro 404"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Mencione {{code}}%s{{/code}} e explique o que estava fazendo no momento"],"I'd like to support some more.":["Eu gostaria de ajudar mais um pouco."],"Support 💰":["Doação 💰"],"Redirection saved":["Redirecionamento salvo"],"Log deleted":["Registro excluído"],"Settings saved":["Configurações salvas"],"Group saved":["Grupo salvo"],"Are you sure you want to delete this item?":["Tem certeza de que deseja excluir este item?","Tem certeza de que deseja excluir estes item?"],"pass":["manter url"],"All groups":["Todos os grupos"],"301 - Moved Permanently":["301 - Mudou permanentemente"],"302 - Found":["302 - Encontrado"],"307 - Temporary Redirect":["307 - Redirecionamento temporário"],"308 - Permanent Redirect":["308 - Redirecionamento permanente"],"401 - Unauthorized":["401 - Não autorizado"],"404 - Not Found":["404 - Não encontrado"],"Title":["Título"],"When matched":["Quando corresponder"],"with HTTP code":["com código HTTP"],"Show advanced options":["Exibir opções avançadas"],"Matched Target":["Destino se correspondido"],"Unmatched Target":["Destino se não correspondido"],"Saving...":["Salvando..."],"View notice":["Veja o aviso"],"Invalid source URL":["URL de origem inválido"],"Invalid redirect action":["Ação de redirecionamento inválida"],"Invalid redirect matcher":["Critério de redirecionamento inválido"],"Unable to add new redirect":["Não foi possível criar novo redirecionamento"],"Something went wrong 🙁":["Algo deu errado 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Eu estava tentando fazer uma coisa e deu errado. Pode ser um problema temporário e se você tentar novamente, pode funcionar - ótimo!"],"Log entries (%d max)":["Entradas do registro (máx %d)"],"Search by IP":["Pesquisar por IP"],"Select bulk action":["Selecionar ações em massa"],"Bulk Actions":["Ações em massa"],"Apply":["Aplicar"],"First page":["Primeira página"],"Prev page":["Página anterior"],"Current Page":["Página atual"],"of %(page)s":["de %(page)s"],"Next page":["Próxima página"],"Last page":["Última página"],"%s item":["%s item","%s itens"],"Select All":["Selecionar tudo"],"Sorry, something went wrong loading the data - please try again":["Desculpe, mas algo deu errado ao carregar os dados - tente novamente"],"No results":["Nenhum resultado"],"Delete the logs - are you sure?":["Excluir os registros - Você tem certeza?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["Uma vez excluídos, seus registros atuais não estarão mais disponíveis. Você pode agendar uma exclusão na opções do plugin Redirection, se quiser fazê-la automaticamente."],"Yes! Delete the logs":["Sim! Exclua os registros"],"No! Don't delete the logs":["Não! Não exclua os registros"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Obrigado pela assinatura! {{a}}Clique aqui{{/a}} se você precisar retornar à sua assinatura."],"Newsletter":["Boletim"],"Want to keep up to date with changes to Redirection?":["Quer ficar a par de mudanças no Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Inscreva-se no boletim do Redirection. O boletim tem baixo volume de mensagens e informa sobre novos recursos e alterações no plugin. Ideal se quiser testar alterações beta antes do lançamento."],"Your email address:":["Seu endereço de e-mail:"],"You've supported this plugin - thank you!":["Você apoiou este plugin - obrigado!"],"You get useful software and I get to carry on making it better.":["Você obtém softwares úteis e eu continuo fazendo isso melhor."],"Forever":["Para sempre"],"Delete the plugin - are you sure?":["Excluir o plugin - Você tem certeza?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["A exclusão do plugin irá remover todos os seus redirecionamentos, logs e configurações. Faça isso se desejar remover o plugin para sempre, ou se quiser reiniciar o plugin."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["Uma vez excluído, os seus redirecionamentos deixarão de funcionar. Se eles parecerem continuar funcionando, limpe o cache do seu navegador."],"Yes! Delete the plugin":["Sim! Exclua o plugin"],"No! Don't delete the plugin":["Não! Não exclua o plugin"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Gerencie todos os seus redirecionamentos 301 e monitore erros 404"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["O Redirection é livre para usar - a vida é maravilhosa e adorável! Foi necessário muito tempo e esforço para desenvolver e você pode ajudar a apoiar esse desenvolvimento {{strong}}fazendo uma pequena doação{{/strong}}."],"Redirection Support":["Ajuda do Redirection"],"Support":["Ajuda"],"404s":["404s"],"Log":["Registro"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Selecionar esta opção irá remover todos os redirecionamentos, logs e todas as opções associadas ao plugin Redirection. Certifique-se de que é isso mesmo que deseja fazer."],"Delete Redirection":["Excluir o Redirection"],"Upload":["Carregar"],"Import":["Importar"],"Update":["Atualizar"],"Auto-generate URL":["Gerar automaticamente o URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Um token exclusivo que permite a leitores de feed o acesso ao RSS do registro do Redirection (deixe em branco para gerar automaticamente)"],"RSS Token":["Token RSS"],"404 Logs":["Registros de 404"],"(time to keep logs for)":["(tempo para manter os registros)"],"Redirect Logs":["Registros de redirecionamento"],"I'm a nice person and I have helped support the author of this plugin":["Eu sou uma pessoa legal e ajudei a apoiar o autor deste plugin"],"Plugin Support":["Suporte do plugin"],"Options":["Opções"],"Two months":["Dois meses"],"A month":["Um mês"],"A week":["Uma semana"],"A day":["Um dia"],"No logs":["Não registrar"],"Delete All":["Apagar Tudo"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Use grupos para organizar os seus redirecionamentos. Os grupos são associados a um módulo, e o módulo afeta como os redirecionamentos do grupo funcionam. Na dúvida, use o módulo WordPress."],"Add Group":["Adicionar grupo"],"Search":["Pesquisar"],"Groups":["Grupos"],"Save":["Salvar"],"Group":["Grupo"],"Match":["Corresponder"],"Add new redirection":["Adicionar novo redirecionamento"],"Cancel":["Cancelar"],"Download":["Baixar"],"Redirection":["Redirection"],"Settings":["Configurações"],"Error (404)":["Erro (404)"],"Pass-through":["Manter URL de origem"],"Redirect to random post":["Redirecionar para um post aleatório"],"Redirect to URL":["Redirecionar para URL"],"Invalid group when creating redirect":["Grupo inválido ao criar o redirecionamento"],"IP":["IP"],"Source URL":["URL de origem"],"Date":["Data"],"Add Redirect":["Adicionar redirecionamento"],"All modules":["Todos os módulos"],"View Redirects":["Ver redirecionamentos"],"Module":["Módulo"],"Redirects":["Redirecionamentos"],"Name":["Nome"],"Filter":["Filtrar"],"Reset hits":["Redefinir acessos"],"Enable":["Ativar"],"Disable":["Desativar"],"Delete":["Excluir"],"Edit":["Editar"],"Last Access":["Último Acesso"],"Hits":["Acessos"],"URL":["URL"],"Type":["Tipo"],"Modified Posts":["Posts modificados"],"Redirections":["Redirecionamentos"],"User Agent":["Agente de usuário"],"URL and user agent":["URL e agente de usuário"],"Target URL":["URL de destino"],"URL only":["URL somente"],"Regex":["Regex"],"Referrer":["Referenciador"],"URL and referrer":["URL e referenciador"],"Logged Out":["Desconectado"],"Logged In":["Conectado"],"URL and login status":["URL e status de login"]}
locale/json/redirection-ru_RU.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":["размытие"],"focus":["фокус"],"scroll":["прокрутка"],"Pass - as ignore, but also copies the query parameters to the target":["Передача - как игнорирование, но с копированием параметров запроса в целевой объект"],"Ignore - as exact, but ignores any query parameters not in your source":["Игнор - как точное совпадение, но с игнорированием любых параметров запроса, отсутствующих в источнике"],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":["Настройки URL по умолчанию"],"Ignore and pass all query parameters":["Игнорировать и передавать все параметры запроса"],"Ignore all query parameters":["Игнорировать все параметры запроса"],"Exact match":["Точное совпадение"],"Caching software (e.g Cloudflare)":["Системы кэширования (например Cloudflare)"],"A security plugin (e.g Wordfence)":["Плагин безопасности (например Wordfence)"],"No more options":["Больше нет опций"],"URL options":["Настройки URL"],"Query Parameters":["Параметры запроса"],"Ignore & pass parameters to the target":["Игнорировать и передавать параметры цели"],"Ignore all parameters":["Игнорировать все параметры"],"Exact match all parameters in any order":["Точное совпадение всех параметров в любом порядке"],"Ignore Case":["Игнорировать регистр"],"Ignore Slash":["Игнорировать слэша"],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":["Обновление базы данных в процессе. Пожалуйста, продолжите для завершения."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":["Добро пожаловать в Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":["Завершено! 🎉"],"Progress: %(complete)d$":["Прогресс: %(complete)d$"],"Leaving before the process has completed may cause problems.":["Если вы уйдете до завершения, то могут возникнуть проблемы."],"Setting up Redirection":["Установка Redirection"],"Upgrading Redirection":["Обновление Redirection"],"Please remain on this page until complete.":["Оставайтесь на этой странице до завершения."],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":["Остановить обновление"],"Skip this stage":["Пропустить этот шаг"],"Try again":["Попробуйте снова"],"Database problem":["Проблема с базой данных"],"Please enable JavaScript":["Пожалуйста, включите JavaScript"],"Please upgrade your database":["Пожалуйста, обновите вашу базу данных"],"Upgrade Database":["Обновить базу данных"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":["Ваша база данных не нуждается в обновлении до %s."],"Failed to perform query \"%s\"":["Ошибка выполнения запроса \"%s\""],"Table \"%s\" is missing":["Таблица \"%s\" отсутствует"],"Create basic data":["Создать основные данные"],"Install Redirection tables":["Установить таблицы Redirection"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":[""],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Пожалуйста, не пытайтесь перенаправить все ваши 404, это не лучшее что можно сделать."],"Only the 404 page type is currently supported.":["Сейчас поддерживается только тип страницы 404."],"Page Type":["Тип страницы"],"Enter IP addresses (one per line)":["Введите IP адреса (один на строку)"],"Describe the purpose of this redirect (optional)":["Опишите цель перенаправления (необязательно)"],"418 - I'm a teapot":["418 - Я чайник"],"403 - Forbidden":["403 - Доступ запрещен"],"400 - Bad Request":["400 - Неверный запрос"],"304 - Not Modified":["304 - Без изменений"],"303 - See Other":["303 - Посмотрите другое"],"Do nothing (ignore)":["Ничего не делать (игнорировать)"],"Target URL when not matched (empty to ignore)":[""],"Target URL when matched (empty to ignore)":[""],"Show All":["Показать все"],"Delete all logs for these entries":["Удалить все журналы для этих элементов"],"Delete all logs for this entry":["Удалить все журналы для этого элемента"],"Delete Log Entries":["Удалить записи журнала"],"Group by IP":["Группировка по IP"],"Group by URL":["Группировка по URL"],"No grouping":["Без группировки"],"Ignore URL":["Игнорировать URL"],"Block IP":["Блокировка IP"],"Redirect All":["Перенаправить все"],"Count":["Счетчик"],"URL and WordPress page type":["URL и тип страницы WP"],"URL and IP":["URL и IP"],"Problem":["Проблема"],"Good":["Хорошо"],"Check":["Проверка"],"Check Redirect":["Проверка перенаправления"],"Check redirect for: {{code}}%s{{/code}}":["Проверка перенаправления для: {{code}}%s{{/code}}"],"What does this mean?":["Что это значит?"],"Not using Redirection":["Не используется перенаправление"],"Using Redirection":["Использование перенаправления"],"Found":["Найдено"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} на {{code}}%(url)s{{/code}}"],"Expected":["Ожидается"],"Error":["Ошибка"],"Enter full URL, including http:// or https://":["Введите полный URL-адрес, включая http:// или https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Иногда ваш браузер может кэшировать URL-адрес, поэтому трудно понять, работает ли он так, как ожидалось. Используйте это, чтобы проверить URL-адрес, чтобы увидеть, как он действительно перенаправляется."],"Redirect Tester":["Тестирование перенаправлений"],"Target":["Цель"],"URL is not being redirected with Redirection":["URL-адрес не перенаправляется с помощью Redirection"],"URL is being redirected with Redirection":["URL-адрес перенаправлен с помощью Redirection"],"Unable to load details":["Не удается загрузить сведения"],"Enter server URL to match against":["Введите URL-адрес сервера для совпадений"],"Server":["Сервер"],"Enter role or capability value":["Введите значение роли или возможности"],"Role":["Роль"],"Match against this browser referrer text":["Совпадение с текстом реферера браузера"],"Match against this browser user agent":["Сопоставить с этим пользовательским агентом обозревателя"],"The relative URL you want to redirect from":["Относительный URL-адрес, с которого требуется перенаправить"],"The target URL you want to redirect to if matched":["Целевой URL-адрес, который требуется перенаправить в случае совпадения"],"(beta)":["(бета)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Принудительное перенаправление с HTTP на HTTPS. Пожалуйста, убедитесь, что ваш HTTPS работает, прежде чем включить"],"Force HTTPS":["Принудительное HTTPS"],"GDPR / Privacy information":["GDPR / Информация о конфиденциальности"],"Add New":["Добавить новое"],"Please logout and login again.":["Пожалуйста, выйдите и войдите снова."],"URL and role/capability":["URL-адрес и роль/возможности"],"URL and server":["URL и сервер"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Если вы не можете получить что-либо, то Redirection может столкнуться с трудностями при общении с вашим сервером. Вы можете вручную изменить этот параметр:"],"Site and home protocol":["Протокол сайта и домашней"],"Site and home are consistent":["Сайт и домашняя страница соответствуют"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Заметьте, что вы должны передать HTTP заголовки в PHP. Обратитесь за поддержкой к своему хостинг-провайдеру, если вам требуется помощь."],"Accept Language":["заголовок Accept Language"],"Header value":["Значение заголовка"],"Header name":["Имя заголовка"],"HTTP Header":["Заголовок HTTP"],"WordPress filter name":["Имя фильтра WordPress"],"Filter Name":["Название фильтра"],"Cookie value":["Значение куки"],"Cookie name":["Имя куки"],"Cookie":["Куки"],"clearing your cache.":["очистка кеша."],"If you are using a caching system such as Cloudflare then please read this: ":["Если вы используете систему кэширования, такую как cloudflare, пожалуйста, прочитайте это: "],"URL and HTTP header":["URL-адрес и заголовок HTTP"],"URL and custom filter":["URL-адрес и пользовательский фильтр"],"URL and cookie":["URL и куки"],"404 deleted":["404 удалено"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["Как Redirection использует REST API - не изменяются, если это необходимо"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress вернул неожиданное сообщение. Это может быть вызвано тем, что REST API не работает, или другим плагином или темой."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Взгляните на{{link}}статус плагина{{/link}}. Возможно, он сможет определить и \"волшебно исправить\" проблемы."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection не может соединиться с REST API{{/link}}.Если вы отключили его, то вам нужно будет включить его."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}} Программное обеспечение безопасности может блокировать Redirection{{/link}}. Необходимо настроить, чтобы разрешить запросы REST API."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Кэширование программного обеспечения{{/link}},в частности Cloudflare, может кэшировать неправильные вещи. Попробуйте очистить все кэши."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}} Пожалуйста, временно отключите другие плагины! {{/ link}} Это устраняет множество проблем."],"None of the suggestions helped":["Ни одно из предложений не помогло"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Пожалуйста, обратитесь к <a href=\"https://redirection.me/support/problems/\">списку распространенных проблем</a>."],"Unable to load Redirection ☹️":["Не удается загрузить Redirection ☹ ️"],"WordPress REST API is working at %s":["WordPress REST API работает в %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API не работает, поэтому маршруты не проверены"],"Redirection routes are working":["Маршруты перенаправления работают"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Перенаправление не отображается в маршрутах REST API. Вы отключили его с плагином?"],"Redirection routes":["Маршруты перенаправления"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Ваш WordPress REST API был отключен. Вам нужно будет включить его для продолжения работы Redirection"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Ошибка пользовательского агента"],"Unknown Useragent":["Неизвестный агент пользователя"],"Device":["Устройство"],"Operating System":["Операционная система"],"Browser":["Браузер"],"Engine":["Движок"],"Useragent":["Пользовательский агент"],"Agent":["Агент"],"No IP logging":["Не протоколировать IP"],"Full IP logging":["Полное протоколирование IP-адресов"],"Anonymize IP (mask last part)":["Анонимизировать IP (маска последняя часть)"],"Monitor changes to %(type)s":["Отслеживание изменений в %(type)s"],"IP Logging":["Протоколирование IP"],"(select IP logging level)":["(Выберите уровень ведения протокола по IP)"],"Geo Info":["Географическая информация"],"Agent Info":["Информация о агенте"],"Filter by IP":["Фильтровать по IP"],"Referrer / User Agent":["Пользователь / Агент пользователя"],"Geo IP Error":["Ошибка GeoIP"],"Something went wrong obtaining this information":["Что-то пошло не так получение этой информации"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Это IP из частной сети. Это означает, что он находится внутри домашней или бизнес-сети, и больше информации не может быть отображено."],"No details are known for this address.":["Сведения об этом адресе не известны."],"Geo IP":["GeoIP"],"City":["Город"],"Area":["Область"],"Timezone":["Часовой пояс"],"Geo Location":["Геолокация"],"Powered by {{link}}redirect.li{{/link}}":["Работает на {{link}}redirect.li{{/link}}"],"Trash":["Корзина"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Обратите внимание, что Redirection требует WordPress REST API для включения. Если вы отключили это, то вы не сможете использовать Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Вы можете найти полную документацию об использовании Redirection на <a href=\"%s\" target=\"_blank\">redirection.me</a> поддержки сайта."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Полную документацию по Redirection можно найти на {{site}}https://redirection.me{{/site}}. Если у вас возникли проблемы, пожалуйста, проверьте сперва {{faq}}FAQ{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Если вы хотите сообщить об ошибке, пожалуйста, прочитайте инструкцию {{report}} отчеты об ошибках {{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Если вы хотите отправить информацию, которую вы не хотите в публичный репозиторий, отправьте ее напрямую через {{email}} email {{/e-mail}} - укажите как можно больше информации!"],"Never cache":["Не кэшировать"],"An hour":["Час"],"Redirect Cache":["Перенаправление кэша"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Как долго кэшировать перенаправленные 301 URL-адреса (через \"истекает\" HTTP заголовок)"],"Are you sure you want to import from %s?":["Вы действительно хотите импортировать из %s ?"],"Plugin Importers":["Импортеры плагина"],"The following redirect plugins were detected on your site and can be imported from.":["Следующие плагины перенаправления были обнаружены на вашем сайте и могут быть импортированы из."],"total = ":["всего = "],"Import from %s":["Импортировать из %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection требует WordPress v%1$1s, вы используете v%2$2s - пожалуйста, обновите ваш WordPress"],"Default WordPress \"old slugs\"":["\"Старые ярлыки\" WordPress по умолчанию"],"Create associated redirect (added to end of URL)":["Создание связанного перенаправления (Добавлено в конец URL-адреса)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> не определен. Это обычно означает, что другой плагин блокирует Redirection от загрузки. Пожалуйста, отключите все плагины и повторите попытку."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Если волшебная кнопка не работает, то вы должны посмотреть ошибку и решить, сможете ли вы исправить это вручную, иначе следуйте в раздел ниже \"Нужна помощь\"."],"⚡️ Magic fix ⚡️":["⚡️ Волшебное исправление ⚡️"],"Plugin Status":["Статус плагина"],"Custom":["Пользовательский"],"Mobile":["Мобильный"],"Feed Readers":["Читатели ленты"],"Libraries":["Библиотеки"],"URL Monitor Changes":["URL-адрес монитор изменений"],"Save changes to this group":["Сохранить изменения в этой группе"],"For example \"/amp\"":["Например \"/amp\""],"URL Monitor":["Монитор URL"],"Delete 404s":["Удалить 404"],"Delete all from IP %s":["Удалить все с IP %s"],"Delete all matching \"%s\"":["Удалить все совпадения \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Ваш сервер отклонил запрос потому что он слишком большой. Для продолжения потребуется изменить его."],"Also check if your browser is able to load <code>redirection.js</code>:":["Также проверьте, может ли ваш браузер загрузить <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Если вы используете плагин кэширования страниц или услугу (cloudflare, OVH и т.д.), то вы также можете попробовать очистить кэш."],"Unable to load Redirection":["Не удается загрузить Redirection"],"Unable to create group":["Невозможно создать группу"],"Post monitor group is valid":["Группа мониторинга сообщений действительна"],"Post monitor group is invalid":["Группа мониторинга постов недействительна."],"Post monitor group":["Группа отслеживания сообщений"],"All redirects have a valid group":["Все перенаправления имеют допустимую группу"],"Redirects with invalid groups detected":["Перенаправление с недопустимыми группами обнаружены"],"Valid redirect group":["Допустимая группа для перенаправления"],"Valid groups detected":["Обнаружены допустимые группы"],"No valid groups, so you will not be able to create any redirects":["Нет допустимых групп, поэтому вы не сможете создавать перенаправления"],"Valid groups":["Допустимые группы"],"Database tables":["Таблицы базы данных"],"The following tables are missing:":["Следующие таблицы отсутствуют:"],"All tables present":["Все таблицы в наличии"],"Cached Redirection detected":["Обнаружено кэшированное перенаправление"],"Please clear your browser cache and reload this page.":["Очистите кеш браузера и перезагрузите эту страницу."],"The data on this page has expired, please reload.":["Данные на этой странице истекли, пожалуйста, перезагрузите."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress не вернул ответ. Это может означать, что произошла ошибка или что запрос был заблокирован. Пожалуйста, проверьте ваш error_log сервера."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Ваш сервер вернул ошибку 403 (доступ запрещен), что означает что запрос был заблокирован. Возможно причина в том, что вы используете фаерволл или плагин безопасности? Возможно mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Включите эти сведения в отчет {{strong}} вместе с описанием того, что вы делали{{/strong}}."],"If you think Redirection is at fault then create an issue.":["Если вы считаете, что ошибка в Redirection, то создайте тикет о проблеме."],"This may be caused by another plugin - look at your browser's error console for more details.":["Это может быть вызвано другим плагином-посмотрите на консоль ошибок вашего браузера для более подробной информации."],"Loading, please wait...":["Загрузка, пожалуйста подождите..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}} Формат CSV-файла {{/strong}}: {code}} исходный URL, целевой URL {{/code}}-и может быть опционально сопровождаться {{code}} Regex, http кодом {{/code}} ({{code}}regex{{/code}}-0 для НЕТ, 1 для ДА)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection не работает. Попробуйте очистить кэш браузера и перезагрузить эту страницу."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Если это не поможет, откройте консоль ошибок браузера и создайте {{link}} новую заявку {{/link}} с деталями."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Если это новая проблема, пожалуйста, либо {{strong}} создайте новую заявку{{/strong}} или отправьте ее по{{strong}} электронной почте{{/strong}}. Напишите описание того, что вы пытаетесь сделать, и важные детали, перечисленные ниже. Пожалуйста, включите скриншот."],"Create Issue":["Создать тикет о проблеме"],"Email":["Электронная почта"],"Important details":["Важные детали"],"Need help?":["Нужна помощь?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Обратите внимание, что любая поддержка предоставляется по мере доступности и не гарантируется. Я не предоставляю платной поддержки."],"Pos":["Pos"],"410 - Gone":["410 - Удалено"],"Position":["Позиция"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Используется для автоматического создания URL-адреса, если URL-адрес не указан. Используйте специальные теги {{code}} $ dec $ {{code}} или {{code}} $ hex $ {{/ code}}, чтобы вместо этого вставить уникальный идентификатор"],"Apache Module":["Модуль Apache"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Введите полный путь и имя файла, если вы хотите, чтобы перенаправление автоматически обновляло ваш {{code}}. Htaccess {{code}}."],"Import to group":["Импорт в группу"],"Import a CSV, .htaccess, or JSON file.":["Импортируйте файл CSV, .htaccess или JSON."],"Click 'Add File' or drag and drop here.":["Нажмите «Добавить файл» или перетащите сюда."],"Add File":["Добавить файл"],"File selected":["Выбран файл"],"Importing":["Импортирование"],"Finished importing":["Импорт завершен"],"Total redirects imported:":["Всего импортировано перенаправлений:"],"Double-check the file is the correct format!":["Дважды проверьте правильность формата файла!"],"OK":["OK"],"Close":["Закрыть"],"All imports will be appended to the current database.":["Все импортируемые компоненты будут добавлены в текущую базу данных."],"Export":["Экспорт"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Экспорт в CSV, Apache. htaccess, nginx или Redirection JSON (который содержит все перенаправления и группы)."],"Everything":["Все"],"WordPress redirects":["Перенаправления WordPress"],"Apache redirects":["перенаправления Apache"],"Nginx redirects":["перенаправления NGINX"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Правила перезаписи nginx"],"Redirection JSON":["Перенаправление JSON"],"View":["Вид"],"Log files can be exported from the log pages.":["Файлы логов можно экспортировать из страниц логов."],"Import/Export":["Импорт/Экспорт"],"Logs":["Журналы"],"404 errors":["404 ошибки"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Пожалуйста, укажите {{code}} %s {{/code}}, и объясните, что вы делали в то время"],"I'd like to support some more.":["Мне хотелось бы поддержать чуть больше."],"Support 💰":["Поддержка 💰"],"Redirection saved":["Перенаправление сохранено"],"Log deleted":["Лог удален"],"Settings saved":["Настройки сохранены"],"Group saved":["Группа сохранена"],"Are you sure you want to delete this item?":["Вы действительно хотите удалить этот пункт?","Вы действительно хотите удалить этот пункт?","Вы действительно хотите удалить этот пункт?"],"pass":["проход"],"All groups":["Все группы"],"301 - Moved Permanently":["301 - Переехал навсегда"],"302 - Found":["302 - Найдено"],"307 - Temporary Redirect":["307 - Временное перенаправление"],"308 - Permanent Redirect":["308 - Постоянное перенаправление"],"401 - Unauthorized":["401 - Не авторизованы"],"404 - Not Found":["404 - Страница не найдена"],"Title":["Название"],"When matched":["При совпадении"],"with HTTP code":["с кодом HTTP"],"Show advanced options":["Показать расширенные параметры"],"Matched Target":["Совпавшие цели"],"Unmatched Target":["Несовпавшая цель"],"Saving...":["Сохранение..."],"View notice":["Просмотреть уведомление"],"Invalid source URL":["Неверный исходный URL"],"Invalid redirect action":["Неверное действие перенаправления"],"Invalid redirect matcher":["Неверное совпадение перенаправления"],"Unable to add new redirect":["Не удалось добавить новое перенаправление"],"Something went wrong 🙁":["Что-то пошло не так 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Я пытался что-то сделать, и все пошло не так. Это может быть временная проблема, и если вы попробуете еще раз, это может сработать - здорово!"],"Log entries (%d max)":["Журнал записей (%d максимум)"],"Search by IP":["Поиск по IP"],"Select bulk action":["Выберите массовое действие"],"Bulk Actions":["Массовые действия"],"Apply":["Применить"],"First page":["Первая страница"],"Prev page":["Предыдущая страница"],"Current Page":["Текущая страница"],"of %(page)s":["из %(page)s"],"Next page":["Следующая страница"],"Last page":["Последняя страница"],"%s item":["%s элемент","%s элемента","%s элементов"],"Select All":["Выбрать всё"],"Sorry, something went wrong loading the data - please try again":["Извините, что-то пошло не так при загрузке данных-пожалуйста, попробуйте еще раз"],"No results":["Нет результатов"],"Delete the logs - are you sure?":["Удалить журналы - вы уверены?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["После удаления текущие журналы больше не будут доступны. Если требуется сделать это автоматически, можно задать расписание удаления из параметров перенаправления."],"Yes! Delete the logs":["Да! Удалить журналы"],"No! Don't delete the logs":["Нет! Не удаляйте журналы"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Благодарим за подписку! {{a}} Нажмите здесь {{/ a}}, если вам нужно вернуться к своей подписке."],"Newsletter":["Новости"],"Want to keep up to date with changes to Redirection?":["Хотите быть в курсе изменений в плагине?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Подпишитесь на маленький информационный бюллетень Redirection - информационный бюллетень о новых функциях и изменениях в плагине с небольшим количеством сообщений. Идеально, если вы хотите протестировать бета-версии до выпуска."],"Your email address:":["Ваш адрес электронной почты:"],"You've supported this plugin - thank you!":["Вы поддерживаете этот плагин - спасибо!"],"You get useful software and I get to carry on making it better.":["Вы получаете полезное программное обеспечение, и я продолжаю делать его лучше."],"Forever":["Всегда"],"Delete the plugin - are you sure?":["Удалить плагин-вы уверены?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Удаление плагина удалит все ваши перенаправления, журналы и настройки. Сделайте это, если вы хотите удалить плагин, или если вы хотите сбросить плагин."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["После удаления перенаправления перестанут работать. Если они, кажется, продолжают работать, пожалуйста, очистите кэш браузера."],"Yes! Delete the plugin":["Да! Удалить плагин"],"No! Don't delete the plugin":["Нет! Не удаляйте плагин"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Управляйте всеми 301-перенаправлениями и отслеживайте ошибки 404"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection является бесплатным для использования - жизнь чудесна и прекрасна! Это потребовало много времени и усилий для развития, и вы можете помочь поддержать эту разработку {{strong}} сделав небольшое пожертвование {{/strong}}."],"Redirection Support":["Поддержка перенаправления"],"Support":["Поддержка"],"404s":["404"],"Log":["Журнал"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Выбор данной опции удалит все настроенные перенаправления, все журналы и все другие настройки, связанные с данным плагином. Убедитесь, что это именно то, чего вы желаете."],"Delete Redirection":["Удалить перенаправление"],"Upload":["Загрузить"],"Import":["Импортировать"],"Update":["Обновить"],"Auto-generate URL":["Автоматическое создание URL-адреса"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Уникальный токен, позволяющий читателям получить доступ к RSS журнала Redirection (оставьте пустым, чтобы автоматически генерировать)"],"RSS Token":["RSS-токен"],"404 Logs":["404 Журналы"],"(time to keep logs for)":["(время хранения журналов для)"],"Redirect Logs":["Перенаправление журналов"],"I'm a nice person and I have helped support the author of this plugin":["Я хороший человек, и я помог поддержать автора этого плагина"],"Plugin Support":["Поддержка плагина"],"Options":["Опции"],"Two months":["Два месяца"],"A month":["Месяц"],"A week":["Неделя"],"A day":["День"],"No logs":["Нет записей"],"Delete All":["Удалить все"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Используйте группы для организации редиректов. Группы назначаются модулю, который определяет как будут работать перенаправления в этой группе. Если не уверены - используйте модуль WordPress."],"Add Group":["Добавить группу"],"Search":["Поиск"],"Groups":["Группы"],"Save":["Сохранить"],"Group":["Группа"],"Match":["Совпадение"],"Add new redirection":["Добавить новое перенаправление"],"Cancel":["Отменить"],"Download":["Скачать"],"Redirection":["Redirection"],"Settings":["Настройки"],"Error (404)":["Ошибка (404)"],"Pass-through":["Прозрачно пропускать"],"Redirect to random post":["Перенаправить на случайную запись"],"Redirect to URL":["Перенаправление на URL"],"Invalid group when creating redirect":["Неправильная группа при создании переадресации"],"IP":["IP"],"Source URL":["Исходный URL"],"Date":["Дата"],"Add Redirect":["Добавить перенаправление"],"All modules":["Все модули"],"View Redirects":["Просмотр перенаправлений"],"Module":["Модуль"],"Redirects":["Редиректы"],"Name":["Имя"],"Filter":["Фильтр"],"Reset hits":["Сбросить показы"],"Enable":["Включить"],"Disable":["Отключить"],"Delete":["Удалить"],"Edit":["Редактировать"],"Last Access":["Последний доступ"],"Hits":["Показы"],"URL":["URL"],"Type":["Тип"],"Modified Posts":["Измененные записи"],"Redirections":["Перенаправления"],"User Agent":["Агент пользователя"],"URL and user agent":["URL-адрес и агент пользователя"],"Target URL":["Целевой URL-адрес"],"URL only":["Только URL-адрес"],"Regex":["Regex"],"Referrer":["Ссылающийся URL"],"URL and referrer":["URL и ссылающийся URL"],"Logged Out":["Выход из системы"],"Logged In":["Вход в систему"],"URL and login status":["Статус URL и входа"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":[""],"Export 404":[""],"Export redirect":[""],"You need at least one GET/POST pair for the plugin to work.":[""],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":[""],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":[""],"Unable to update redirect":[""],"blur":["размытие"],"focus":["фокус"],"scroll":["прокрутка"],"Pass - as ignore, but also copies the query parameters to the target":["Передача - как игнорирование, но с копированием параметров запроса в целевой объект"],"Ignore - as exact, but ignores any query parameters not in your source":["Игнор - как точное совпадение, но с игнорированием любых параметров запроса, отсутствующих в источнике"],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":["Настройки URL по умолчанию"],"Ignore and pass all query parameters":["Игнорировать и передавать все параметры запроса"],"Ignore all query parameters":["Игнорировать все параметры запроса"],"Exact match":["Точное совпадение"],"Caching software (e.g Cloudflare)":["Системы кэширования (например Cloudflare)"],"A security plugin (e.g Wordfence)":["Плагин безопасности (например Wordfence)"],"No more options":["Больше нет опций"],"URL options":["Настройки URL"],"Query Parameters":["Параметры запроса"],"Ignore & pass parameters to the target":["Игнорировать и передавать параметры цели"],"Ignore all parameters":["Игнорировать все параметры"],"Exact match all parameters in any order":["Точное совпадение всех параметров в любом порядке"],"Ignore Case":["Игнорировать регистр"],"Ignore Slash":["Игнорировать слэша"],"Relative REST API":[""],"Raw REST API":[""],"Default REST API":[""],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":[""],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":["Обновление базы данных в процессе. Пожалуйста, продолжите для завершения."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":[""],"Update Required":[""],"I need some support!":[""],"Finish Setup":[""],"Checking your REST API":[""],"Retry":[""],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":[""],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":[""],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":[""],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":[""],"{{link}}Read more about this.{{/link}}":[""],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":[""],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":[""],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":[""],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":[""],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":["Добро пожаловать в Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":["Завершено! 🎉"],"Progress: %(complete)d$":["Прогресс: %(complete)d$"],"Leaving before the process has completed may cause problems.":["Если вы уйдете до завершения, то могут возникнуть проблемы."],"Setting up Redirection":["Установка Redirection"],"Upgrading Redirection":["Обновление Redirection"],"Please remain on this page until complete.":["Оставайтесь на этой странице до завершения."],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":["Остановить обновление"],"Skip this stage":["Пропустить этот шаг"],"Try again":["Попробуйте снова"],"Database problem":["Проблема с базой данных"],"Please enable JavaScript":["Пожалуйста, включите JavaScript"],"Please upgrade your database":["Пожалуйста, обновите вашу базу данных"],"Upgrade Database":["Обновить базу данных"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":["Ваша база данных не нуждается в обновлении до %s."],"Failed to perform query \"%s\"":["Ошибка выполнения запроса \"%s\""],"Table \"%s\" is missing":["Таблица \"%s\" отсутствует"],"Create basic data":["Создать основные данные"],"Install Redirection tables":["Установить таблицы Redirection"],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":[""],"Please do not try and redirect all your 404s - this is not a good thing to do.":["Пожалуйста, не пытайтесь перенаправить все ваши 404, это не лучшее что можно сделать."],"Only the 404 page type is currently supported.":["Сейчас поддерживается только тип страницы 404."],"Page Type":["Тип страницы"],"Enter IP addresses (one per line)":["Введите IP адреса (один на строку)"],"Describe the purpose of this redirect (optional)":["Опишите цель перенаправления (необязательно)"],"418 - I'm a teapot":["418 - Я чайник"],"403 - Forbidden":["403 - Доступ запрещен"],"400 - Bad Request":["400 - Неверный запрос"],"304 - Not Modified":["304 - Без изменений"],"303 - See Other":["303 - Посмотрите другое"],"Do nothing (ignore)":["Ничего не делать (игнорировать)"],"Target URL when not matched (empty to ignore)":[""],"Target URL when matched (empty to ignore)":[""],"Show All":["Показать все"],"Delete all logs for these entries":["Удалить все журналы для этих элементов"],"Delete all logs for this entry":["Удалить все журналы для этого элемента"],"Delete Log Entries":["Удалить записи журнала"],"Group by IP":["Группировка по IP"],"Group by URL":["Группировка по URL"],"No grouping":["Без группировки"],"Ignore URL":["Игнорировать URL"],"Block IP":["Блокировка IP"],"Redirect All":["Перенаправить все"],"Count":["Счетчик"],"URL and WordPress page type":["URL и тип страницы WP"],"URL and IP":["URL и IP"],"Problem":["Проблема"],"Good":["Хорошо"],"Check":["Проверка"],"Check Redirect":["Проверка перенаправления"],"Check redirect for: {{code}}%s{{/code}}":["Проверка перенаправления для: {{code}}%s{{/code}}"],"What does this mean?":["Что это значит?"],"Not using Redirection":["Не используется перенаправление"],"Using Redirection":["Использование перенаправления"],"Found":["Найдено"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":["{{code}}%(status)d{{/code}} на {{code}}%(url)s{{/code}}"],"Expected":["Ожидается"],"Error":["Ошибка"],"Enter full URL, including http:// or https://":["Введите полный URL-адрес, включая http:// или https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":["Иногда ваш браузер может кэшировать URL-адрес, поэтому трудно понять, работает ли он так, как ожидалось. Используйте это, чтобы проверить URL-адрес, чтобы увидеть, как он действительно перенаправляется."],"Redirect Tester":["Тестирование перенаправлений"],"Target":["Цель"],"URL is not being redirected with Redirection":["URL-адрес не перенаправляется с помощью Redirection"],"URL is being redirected with Redirection":["URL-адрес перенаправлен с помощью Redirection"],"Unable to load details":["Не удается загрузить сведения"],"Enter server URL to match against":["Введите URL-адрес сервера для совпадений"],"Server":["Сервер"],"Enter role or capability value":["Введите значение роли или возможности"],"Role":["Роль"],"Match against this browser referrer text":["Совпадение с текстом реферера браузера"],"Match against this browser user agent":["Сопоставить с этим пользовательским агентом обозревателя"],"The relative URL you want to redirect from":["Относительный URL-адрес, с которого требуется перенаправить"],"The target URL you want to redirect to if matched":["Целевой URL-адрес, который требуется перенаправить в случае совпадения"],"(beta)":["(бета)"],"Force HTTPS":["Принудительное HTTPS"],"GDPR / Privacy information":["GDPR / Информация о конфиденциальности"],"Add New":["Добавить новое"],"Please logout and login again.":["Пожалуйста, выйдите и войдите снова."],"URL and role/capability":["URL-адрес и роль/возможности"],"URL and server":["URL и сервер"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Если вы не можете получить что-либо, то Redirection может столкнуться с трудностями при общении с вашим сервером. Вы можете вручную изменить этот параметр:"],"Site and home protocol":["Протокол сайта и домашней"],"Site and home are consistent":["Сайт и домашняя страница соответствуют"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":["Заметьте, что вы должны передать HTTP заголовки в PHP. Обратитесь за поддержкой к своему хостинг-провайдеру, если вам требуется помощь."],"Accept Language":["заголовок Accept Language"],"Header value":["Значение заголовка"],"Header name":["Имя заголовка"],"HTTP Header":["Заголовок HTTP"],"WordPress filter name":["Имя фильтра WordPress"],"Filter Name":["Название фильтра"],"Cookie value":["Значение куки"],"Cookie name":["Имя куки"],"Cookie":["Куки"],"clearing your cache.":["очистка кеша."],"If you are using a caching system such as Cloudflare then please read this: ":["Если вы используете систему кэширования, такую как cloudflare, пожалуйста, прочитайте это: "],"URL and HTTP header":["URL-адрес и заголовок HTTP"],"URL and custom filter":["URL-адрес и пользовательский фильтр"],"URL and cookie":["URL и куки"],"404 deleted":["404 удалено"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["Как Redirection использует REST API - не изменяются, если это необходимо"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress вернул неожиданное сообщение. Это может быть вызвано тем, что REST API не работает, или другим плагином или темой."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Взгляните на{{link}}статус плагина{{/link}}. Возможно, он сможет определить и \"волшебно исправить\" проблемы."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection не может соединиться с REST API{{/link}}.Если вы отключили его, то вам нужно будет включить его."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}} Программное обеспечение безопасности может блокировать Redirection{{/link}}. Необходимо настроить, чтобы разрешить запросы REST API."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Кэширование программного обеспечения{{/link}},в частности Cloudflare, может кэшировать неправильные вещи. Попробуйте очистить все кэши."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}} Пожалуйста, временно отключите другие плагины! {{/ link}} Это устраняет множество проблем."],"None of the suggestions helped":["Ни одно из предложений не помогло"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Пожалуйста, обратитесь к <a href=\"https://redirection.me/support/problems/\">списку распространенных проблем</a>."],"Unable to load Redirection ☹️":["Не удается загрузить Redirection ☹ ️"],"WordPress REST API is working at %s":["WordPress REST API работает в %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API не работает, поэтому маршруты не проверены"],"Redirection routes are working":["Маршруты перенаправления работают"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Перенаправление не отображается в маршрутах REST API. Вы отключили его с плагином?"],"Redirection routes":["Маршруты перенаправления"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Ваш WordPress REST API был отключен. Вам нужно будет включить его для продолжения работы Redirection"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Ошибка пользовательского агента"],"Unknown Useragent":["Неизвестный агент пользователя"],"Device":["Устройство"],"Operating System":["Операционная система"],"Browser":["Браузер"],"Engine":["Движок"],"Useragent":["Пользовательский агент"],"Agent":["Агент"],"No IP logging":["Не протоколировать IP"],"Full IP logging":["Полное протоколирование IP-адресов"],"Anonymize IP (mask last part)":["Анонимизировать IP (маска последняя часть)"],"Monitor changes to %(type)s":["Отслеживание изменений в %(type)s"],"IP Logging":["Протоколирование IP"],"(select IP logging level)":["(Выберите уровень ведения протокола по IP)"],"Geo Info":["Географическая информация"],"Agent Info":["Информация о агенте"],"Filter by IP":["Фильтровать по IP"],"Referrer / User Agent":["Пользователь / Агент пользователя"],"Geo IP Error":["Ошибка GeoIP"],"Something went wrong obtaining this information":["Что-то пошло не так получение этой информации"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Это IP из частной сети. Это означает, что он находится внутри домашней или бизнес-сети, и больше информации не может быть отображено."],"No details are known for this address.":["Сведения об этом адресе не известны."],"Geo IP":["GeoIP"],"City":["Город"],"Area":["Область"],"Timezone":["Часовой пояс"],"Geo Location":["Геолокация"],"Powered by {{link}}redirect.li{{/link}}":["Работает на {{link}}redirect.li{{/link}}"],"Trash":["Корзина"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Обратите внимание, что Redirection требует WordPress REST API для включения. Если вы отключили это, то вы не сможете использовать Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Вы можете найти полную документацию об использовании Redirection на <a href=\"%s\" target=\"_blank\">redirection.me</a> поддержки сайта."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Полную документацию по Redirection можно найти на {{site}}https://redirection.me{{/site}}. Если у вас возникли проблемы, пожалуйста, проверьте сперва {{faq}}FAQ{{/faq}}."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Если вы хотите сообщить об ошибке, пожалуйста, прочитайте инструкцию {{report}} отчеты об ошибках {{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Если вы хотите отправить информацию, которую вы не хотите в публичный репозиторий, отправьте ее напрямую через {{email}} email {{/e-mail}} - укажите как можно больше информации!"],"Never cache":["Не кэшировать"],"An hour":["Час"],"Redirect Cache":["Перенаправление кэша"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Как долго кэшировать перенаправленные 301 URL-адреса (через \"истекает\" HTTP заголовок)"],"Are you sure you want to import from %s?":["Вы действительно хотите импортировать из %s ?"],"Plugin Importers":["Импортеры плагина"],"The following redirect plugins were detected on your site and can be imported from.":["Следующие плагины перенаправления были обнаружены на вашем сайте и могут быть импортированы из."],"total = ":["всего = "],"Import from %s":["Импортировать из %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection требует WordPress v%1$1s, вы используете v%2$2s - пожалуйста, обновите ваш WordPress"],"Default WordPress \"old slugs\"":["\"Старые ярлыки\" WordPress по умолчанию"],"Create associated redirect (added to end of URL)":["Создание связанного перенаправления (Добавлено в конец URL-адреса)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> не определен. Это обычно означает, что другой плагин блокирует Redirection от загрузки. Пожалуйста, отключите все плагины и повторите попытку."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Если волшебная кнопка не работает, то вы должны посмотреть ошибку и решить, сможете ли вы исправить это вручную, иначе следуйте в раздел ниже \"Нужна помощь\"."],"⚡️ Magic fix ⚡️":["⚡️ Волшебное исправление ⚡️"],"Plugin Status":["Статус плагина"],"Custom":["Пользовательский"],"Mobile":["Мобильный"],"Feed Readers":["Читатели ленты"],"Libraries":["Библиотеки"],"URL Monitor Changes":["URL-адрес монитор изменений"],"Save changes to this group":["Сохранить изменения в этой группе"],"For example \"/amp\"":["Например \"/amp\""],"URL Monitor":["Монитор URL"],"Delete 404s":["Удалить 404"],"Delete all from IP %s":["Удалить все с IP %s"],"Delete all matching \"%s\"":["Удалить все совпадения \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Ваш сервер отклонил запрос потому что он слишком большой. Для продолжения потребуется изменить его."],"Also check if your browser is able to load <code>redirection.js</code>:":["Также проверьте, может ли ваш браузер загрузить <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Если вы используете плагин кэширования страниц или услугу (cloudflare, OVH и т.д.), то вы также можете попробовать очистить кэш."],"Unable to load Redirection":["Не удается загрузить Redirection"],"Unable to create group":["Невозможно создать группу"],"Post monitor group is valid":["Группа мониторинга сообщений действительна"],"Post monitor group is invalid":["Группа мониторинга постов недействительна."],"Post monitor group":["Группа отслеживания сообщений"],"All redirects have a valid group":["Все перенаправления имеют допустимую группу"],"Redirects with invalid groups detected":["Перенаправление с недопустимыми группами обнаружены"],"Valid redirect group":["Допустимая группа для перенаправления"],"Valid groups detected":["Обнаружены допустимые группы"],"No valid groups, so you will not be able to create any redirects":["Нет допустимых групп, поэтому вы не сможете создавать перенаправления"],"Valid groups":["Допустимые группы"],"Database tables":["Таблицы базы данных"],"The following tables are missing:":["Следующие таблицы отсутствуют:"],"All tables present":["Все таблицы в наличии"],"Cached Redirection detected":["Обнаружено кэшированное перенаправление"],"Please clear your browser cache and reload this page.":["Очистите кеш браузера и перезагрузите эту страницу."],"The data on this page has expired, please reload.":["Данные на этой странице истекли, пожалуйста, перезагрузите."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress не вернул ответ. Это может означать, что произошла ошибка или что запрос был заблокирован. Пожалуйста, проверьте ваш error_log сервера."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":["Ваш сервер вернул ошибку 403 (доступ запрещен), что означает что запрос был заблокирован. Возможно причина в том, что вы используете фаерволл или плагин безопасности? Возможно mod_security?"],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Включите эти сведения в отчет {{strong}} вместе с описанием того, что вы делали{{/strong}}."],"If you think Redirection is at fault then create an issue.":["Если вы считаете, что ошибка в Redirection, то создайте тикет о проблеме."],"This may be caused by another plugin - look at your browser's error console for more details.":["Это может быть вызвано другим плагином-посмотрите на консоль ошибок вашего браузера для более подробной информации."],"Loading, please wait...":["Загрузка, пожалуйста подождите..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}} Формат CSV-файла {{/strong}}: {code}} исходный URL, целевой URL {{/code}}-и может быть опционально сопровождаться {{code}} Regex, http кодом {{/code}} ({{code}}regex{{/code}}-0 для НЕТ, 1 для ДА)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection не работает. Попробуйте очистить кэш браузера и перезагрузить эту страницу."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Если это не поможет, откройте консоль ошибок браузера и создайте {{link}} новую заявку {{/link}} с деталями."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Если это новая проблема, пожалуйста, либо {{strong}} создайте новую заявку{{/strong}} или отправьте ее по{{strong}} электронной почте{{/strong}}. Напишите описание того, что вы пытаетесь сделать, и важные детали, перечисленные ниже. Пожалуйста, включите скриншот."],"Create Issue":["Создать тикет о проблеме"],"Email":["Электронная почта"],"Important details":["Важные детали"],"Need help?":["Нужна помощь?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Обратите внимание, что любая поддержка предоставляется по мере доступности и не гарантируется. Я не предоставляю платной поддержки."],"Pos":["Pos"],"410 - Gone":["410 - Удалено"],"Position":["Позиция"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Используется для автоматического создания URL-адреса, если URL-адрес не указан. Используйте специальные теги {{code}} $ dec $ {{code}} или {{code}} $ hex $ {{/ code}}, чтобы вместо этого вставить уникальный идентификатор"],"Apache Module":["Модуль Apache"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Введите полный путь и имя файла, если вы хотите, чтобы перенаправление автоматически обновляло ваш {{code}}. Htaccess {{code}}."],"Import to group":["Импорт в группу"],"Import a CSV, .htaccess, or JSON file.":["Импортируйте файл CSV, .htaccess или JSON."],"Click 'Add File' or drag and drop here.":["Нажмите «Добавить файл» или перетащите сюда."],"Add File":["Добавить файл"],"File selected":["Выбран файл"],"Importing":["Импортирование"],"Finished importing":["Импорт завершен"],"Total redirects imported:":["Всего импортировано перенаправлений:"],"Double-check the file is the correct format!":["Дважды проверьте правильность формата файла!"],"OK":["OK"],"Close":["Закрыть"],"All imports will be appended to the current database.":["Все импортируемые компоненты будут добавлены в текущую базу данных."],"Export":["Экспорт"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Экспорт в CSV, Apache. htaccess, nginx или Redirection JSON (который содержит все перенаправления и группы)."],"Everything":["Все"],"WordPress redirects":["Перенаправления WordPress"],"Apache redirects":["перенаправления Apache"],"Nginx redirects":["перенаправления NGINX"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Правила перезаписи nginx"],"Redirection JSON":["Перенаправление JSON"],"View":["Вид"],"Import/Export":["Импорт/Экспорт"],"Logs":["Журналы"],"404 errors":["404 ошибки"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Пожалуйста, укажите {{code}} %s {{/code}}, и объясните, что вы делали в то время"],"I'd like to support some more.":["Мне хотелось бы поддержать чуть больше."],"Support 💰":["Поддержка 💰"],"Redirection saved":["Перенаправление сохранено"],"Log deleted":["Лог удален"],"Settings saved":["Настройки сохранены"],"Group saved":["Группа сохранена"],"Are you sure you want to delete this item?":["Вы действительно хотите удалить этот пункт?","Вы действительно хотите удалить этот пункт?","Вы действительно хотите удалить этот пункт?"],"pass":["проход"],"All groups":["Все группы"],"301 - Moved Permanently":["301 - Переехал навсегда"],"302 - Found":["302 - Найдено"],"307 - Temporary Redirect":["307 - Временное перенаправление"],"308 - Permanent Redirect":["308 - Постоянное перенаправление"],"401 - Unauthorized":["401 - Не авторизованы"],"404 - Not Found":["404 - Страница не найдена"],"Title":["Название"],"When matched":["При совпадении"],"with HTTP code":["с кодом HTTP"],"Show advanced options":["Показать расширенные параметры"],"Matched Target":["Совпавшие цели"],"Unmatched Target":["Несовпавшая цель"],"Saving...":["Сохранение..."],"View notice":["Просмотреть уведомление"],"Invalid source URL":["Неверный исходный URL"],"Invalid redirect action":["Неверное действие перенаправления"],"Invalid redirect matcher":["Неверное совпадение перенаправления"],"Unable to add new redirect":["Не удалось добавить новое перенаправление"],"Something went wrong 🙁":["Что-то пошло не так 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Я пытался что-то сделать, и все пошло не так. Это может быть временная проблема, и если вы попробуете еще раз, это может сработать - здорово!"],"Log entries (%d max)":["Журнал записей (%d максимум)"],"Search by IP":["Поиск по IP"],"Select bulk action":["Выберите массовое действие"],"Bulk Actions":["Массовые действия"],"Apply":["Применить"],"First page":["Первая страница"],"Prev page":["Предыдущая страница"],"Current Page":["Текущая страница"],"of %(page)s":["из %(page)s"],"Next page":["Следующая страница"],"Last page":["Последняя страница"],"%s item":["%s элемент","%s элемента","%s элементов"],"Select All":["Выбрать всё"],"Sorry, something went wrong loading the data - please try again":["Извините, что-то пошло не так при загрузке данных-пожалуйста, попробуйте еще раз"],"No results":["Нет результатов"],"Delete the logs - are you sure?":["Удалить журналы - вы уверены?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["После удаления текущие журналы больше не будут доступны. Если требуется сделать это автоматически, можно задать расписание удаления из параметров перенаправления."],"Yes! Delete the logs":["Да! Удалить журналы"],"No! Don't delete the logs":["Нет! Не удаляйте журналы"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Благодарим за подписку! {{a}} Нажмите здесь {{/ a}}, если вам нужно вернуться к своей подписке."],"Newsletter":["Новости"],"Want to keep up to date with changes to Redirection?":["Хотите быть в курсе изменений в плагине?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":["Подпишитесь на маленький информационный бюллетень Redirection - информационный бюллетень о новых функциях и изменениях в плагине с небольшим количеством сообщений. Идеально, если вы хотите протестировать бета-версии до выпуска."],"Your email address:":["Ваш адрес электронной почты:"],"You've supported this plugin - thank you!":["Вы поддерживаете этот плагин - спасибо!"],"You get useful software and I get to carry on making it better.":["Вы получаете полезное программное обеспечение, и я продолжаю делать его лучше."],"Forever":["Всегда"],"Delete the plugin - are you sure?":["Удалить плагин-вы уверены?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Удаление плагина удалит все ваши перенаправления, журналы и настройки. Сделайте это, если вы хотите удалить плагин, или если вы хотите сбросить плагин."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["После удаления перенаправления перестанут работать. Если они, кажется, продолжают работать, пожалуйста, очистите кэш браузера."],"Yes! Delete the plugin":["Да! Удалить плагин"],"No! Don't delete the plugin":["Нет! Не удаляйте плагин"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Управляйте всеми 301-перенаправлениями и отслеживайте ошибки 404"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection является бесплатным для использования - жизнь чудесна и прекрасна! Это потребовало много времени и усилий для развития, и вы можете помочь поддержать эту разработку {{strong}} сделав небольшое пожертвование {{/strong}}."],"Redirection Support":["Поддержка перенаправления"],"Support":["Поддержка"],"404s":["404"],"Log":["Журнал"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Выбор данной опции удалит все настроенные перенаправления, все журналы и все другие настройки, связанные с данным плагином. Убедитесь, что это именно то, чего вы желаете."],"Delete Redirection":["Удалить перенаправление"],"Upload":["Загрузить"],"Import":["Импортировать"],"Update":["Обновить"],"Auto-generate URL":["Автоматическое создание URL-адреса"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["Уникальный токен, позволяющий читателям получить доступ к RSS журнала Redirection (оставьте пустым, чтобы автоматически генерировать)"],"RSS Token":["RSS-токен"],"404 Logs":["404 Журналы"],"(time to keep logs for)":["(время хранения журналов для)"],"Redirect Logs":["Перенаправление журналов"],"I'm a nice person and I have helped support the author of this plugin":["Я хороший человек, и я помог поддержать автора этого плагина"],"Plugin Support":["Поддержка плагина"],"Options":["Опции"],"Two months":["Два месяца"],"A month":["Месяц"],"A week":["Неделя"],"A day":["День"],"No logs":["Нет записей"],"Delete All":["Удалить все"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Используйте группы для организации редиректов. Группы назначаются модулю, который определяет как будут работать перенаправления в этой группе. Если не уверены - используйте модуль WordPress."],"Add Group":["Добавить группу"],"Search":["Поиск"],"Groups":["Группы"],"Save":["Сохранить"],"Group":["Группа"],"Match":["Совпадение"],"Add new redirection":["Добавить новое перенаправление"],"Cancel":["Отменить"],"Download":["Скачать"],"Redirection":["Redirection"],"Settings":["Настройки"],"Error (404)":["Ошибка (404)"],"Pass-through":["Прозрачно пропускать"],"Redirect to random post":["Перенаправить на случайную запись"],"Redirect to URL":["Перенаправление на URL"],"Invalid group when creating redirect":["Неправильная группа при создании переадресации"],"IP":["IP"],"Source URL":["Исходный URL"],"Date":["Дата"],"Add Redirect":["Добавить перенаправление"],"All modules":["Все модули"],"View Redirects":["Просмотр перенаправлений"],"Module":["Модуль"],"Redirects":["Редиректы"],"Name":["Имя"],"Filter":["Фильтр"],"Reset hits":["Сбросить показы"],"Enable":["Включить"],"Disable":["Отключить"],"Delete":["Удалить"],"Edit":["Редактировать"],"Last Access":["Последний доступ"],"Hits":["Показы"],"URL":["URL"],"Type":["Тип"],"Modified Posts":["Измененные записи"],"Redirections":["Перенаправления"],"User Agent":["Агент пользователя"],"URL and user agent":["URL-адрес и агент пользователя"],"Target URL":["Целевой URL-адрес"],"URL only":["Только URL-адрес"],"Regex":["Regex"],"Referrer":["Ссылающийся URL"],"URL and referrer":["URL и ссылающийся URL"],"Logged Out":["Выход из системы"],"Logged In":["Вход в систему"],"URL and login status":["Статус URL и входа"]}
locale/json/redirection-sv_SE.json CHANGED
@@ -1 +1 @@
1
- {"":[],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":["Exakt matchning"],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":["Inga fler alternativ"],"URL options":["URL-alternativ"],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":["Ignorera alla parametrar"],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":["Relativ REST API"],"Raw REST API":[""],"Default REST API":["Standard REST API"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":["Inaktiverad! Upptäckte PHP %s, behöver PHP 5.4+"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":["En databasuppgradering pågår. Fortsätt att slutföra."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":["Redirections databas behöver uppdateras"],"Update Required":["Uppdatering krävs"],"I need some support!":["Jag behöver lite support!"],"Finish Setup":["Slutför inställning"],"Checking your REST API":["Kontrollerar din REST API"],"Retry":["Försök igen"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":["Några andra tillägg som blockerar REST API"],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":["Gå tillbaka"],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":["Spara IP-information för omdirigeringar och 404 fel."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":["Behåll en logg över alla omdirigeringar och 404 fel."],"{{link}}Read more about this.{{/link}}":["{{link}}Läs mer om detta.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":["Övervaka ändringar i permalänkar i WordPress-inlägg och sidor"],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":["När du är klar, tryck på knappen för att fortsätta."],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":["Vissa funktioner som du kan tycka är användbara är"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":["Hur använder jag detta tillägg?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":["Välkommen till Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":["Klart! 🎉"],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":["Uppgraderar Redirection"],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":["Stoppa uppgradering"],"Skip this stage":["Hoppa över detta steg"],"Try again":["Försök igen"],"Database problem":["Databasproblem"],"Please enable JavaScript":["Aktivera JavaScript"],"Please upgrade your database":["Uppgradera din databas"],"Upgrade Database":["Uppgradera databas"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":["Din databas behöver inte uppdateras till %s."],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":["Skapa grundläggande data"],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":[""],"Please do not try and redirect all your 404s - this is not a good thing to do.":[""],"Only the 404 page type is currently supported.":[""],"Page Type":["Sidtyp"],"Enter IP addresses (one per line)":["Ange IP-adresser (en per rad)"],"Describe the purpose of this redirect (optional)":["Beskriv syftet med denna omdirigering (valfritt)"],"418 - I'm a teapot":["418 – Jag är en tekanna"],"403 - Forbidden":["403 – Förbjuden"],"400 - Bad Request":[""],"304 - Not Modified":["304 – Inte modifierad"],"303 - See Other":[""],"Do nothing (ignore)":["Gör ingenting (ignorera)"],"Target URL when not matched (empty to ignore)":["URL-mål när den inte matchas (tom för att ignorera)"],"Target URL when matched (empty to ignore)":["URL-mål vid matchning (tom för att ignorera)"],"Show All":["Visa alla"],"Delete all logs for these entries":["Ta bort alla loggar för dessa poster"],"Delete all logs for this entry":["Ta bort alla loggar för denna post"],"Delete Log Entries":[""],"Group by IP":["Grupp efter IP"],"Group by URL":["Grupp efter URL"],"No grouping":["Ingen gruppering"],"Ignore URL":["Ignorera URL"],"Block IP":["Blockera IP"],"Redirect All":["Omdirigera alla"],"Count":[""],"URL and WordPress page type":[""],"URL and IP":["URL och IP"],"Problem":["Problem"],"Good":["Bra"],"Check":["Kontrollera"],"Check Redirect":["Kontrollera omdirigering"],"Check redirect for: {{code}}%s{{/code}}":["Kontrollera omdirigering för: {{code}}%s{{/code}}"],"What does this mean?":["Vad betyder detta?"],"Not using Redirection":["Använder inte omdirigering"],"Using Redirection":["Använder omdirigering"],"Found":["Hittad"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":[""],"Expected":["Förväntad"],"Error":["Fel"],"Enter full URL, including http:// or https://":["Ange fullständig URL, inklusive http:// eller https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":[""],"Redirect Tester":["Omdirigeringstestare"],"Target":["Mål"],"URL is not being redirected with Redirection":["URL omdirigeras inte med Redirection"],"URL is being redirected with Redirection":["URL omdirigeras med Redirection"],"Unable to load details":["Det gick inte att ladda detaljer"],"Enter server URL to match against":["Ange server-URL för att matcha mot"],"Server":["Server"],"Enter role or capability value":["Ange roll eller behörighetsvärde"],"Role":["Roll"],"Match against this browser referrer text":[""],"Match against this browser user agent":[""],"The relative URL you want to redirect from":["Den relativa URL du vill omdirigera från"],"The target URL you want to redirect to if matched":["URL-målet du vill omdirigera till om den matchas"],"(beta)":["(beta)"],"Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling":["Tvinga en omdirigering från HTTP till HTTPS. Se till att din HTTPS fungerar innan du aktiverar"],"Force HTTPS":["Tvinga HTTPS"],"GDPR / Privacy information":["GDPR/integritetsinformation"],"Add New":["Lägg till ny"],"Please logout and login again.":["Logga ut och logga in igen."],"URL and role/capability":["URL och roll/behörighet"],"URL and server":["URL och server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Om du inte kan få något att fungera kan det hända att Redirection har svårt att kommunicera med din server. Du kan försöka ändra den här inställningen manuellt:"],"Site and home protocol":["Webbplats och hemprotokoll"],"Site and home are consistent":["Webbplats och hem är konsekventa"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":[""],"Accept Language":["Acceptera språk"],"Header value":["Värde för sidhuvud"],"Header name":["Namn på sidhuvud"],"HTTP Header":["HTTP-sidhuvud"],"WordPress filter name":["WordPress-filternamn"],"Filter Name":["Filternamn"],"Cookie value":["Cookie-värde"],"Cookie name":["Cookie-namn"],"Cookie":["Cookie"],"clearing your cache.":["rensa cacheminnet."],"If you are using a caching system such as Cloudflare then please read this: ":["Om du använder ett caching-system som Cloudflare, läs det här:"],"URL and HTTP header":["URL- och HTTP-sidhuvuden"],"URL and custom filter":["URL och anpassat filter"],"URL and cookie":["URL och cookie"],"404 deleted":["404 borttagen"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["Hur Redirection använder REST API – ändra inte om inte nödvändigt"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returnerade ett oväntat meddelande. Det här kan orsakas av att ditt REST API inte fungerar eller av ett annat tillägg eller tema."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Ta en titt på {{link}tilläggsstatusen{{/ link}}. Det kan vara möjligt att identifiera och ”magiskt åtgärda” problemet."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection kan inte kommunicera med ditt REST API{{/link}}. Om du har inaktiverat det måste du aktivera det."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Säkerhetsprogram kan eventuellt blockera Redirection{{/link}}. Du måste konfigurera dessa för att tillåta REST API-förfrågningar."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching-program{{/link}}, i synnerhet Cloudflare, kan cacha fel sak. Försök att rensa all cache."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Vänligen inaktivera andra tillägg tillfälligt!{{/link}} Detta fixar många problem."],"None of the suggestions helped":["Inget av förslagen hjälpte"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Vänligen läs <a href=\"https://redirection.me/support/problems/\">listan med kända problem</a>."],"Unable to load Redirection ☹️":["Kunde inte ladda Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API arbetar på %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API fungerar inte så flödena kontrolleras inte"],"Redirection routes are working":["Omdirigeringsflödena fungerar"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection finns inte dina REST API-flöden. Har du inaktiverat det med ett tillägg?"],"Redirection routes":["Omdirigeringsflöden"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Ditt WordPress REST API har inaktiverats. Du måste aktivera det för att Redirection ska fortsätta att fungera"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Användaragentfel"],"Unknown Useragent":["Okänd användaragent"],"Device":["Enhet"],"Operating System":["Operativsystem"],"Browser":["Webbläsare"],"Engine":["Sökmotor"],"Useragent":["Useragent"],"Agent":["Agent"],"No IP logging":["Ingen loggning av IP-nummer"],"Full IP logging":["Fullständig loggning av IP-nummer"],"Anonymize IP (mask last part)":["Anonymisera IP-nummer (maska sista delen)"],"Monitor changes to %(type)s":["Övervaka ändringar till %(type)s"],"IP Logging":["Läggning av IP-nummer"],"(select IP logging level)":["(välj loggningsnivå för IP)"],"Geo Info":["Geo-info"],"Agent Info":["Agentinfo"],"Filter by IP":["Filtrera på IP-nummer"],"Referrer / User Agent":["Hänvisare/Användaragent"],"Geo IP Error":["Geo-IP-fel"],"Something went wrong obtaining this information":["Något gick fel när denna information skulle hämtas"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Detta är en IP från ett privat nätverk. Det betyder att det ligger i ett hem- eller företagsnätverk och ingen mer information kan visas."],"No details are known for this address.":["Det finns inga kända detaljer för denna adress."],"Geo IP":["Geo IP"],"City":["Stad"],"Area":["Region"],"Timezone":["Tidszon"],"Geo Location":["Geo-plats"],"Powered by {{link}}redirect.li{{/link}}":["Drivs av {{link}}redirect.li{{/link}}"],"Trash":["Släng"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Observera att Redirection kräver att WordPress REST API ska vara aktiverat. Om du har inaktiverat det här kommer du inte kunna använda Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Fullständig dokumentation för Redirection finns på support-sidan <a href=\"%s\" target=\"_blank\">redirection.me</a>."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Fullständig dokumentation för Redirection kan hittas på {{site}}https://redirection.me{{/site}}. Om du har problem, vänligen kolla {{faq}}vanliga frågor{{/faq}} först."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Om du vill rapportera en bugg, vänligen läs guiden {{report}}rapportera buggar{{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Om du vill skicka information som du inte vill ska synas publikt, så kan du skicka det direkt via {{email}}e-post{{/email}} — inkludera så mycket information som du kan!"],"Never cache":["Använd aldrig cache"],"An hour":["En timma"],"Redirect Cache":["Omdirigera cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Hur länge omdirigerade 301-URL:er ska cachas (via HTTP-sidhuvudet ”Expires”)"],"Are you sure you want to import from %s?":["Är du säker på att du vill importera från %s?"],"Plugin Importers":["Tilläggsimporterare"],"The following redirect plugins were detected on your site and can be imported from.":["Följande omdirigeringstillägg hittades på din webbplats och kan importeras från."],"total = ":["totalt ="],"Import from %s":["Importera från %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection kräver WordPress v%1$1s, du använder v%2$2s – uppdatera WordPress"],"Default WordPress \"old slugs\"":["WordPress standard ”gamla permalänkar”"],"Create associated redirect (added to end of URL)":["Skapa associerad omdirigering (läggs till i slutet på URL:en)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> är inte definierat. Detta betyder vanligtvis att ett annat tillägg blockerar Redirection från att laddas. Vänligen inaktivera alla tillägg och försök igen."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Om knappen inte fungerar bör du läsa felmeddelande och se om du kan fixa felet manuellt, annars kan du kolla i avsnittet 'Behöver du hjälp?' längre ner."],"⚡️ Magic fix ⚡️":["⚡️ Magisk fix ⚡️"],"Plugin Status":["Tilläggsstatus"],"Custom":["Anpassad"],"Mobile":["Mobil"],"Feed Readers":["Feedläsare"],"Libraries":["Bibliotek"],"URL Monitor Changes":["Övervaka URL-ändringar"],"Save changes to this group":["Spara ändringar till den här gruppen"],"For example \"/amp\"":["Till exempel ”/amp”"],"URL Monitor":["URL-övervakning"],"Delete 404s":["Radera 404:or"],"Delete all from IP %s":["Ta bort allt från IP-numret %s"],"Delete all matching \"%s\"":["Ta bort allt som matchar \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Din server har nekat begäran för att den var för stor. Du måste ändra den innan du fortsätter."],"Also check if your browser is able to load <code>redirection.js</code>:":["Kontrollera också att din webbläsare kan ladda <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Om du använder ett tillägg eller en tjänst för att cacha sidor (CloudFlare, OVH m.m.) så kan du också prova att rensa den cachen."],"Unable to load Redirection":["Det gick inte att ladda Redirection"],"Unable to create group":["Det gick inte att skapa grupp"],"Post monitor group is valid":["Övervakningsgrupp för inlägg är giltig"],"Post monitor group is invalid":["Övervakningsgrupp för inlägg är ogiltig"],"Post monitor group":["Övervakningsgrupp för inlägg"],"All redirects have a valid group":["Alla omdirigeringar har en giltig grupp"],"Redirects with invalid groups detected":["Omdirigeringar med ogiltiga grupper upptäcktes"],"Valid redirect group":["Giltig omdirigeringsgrupp"],"Valid groups detected":["Giltiga grupper upptäcktes"],"No valid groups, so you will not be able to create any redirects":["Inga giltiga grupper, du kan inte skapa nya omdirigeringar"],"Valid groups":["Giltiga grupper"],"Database tables":["Databastabeller"],"The following tables are missing:":["Följande tabeller saknas:"],"All tables present":["Alla tabeller närvarande"],"Cached Redirection detected":["En cachad version av Redirection upptäcktes"],"Please clear your browser cache and reload this page.":["Vänligen rensa din webbläsares cache och ladda om denna sida."],"The data on this page has expired, please reload.":["Datan på denna sida är inte längre aktuell, vänligen ladda om sidan."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress returnerade inte ett svar. Det kan innebära att ett fel inträffade eller att begäran blockerades. Vänligen kontrollera din servers error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":[""],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Inkludera dessa detaljer i din rapport {{strong}}tillsammans med en beskrivning av vad du gjorde{{/strong}}."],"If you think Redirection is at fault then create an issue.":["Om du tror att Redirection orsakar felet, skapa en felrapport."],"This may be caused by another plugin - look at your browser's error console for more details.":["Detta kan ha orsakats av ett annat tillägg - kolla i din webbläsares fel-konsol för mer information. "],"Loading, please wait...":["Laddar, vänligen vänta..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV filformat{{/strong}}: {{code}}Käll-URL, Mål-URL{{/code}} - som valfritt kan följas av {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 för nej, 1 för ja)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection fungerar inte. Prova att rensa din webbläsares cache och ladda om den här sidan."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Om det inte hjälper, öppna din webbläsares fel-konsol och skapa en {{link}}ny felrapport{{/link}} med informationen."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Om detta är ett nytt problem, vänligen {{strong}}skapa en ny felrapport{{/strong}} eller skicka rapporten via {{strong}}e-post{{/strong}}. Bifoga en beskrivning av det du försökte göra inklusive de viktiga detaljerna listade nedanför. Vänligen bifoga också en skärmavbild. "],"Create Issue":["Skapa felrapport"],"Email":["E-post"],"Important details":["Viktiga detaljer"],"Need help?":["Behöver du hjälp?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Observera att eventuell support tillhandahålls vart efter tid finns och hjälp kan inte garanteras. Jag ger inte betald support."],"Pos":["Pos"],"410 - Gone":["410 - Borttagen"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Används för att automatiskt generera en URL om ingen URL anges. Använd specialkoderna {{code}}$dec${{/code}} eller {{code}}$hex${{/code}} för att infoga ett unikt ID istället"],"Apache Module":["Apache-modul"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Om du vill att Redirection automatiskt ska uppdatera din {{code}}.htaccess{{/code}}, fyll då i hela sökvägen inklusive filnamn."],"Import to group":["Importera till grupp"],"Import a CSV, .htaccess, or JSON file.":["Importera en CSV-fil, .htaccess-fil eller JSON-fil."],"Click 'Add File' or drag and drop here.":["Klicka på 'Lägg till fil' eller dra och släpp en fil här."],"Add File":["Lägg till fil"],"File selected":["Fil vald"],"Importing":["Importerar"],"Finished importing":["Importering klar"],"Total redirects imported:":["Antal omdirigeringar importerade:"],"Double-check the file is the correct format!":["Dubbelkolla att filen är i rätt format!"],"OK":["OK"],"Close":["Stäng"],"All imports will be appended to the current database.":["All importerade omdirigeringar kommer infogas till den aktuella databasen."],"Export":["Exportera"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Exportera till CSV, Apache .htaccess, Nginx, eller JSON omdirigeringar (som innehåller alla omdirigeringar och grupper)."],"Everything":["Allt"],"WordPress redirects":["WordPress omdirigeringar"],"Apache redirects":["Apache omdirigeringar"],"Nginx redirects":["Nginx omdirigeringar"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx omskrivningsregler"],"Redirection JSON":["JSON omdirigeringar"],"View":["Visa"],"Log files can be exported from the log pages.":["Loggfiler kan exporteras från loggsidorna."],"Import/Export":["Importera/Exportera"],"Logs":["Loggar"],"404 errors":["404-fel"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Vänligen nämn {{code}}%s{{/code}} och förklara vad du gjorde vid tidpunkten"],"I'd like to support some more.":["Jag skulle vilja stödja lite till."],"Support 💰":["Support 💰"],"Redirection saved":["Omdirigering sparad"],"Log deleted":["Logginlägg raderades"],"Settings saved":["Inställning sparad"],"Group saved":["Grupp sparad"],"Are you sure you want to delete this item?":["Är du säker på att du vill radera detta objekt?","Är du säker på att du vill radera dessa objekt?"],"pass":["lösen"],"All groups":["Alla grupper"],"301 - Moved Permanently":["301 - Flyttad permanent"],"302 - Found":["302 - Hittad"],"307 - Temporary Redirect":["307 - Tillfällig omdirigering"],"308 - Permanent Redirect":["308 - Permanent omdirigering"],"401 - Unauthorized":["401 - Obehörig"],"404 - Not Found":["404 - Hittades inte"],"Title":["Titel"],"When matched":["När matchning sker"],"with HTTP code":["med HTTP-kod"],"Show advanced options":["Visa avancerande alternativ"],"Matched Target":["Matchande mål"],"Unmatched Target":["Ej matchande mål"],"Saving...":["Sparar..."],"View notice":["Visa meddelande"],"Invalid source URL":["Ogiltig URL-källa"],"Invalid redirect action":["Ogiltig omdirigeringsåtgärd"],"Invalid redirect matcher":["Ogiltig omdirigeringsmatchning"],"Unable to add new redirect":["Det går inte att lägga till en ny omdirigering"],"Something went wrong 🙁":["Något gick fel 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Jag försökte göra något, och sen gick det fel. Det kan vara ett tillfälligt problem och om du försöker igen kan det fungera."],"Log entries (%d max)":["Antal logginlägg per sida (max %d)"],"Search by IP":["Sök via IP"],"Select bulk action":["Välj massåtgärd"],"Bulk Actions":["Massåtgärd"],"Apply":["Tillämpa"],"First page":["Första sidan"],"Prev page":["Föregående sida"],"Current Page":["Aktuell sida"],"of %(page)s":["av %(sidor)"],"Next page":["Nästa sida"],"Last page":["Sista sidan"],"%s item":["%s objekt","%s objekt"],"Select All":["Välj allt"],"Sorry, something went wrong loading the data - please try again":["Något gick fel när data laddades - Vänligen försök igen"],"No results":["Inga resultat"],"Delete the logs - are you sure?":["Är du säker på att du vill radera loggarna?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["När du har raderat dina nuvarande loggar kommer de inte längre att vara tillgängliga. Om du vill, kan du ställa in ett automatiskt raderingsschema på Redirections alternativ-sida."],"Yes! Delete the logs":["Ja! Radera loggarna"],"No! Don't delete the logs":["Nej! Radera inte loggarna"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Tack för att du prenumererar! {{a}}Klicka här{{/a}} om du behöver gå tillbaka till din prenumeration."],"Newsletter":["Nyhetsbrev"],"Want to keep up to date with changes to Redirection?":["Vill du bli uppdaterad om ändringar i Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":[""],"Your email address:":["Din e-postadress:"],"You've supported this plugin - thank you!":["Du har stöttat detta tillägg - tack!"],"You get useful software and I get to carry on making it better.":["Du får en användbar mjukvara och jag kan fortsätta göra den bättre."],"Forever":["För evigt"],"Delete the plugin - are you sure?":["Radera tillägget - är du verkligen säker på det?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Tar du bort tillägget tar du även bort alla omdirigeringar, loggar och inställningar. Gör detta om du vill ta bort tillägget helt och hållet, eller om du vill återställa tillägget."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["När du har tagit bort tillägget kommer dina omdirigeringar att sluta fungera. Om de verkar fortsätta att fungera, vänligen rensa din webbläsares cache."],"Yes! Delete the plugin":["Ja! Radera detta tillägg"],"No! Don't delete the plugin":["Nej! Radera inte detta tillägg"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Hantera alla dina 301-omdirigeringar och övervaka 404-fel"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection är gratis att använda - livet är underbart och ljuvligt! Det har krävts mycket tid och ansträngningar för att utveckla tillägget och du kan hjälpa till med att stödja denna utveckling genom att {{strong}} göra en liten donation {{/ strong}}."],"Redirection Support":["Support för Redirection"],"Support":["Support"],"404s":["404:or"],"Log":["Logg"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Väljer du detta alternativ tas alla omdirigeringar, loggar och inställningar som associeras till tillägget Redirection bort. Försäkra dig om att det är det du vill göra."],"Delete Redirection":["Ta bort Redirection"],"Upload":["Ladda upp"],"Import":["Importera"],"Update":["Uppdatera"],"Auto-generate URL":["Autogenerera URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["En unik nyckel som ger feed-läsare åtkomst till Redirection logg via RSS (lämna tomt för att autogenerera)"],"RSS Token":["RSS-nyckel"],"404 Logs":["404-loggar"],"(time to keep logs for)":["(hur länge loggar ska sparas)"],"Redirect Logs":["Redirection-loggar"],"I'm a nice person and I have helped support the author of this plugin":["Jag är en trevlig person och jag har hjälpt till att stödja skaparen av detta tillägg"],"Plugin Support":["Support för tillägg"],"Options":["Alternativ"],"Two months":["Två månader"],"A month":["En månad"],"A week":["En vecka"],"A day":["En dag"],"No logs":["Inga loggar"],"Delete All":["Radera alla"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Använd grupper för att organisera dina omdirigeringar. Grupper tillämpas på en modul, vilken påverkar hur omdirigeringar i den gruppen funkar. Behåll bara WordPress-modulen om du känner dig osäker."],"Add Group":["Lägg till grupp"],"Search":["Sök"],"Groups":["Grupper"],"Save":["Spara"],"Group":["Grupp"],"Match":["Matcha"],"Add new redirection":["Lägg till ny omdirigering"],"Cancel":["Avbryt"],"Download":["Hämta"],"Redirection":["Redirection"],"Settings":["Inställningar"],"Error (404)":["Fel (404)"],"Pass-through":["Passera"],"Redirect to random post":["Omdirigering till slumpmässigt inlägg"],"Redirect to URL":["Omdirigera till URL"],"Invalid group when creating redirect":["Gruppen är ogiltig när omdirigering skapas"],"IP":["IP"],"Source URL":["URL-källa"],"Date":["Datum"],"Add Redirect":["Lägg till omdirigering"],"All modules":["Alla moduler"],"View Redirects":["Visa omdirigeringar"],"Module":["Modul"],"Redirects":["Omdirigering"],"Name":["Namn"],"Filter":["Filtrera"],"Reset hits":["Nollställ träffar"],"Enable":["Aktivera"],"Disable":["Inaktivera"],"Delete":["Radera"],"Edit":["Redigera"],"Last Access":["Senast använd"],"Hits":["Träffar"],"URL":["URL"],"Type":["Typ"],"Modified Posts":["Modifierade inlägg"],"Redirections":["Omdirigeringar"],"User Agent":["Användaragent"],"URL and user agent":["URL och användaragent"],"Target URL":["Mål-URL"],"URL only":["Endast URL"],"Regex":["Reguljärt uttryck"],"Referrer":["Hänvisningsadress"],"URL and referrer":["URL och hänvisande webbplats"],"Logged Out":["Utloggad"],"Logged In":["Inloggad"],"URL and login status":["URL och inloggnings-status"]}
1
+ {"":[],"Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling.":[""],"Export 404":[""],"Export redirect":[""],"You need at least one GET/POST pair for the plugin to work.":[""],"Leave a target blank if you do not wish to redirect otherwise you could create a loop.":[""],"WordPress permalink structures do not work in normal URLs. Please use a regular expression.":[""],"Unable to update redirect":[""],"blur":[""],"focus":[""],"scroll":[""],"Pass - as ignore, but also copies the query parameters to the target":[""],"Ignore - as exact, but ignores any query parameters not in your source":[""],"Exact - matches the query parameters exactly defined in your source, in any order":[""],"Default query matching":[""],"Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})":[""],"Applies to all redirections unless you configure them otherwise.":[""],"Default URL settings":[""],"Ignore and pass all query parameters":[""],"Ignore all query parameters":[""],"Exact match":["Exakt matchning"],"Caching software (e.g Cloudflare)":[""],"A security plugin (e.g Wordfence)":[""],"No more options":["Inga fler alternativ"],"URL options":["URL-alternativ"],"Query Parameters":[""],"Ignore & pass parameters to the target":[""],"Ignore all parameters":["Ignorera alla parametrar"],"Exact match all parameters in any order":[""],"Ignore Case":[""],"Ignore Slash":[""],"Relative REST API":["Relativ REST API"],"Raw REST API":[""],"Default REST API":["Standard REST API"],"That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect.":[""],"(Example) The target URL is the new URL":[""],"(Example) The source URL is your old or original URL":[""],"Disabled! Detected PHP %s, need PHP 5.4+":["Inaktiverad! Upptäckte PHP %s, behöver PHP 5.4+"],"Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}.":[""],"A database upgrade is in progress. Please continue to finish.":["En databasuppgradering pågår. Fortsätt att slutföra."],"Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>.":[""],"Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features.":[""],"Redirection database needs updating":["Redirections databas behöver uppdateras"],"Update Required":["Uppdatering krävs"],"I need some support!":["Jag behöver lite support!"],"Finish Setup":["Slutför inställning"],"Checking your REST API":["Kontrollerar din REST API"],"Retry":["Försök igen"],"You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings.":[""],"If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}.":[""],"Some other plugin that blocks the REST API":["Några andra tillägg som blockerar REST API"],"A server firewall or other server configuration (e.g OVH)":[""],"Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:":[""],"Go back":["Gå tillbaka"],"Continue Setup":[""],"Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR).":[""],"Store IP information for redirects and 404 errors.":["Spara IP-information för omdirigeringar och 404 fel."],"Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements.":[""],"Keep a log of all redirects and 404 errors.":["Behåll en logg över alla omdirigeringar och 404 fel."],"{{link}}Read more about this.{{/link}}":["{{link}}Läs mer om detta.{{/link}}"],"If you change the permalink in a post or page then Redirection can automatically create a redirect for you.":[""],"Monitor permalink changes in WordPress posts and pages":["Övervaka ändringar i permalänkar i WordPress-inlägg och sidor"],"These are some options you may want to enable now. They can be changed at any time.":[""],"Basic Setup":[""],"Start Setup":[""],"When ready please press the button to continue.":["När du är klar, tryck på knappen för att fortsätta."],"First you will be asked a few questions, and then Redirection will set up your database.":[""],"What's next?":[""],"Check a URL is being redirected":[""],"More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}":[""],"{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins":[""],"{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems":[""],"Some features you may find useful are":["Vissa funktioner som du kan tycka är användbara är"],"Full documentation can be found on the {{link}}Redirection website.{{/link}}":[""],"A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:":[""],"How do I use this plugin?":["Hur använder jag detta tillägg?"],"Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects.":[""],"Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed.":[""],"Welcome to Redirection 🚀🎉":["Välkommen till Redirection 🚀🎉"],"This will redirect everything, including the login pages. Please be sure you want to do this.":[""],"To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}":[""],"Remember to enable the \"regex\" checkbox if this is a regular expression.":[""],"The source URL should probably start with a {{code}}/{{/code}}":[""],"This will be converted to a server redirect for the domain {{code}}%(server)s{{/code}}.":[""],"Anchor values are not sent to the server and cannot be redirected.":[""],"{{code}}%(status)d{{/code}} to {{code}}%(target)s{{/code}}":[""],"Finished! 🎉":["Klart! 🎉"],"Progress: %(complete)d$":[""],"Leaving before the process has completed may cause problems.":[""],"Setting up Redirection":[""],"Upgrading Redirection":["Uppgraderar Redirection"],"Please remain on this page until complete.":[""],"If you want to {{support}}ask for support{{/support}} please include these details:":[""],"Stop upgrade":["Stoppa uppgradering"],"Skip this stage":["Hoppa över detta steg"],"Try again":["Försök igen"],"Database problem":["Databasproblem"],"Please enable JavaScript":["Aktivera JavaScript"],"Please upgrade your database":["Uppgradera din databas"],"Upgrade Database":["Uppgradera databas"],"Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin.":[""],"Your database does not need updating to %s.":["Din databas behöver inte uppdateras till %s."],"Failed to perform query \"%s\"":[""],"Table \"%s\" is missing":[""],"Create basic data":["Skapa grundläggande data"],"Install Redirection tables":[""],"Site and home URL are inconsistent. Please correct from your Settings > General page: %1$1s is not %2$2s":[""],"Please do not try and redirect all your 404s - this is not a good thing to do.":[""],"Only the 404 page type is currently supported.":[""],"Page Type":["Sidtyp"],"Enter IP addresses (one per line)":["Ange IP-adresser (en per rad)"],"Describe the purpose of this redirect (optional)":["Beskriv syftet med denna omdirigering (valfritt)"],"418 - I'm a teapot":["418 – Jag är en tekanna"],"403 - Forbidden":["403 – Förbjuden"],"400 - Bad Request":[""],"304 - Not Modified":["304 – Inte modifierad"],"303 - See Other":[""],"Do nothing (ignore)":["Gör ingenting (ignorera)"],"Target URL when not matched (empty to ignore)":["URL-mål när den inte matchas (tom för att ignorera)"],"Target URL when matched (empty to ignore)":["URL-mål vid matchning (tom för att ignorera)"],"Show All":["Visa alla"],"Delete all logs for these entries":["Ta bort alla loggar för dessa poster"],"Delete all logs for this entry":["Ta bort alla loggar för denna post"],"Delete Log Entries":[""],"Group by IP":["Grupp efter IP"],"Group by URL":["Grupp efter URL"],"No grouping":["Ingen gruppering"],"Ignore URL":["Ignorera URL"],"Block IP":["Blockera IP"],"Redirect All":["Omdirigera alla"],"Count":[""],"URL and WordPress page type":[""],"URL and IP":["URL och IP"],"Problem":["Problem"],"Good":["Bra"],"Check":["Kontrollera"],"Check Redirect":["Kontrollera omdirigering"],"Check redirect for: {{code}}%s{{/code}}":["Kontrollera omdirigering för: {{code}}%s{{/code}}"],"What does this mean?":["Vad betyder detta?"],"Not using Redirection":["Använder inte omdirigering"],"Using Redirection":["Använder omdirigering"],"Found":["Hittad"],"{{code}}%(status)d{{/code}} to {{code}}%(url)s{{/code}}":[""],"Expected":["Förväntad"],"Error":["Fel"],"Enter full URL, including http:// or https://":["Ange fullständig URL, inklusive http:// eller https://"],"Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting.":[""],"Redirect Tester":["Omdirigeringstestare"],"Target":["Mål"],"URL is not being redirected with Redirection":["URL omdirigeras inte med Redirection"],"URL is being redirected with Redirection":["URL omdirigeras med Redirection"],"Unable to load details":["Det gick inte att ladda detaljer"],"Enter server URL to match against":["Ange server-URL för att matcha mot"],"Server":["Server"],"Enter role or capability value":["Ange roll eller behörighetsvärde"],"Role":["Roll"],"Match against this browser referrer text":[""],"Match against this browser user agent":[""],"The relative URL you want to redirect from":["Den relativa URL du vill omdirigera från"],"The target URL you want to redirect to if matched":["URL-målet du vill omdirigera till om den matchas"],"(beta)":["(beta)"],"Force HTTPS":["Tvinga HTTPS"],"GDPR / Privacy information":["GDPR/integritetsinformation"],"Add New":["Lägg till ny"],"Please logout and login again.":["Logga ut och logga in igen."],"URL and role/capability":["URL och roll/behörighet"],"URL and server":["URL och server"],"If you are unable to get anything working then Redirection may have difficulty communicating with your server. You can try manually changing this setting:":["Om du inte kan få något att fungera kan det hända att Redirection har svårt att kommunicera med din server. Du kan försöka ändra den här inställningen manuellt:"],"Site and home protocol":["Webbplats och hemprotokoll"],"Site and home are consistent":["Webbplats och hem är konsekventa"],"Note it is your responsibility to pass HTTP headers to PHP. Please contact your hosting provider for support about this.":[""],"Accept Language":["Acceptera språk"],"Header value":["Värde för sidhuvud"],"Header name":["Namn på sidhuvud"],"HTTP Header":["HTTP-sidhuvud"],"WordPress filter name":["WordPress-filternamn"],"Filter Name":["Filternamn"],"Cookie value":["Cookie-värde"],"Cookie name":["Cookie-namn"],"Cookie":["Cookie"],"clearing your cache.":["rensa cacheminnet."],"If you are using a caching system such as Cloudflare then please read this: ":["Om du använder ett caching-system som Cloudflare, läs det här:"],"URL and HTTP header":["URL- och HTTP-sidhuvuden"],"URL and custom filter":["URL och anpassat filter"],"URL and cookie":["URL och cookie"],"404 deleted":["404 borttagen"],"REST API":["REST API"],"How Redirection uses the REST API - don't change unless necessary":["Hur Redirection använder REST API – ändra inte om inte nödvändigt"],"WordPress returned an unexpected message. This could be caused by your REST API not working, or by another plugin or theme.":["WordPress returnerade ett oväntat meddelande. Det här kan orsakas av att ditt REST API inte fungerar eller av ett annat tillägg eller tema."],"Take a look at the {{link}}plugin status{{/link}}. It may be able to identify and \"magic fix\" the problem.":["Ta en titt på {{link}tilläggsstatusen{{/ link}}. Det kan vara möjligt att identifiera och ”magiskt åtgärda” problemet."],"{{link}}Redirection is unable to talk to your REST API{{/link}}. If you have disabled it then you will need to enable it.":["{{link}}Redirection kan inte kommunicera med ditt REST API{{/link}}. Om du har inaktiverat det måste du aktivera det."],"{{link}}Security software may be blocking Redirection{{/link}}. You will need to configure this to allow REST API requests.":["{{link}}Säkerhetsprogram kan eventuellt blockera Redirection{{/link}}. Du måste konfigurera dessa för att tillåta REST API-förfrågningar."],"{{link}}Caching software{{/link}}, in particular Cloudflare, can cache the wrong thing. Try clearing all your caches.":["{{link}}Caching-program{{/link}}, i synnerhet Cloudflare, kan cacha fel sak. Försök att rensa all cache."],"{{link}}Please temporarily disable other plugins!{{/link}} This fixes so many problems.":["{{link}}Vänligen inaktivera andra tillägg tillfälligt!{{/link}} Detta fixar många problem."],"None of the suggestions helped":["Inget av förslagen hjälpte"],"Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>.":["Vänligen läs <a href=\"https://redirection.me/support/problems/\">listan med kända problem</a>."],"Unable to load Redirection ☹️":["Kunde inte ladda Redirection ☹️"],"WordPress REST API is working at %s":["WordPress REST API arbetar på %s"],"WordPress REST API":["WordPress REST API"],"REST API is not working so routes not checked":["REST API fungerar inte så flödena kontrolleras inte"],"Redirection routes are working":["Omdirigeringsflödena fungerar"],"Redirection does not appear in your REST API routes. Have you disabled it with a plugin?":["Redirection finns inte dina REST API-flöden. Har du inaktiverat det med ett tillägg?"],"Redirection routes":["Omdirigeringsflöden"],"Your WordPress REST API has been disabled. You will need to enable it for Redirection to continue working":["Ditt WordPress REST API har inaktiverats. Du måste aktivera det för att Redirection ska fortsätta att fungera"],"https://johngodley.com":["https://johngodley.com"],"Useragent Error":["Användaragentfel"],"Unknown Useragent":["Okänd användaragent"],"Device":["Enhet"],"Operating System":["Operativsystem"],"Browser":["Webbläsare"],"Engine":["Sökmotor"],"Useragent":["Useragent"],"Agent":["Agent"],"No IP logging":["Ingen loggning av IP-nummer"],"Full IP logging":["Fullständig loggning av IP-nummer"],"Anonymize IP (mask last part)":["Anonymisera IP-nummer (maska sista delen)"],"Monitor changes to %(type)s":["Övervaka ändringar till %(type)s"],"IP Logging":["Läggning av IP-nummer"],"(select IP logging level)":["(välj loggningsnivå för IP)"],"Geo Info":["Geo-info"],"Agent Info":["Agentinfo"],"Filter by IP":["Filtrera på IP-nummer"],"Referrer / User Agent":["Hänvisare/Användaragent"],"Geo IP Error":["Geo-IP-fel"],"Something went wrong obtaining this information":["Något gick fel när denna information skulle hämtas"],"This is an IP from a private network. This means it is located inside a home or business network and no more information can be displayed.":["Detta är en IP från ett privat nätverk. Det betyder att det ligger i ett hem- eller företagsnätverk och ingen mer information kan visas."],"No details are known for this address.":["Det finns inga kända detaljer för denna adress."],"Geo IP":["Geo IP"],"City":["Stad"],"Area":["Region"],"Timezone":["Tidszon"],"Geo Location":["Geo-plats"],"Powered by {{link}}redirect.li{{/link}}":["Drivs av {{link}}redirect.li{{/link}}"],"Trash":["Släng"],"Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection":["Observera att Redirection kräver att WordPress REST API ska vara aktiverat. Om du har inaktiverat det här kommer du inte kunna använda Redirection"],"You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site.":["Fullständig dokumentation för Redirection finns på support-sidan <a href=\"%s\" target=\"_blank\">redirection.me</a>."],"https://redirection.me/":["https://redirection.me/"],"Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first.":["Fullständig dokumentation för Redirection kan hittas på {{site}}https://redirection.me{{/site}}. Om du har problem, vänligen kolla {{faq}}vanliga frågor{{/faq}} först."],"If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide.":["Om du vill rapportera en bugg, vänligen läs guiden {{report}}rapportera buggar{{/report}}."],"If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!":["Om du vill skicka information som du inte vill ska synas publikt, så kan du skicka det direkt via {{email}}e-post{{/email}} — inkludera så mycket information som du kan!"],"Never cache":["Använd aldrig cache"],"An hour":["En timma"],"Redirect Cache":["Omdirigera cache"],"How long to cache redirected 301 URLs (via \"Expires\" HTTP header)":["Hur länge omdirigerade 301-URL:er ska cachas (via HTTP-sidhuvudet ”Expires”)"],"Are you sure you want to import from %s?":["Är du säker på att du vill importera från %s?"],"Plugin Importers":["Tilläggsimporterare"],"The following redirect plugins were detected on your site and can be imported from.":["Följande omdirigeringstillägg hittades på din webbplats och kan importeras från."],"total = ":["totalt ="],"Import from %s":["Importera från %s"],"Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress":["Redirection kräver WordPress v%1$1s, du använder v%2$2s – uppdatera WordPress"],"Default WordPress \"old slugs\"":["WordPress standard ”gamla permalänkar”"],"Create associated redirect (added to end of URL)":["Skapa associerad omdirigering (läggs till i slutet på URL:en)"],"<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again.":["<code>Redirectioni10n</code> är inte definierat. Detta betyder vanligtvis att ett annat tillägg blockerar Redirection från att laddas. Vänligen inaktivera alla tillägg och försök igen."],"If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below.":["Om knappen inte fungerar bör du läsa felmeddelande och se om du kan fixa felet manuellt, annars kan du kolla i avsnittet 'Behöver du hjälp?' längre ner."],"⚡️ Magic fix ⚡️":["⚡️ Magisk fix ⚡️"],"Plugin Status":["Tilläggsstatus"],"Custom":["Anpassad"],"Mobile":["Mobil"],"Feed Readers":["Feedläsare"],"Libraries":["Bibliotek"],"URL Monitor Changes":["Övervaka URL-ändringar"],"Save changes to this group":["Spara ändringar till den här gruppen"],"For example \"/amp\"":["Till exempel ”/amp”"],"URL Monitor":["URL-övervakning"],"Delete 404s":["Radera 404:or"],"Delete all from IP %s":["Ta bort allt från IP-numret %s"],"Delete all matching \"%s\"":["Ta bort allt som matchar \"%s\""],"Your server has rejected the request for being too big. You will need to change it to continue.":["Din server har nekat begäran för att den var för stor. Du måste ändra den innan du fortsätter."],"Also check if your browser is able to load <code>redirection.js</code>:":["Kontrollera också att din webbläsare kan ladda <code>redirection.js</code>:"],"If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache.":["Om du använder ett tillägg eller en tjänst för att cacha sidor (CloudFlare, OVH m.m.) så kan du också prova att rensa den cachen."],"Unable to load Redirection":["Det gick inte att ladda Redirection"],"Unable to create group":["Det gick inte att skapa grupp"],"Post monitor group is valid":["Övervakningsgrupp för inlägg är giltig"],"Post monitor group is invalid":["Övervakningsgrupp för inlägg är ogiltig"],"Post monitor group":["Övervakningsgrupp för inlägg"],"All redirects have a valid group":["Alla omdirigeringar har en giltig grupp"],"Redirects with invalid groups detected":["Omdirigeringar med ogiltiga grupper upptäcktes"],"Valid redirect group":["Giltig omdirigeringsgrupp"],"Valid groups detected":["Giltiga grupper upptäcktes"],"No valid groups, so you will not be able to create any redirects":["Inga giltiga grupper, du kan inte skapa nya omdirigeringar"],"Valid groups":["Giltiga grupper"],"Database tables":["Databastabeller"],"The following tables are missing:":["Följande tabeller saknas:"],"All tables present":["Alla tabeller närvarande"],"Cached Redirection detected":["En cachad version av Redirection upptäcktes"],"Please clear your browser cache and reload this page.":["Vänligen rensa din webbläsares cache och ladda om denna sida."],"The data on this page has expired, please reload.":["Datan på denna sida är inte längre aktuell, vänligen ladda om sidan."],"WordPress did not return a response. This could mean an error occurred or that the request was blocked. Please check your server error_log.":["WordPress returnerade inte ett svar. Det kan innebära att ett fel inträffade eller att begäran blockerades. Vänligen kontrollera din servers error_log."],"Your server returned a 403 Forbidden error which may indicate the request was blocked. Are you using a firewall or a security plugin like mod_security?":[""],"Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}.":["Inkludera dessa detaljer i din rapport {{strong}}tillsammans med en beskrivning av vad du gjorde{{/strong}}."],"If you think Redirection is at fault then create an issue.":["Om du tror att Redirection orsakar felet, skapa en felrapport."],"This may be caused by another plugin - look at your browser's error console for more details.":["Detta kan ha orsakats av ett annat tillägg - kolla i din webbläsares fel-konsol för mer information. "],"Loading, please wait...":["Laddar, vänligen vänta..."],"{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes).":["{{strong}}CSV filformat{{/strong}}: {{code}}Käll-URL, Mål-URL{{/code}} - som valfritt kan följas av {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 för nej, 1 för ja)."],"Redirection is not working. Try clearing your browser cache and reloading this page.":["Redirection fungerar inte. Prova att rensa din webbläsares cache och ladda om den här sidan."],"If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details.":["Om det inte hjälper, öppna din webbläsares fel-konsol och skapa en {{link}}ny felrapport{{/link}} med informationen."],"If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot.":["Om detta är ett nytt problem, vänligen {{strong}}skapa en ny felrapport{{/strong}} eller skicka rapporten via {{strong}}e-post{{/strong}}. Bifoga en beskrivning av det du försökte göra inklusive de viktiga detaljerna listade nedanför. Vänligen bifoga också en skärmavbild. "],"Create Issue":["Skapa felrapport"],"Email":["E-post"],"Important details":["Viktiga detaljer"],"Need help?":["Behöver du hjälp?"],"Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support.":["Observera att eventuell support tillhandahålls vart efter tid finns och hjälp kan inte garanteras. Jag ger inte betald support."],"Pos":["Pos"],"410 - Gone":["410 - Borttagen"],"Position":["Position"],"Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead":["Används för att automatiskt generera en URL om ingen URL anges. Använd specialkoderna {{code}}$dec${{/code}} eller {{code}}$hex${{/code}} för att infoga ett unikt ID istället"],"Apache Module":["Apache-modul"],"Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}.":["Om du vill att Redirection automatiskt ska uppdatera din {{code}}.htaccess{{/code}}, fyll då i hela sökvägen inklusive filnamn."],"Import to group":["Importera till grupp"],"Import a CSV, .htaccess, or JSON file.":["Importera en CSV-fil, .htaccess-fil eller JSON-fil."],"Click 'Add File' or drag and drop here.":["Klicka på 'Lägg till fil' eller dra och släpp en fil här."],"Add File":["Lägg till fil"],"File selected":["Fil vald"],"Importing":["Importerar"],"Finished importing":["Importering klar"],"Total redirects imported:":["Antal omdirigeringar importerade:"],"Double-check the file is the correct format!":["Dubbelkolla att filen är i rätt format!"],"OK":["OK"],"Close":["Stäng"],"All imports will be appended to the current database.":["All importerade omdirigeringar kommer infogas till den aktuella databasen."],"Export":["Exportera"],"Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups).":["Exportera till CSV, Apache .htaccess, Nginx, eller JSON omdirigeringar (som innehåller alla omdirigeringar och grupper)."],"Everything":["Allt"],"WordPress redirects":["WordPress omdirigeringar"],"Apache redirects":["Apache omdirigeringar"],"Nginx redirects":["Nginx omdirigeringar"],"CSV":["CSV"],"Apache .htaccess":["Apache .htaccess"],"Nginx rewrite rules":["Nginx omskrivningsregler"],"Redirection JSON":["JSON omdirigeringar"],"View":["Visa"],"Import/Export":["Importera/Exportera"],"Logs":["Loggar"],"404 errors":["404-fel"],"Please mention {{code}}%s{{/code}}, and explain what you were doing at the time":["Vänligen nämn {{code}}%s{{/code}} och förklara vad du gjorde vid tidpunkten"],"I'd like to support some more.":["Jag skulle vilja stödja lite till."],"Support 💰":["Support 💰"],"Redirection saved":["Omdirigering sparad"],"Log deleted":["Logginlägg raderades"],"Settings saved":["Inställning sparad"],"Group saved":["Grupp sparad"],"Are you sure you want to delete this item?":["Är du säker på att du vill radera detta objekt?","Är du säker på att du vill radera dessa objekt?"],"pass":["lösen"],"All groups":["Alla grupper"],"301 - Moved Permanently":["301 - Flyttad permanent"],"302 - Found":["302 - Hittad"],"307 - Temporary Redirect":["307 - Tillfällig omdirigering"],"308 - Permanent Redirect":["308 - Permanent omdirigering"],"401 - Unauthorized":["401 - Obehörig"],"404 - Not Found":["404 - Hittades inte"],"Title":["Titel"],"When matched":["När matchning sker"],"with HTTP code":["med HTTP-kod"],"Show advanced options":["Visa avancerande alternativ"],"Matched Target":["Matchande mål"],"Unmatched Target":["Ej matchande mål"],"Saving...":["Sparar..."],"View notice":["Visa meddelande"],"Invalid source URL":["Ogiltig URL-källa"],"Invalid redirect action":["Ogiltig omdirigeringsåtgärd"],"Invalid redirect matcher":["Ogiltig omdirigeringsmatchning"],"Unable to add new redirect":["Det går inte att lägga till en ny omdirigering"],"Something went wrong 🙁":["Något gick fel 🙁"],"I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!":["Jag försökte göra något, och sen gick det fel. Det kan vara ett tillfälligt problem och om du försöker igen kan det fungera."],"Log entries (%d max)":["Antal logginlägg per sida (max %d)"],"Search by IP":["Sök via IP"],"Select bulk action":["Välj massåtgärd"],"Bulk Actions":["Massåtgärd"],"Apply":["Tillämpa"],"First page":["Första sidan"],"Prev page":["Föregående sida"],"Current Page":["Aktuell sida"],"of %(page)s":["av %(sidor)"],"Next page":["Nästa sida"],"Last page":["Sista sidan"],"%s item":["%s objekt","%s objekt"],"Select All":["Välj allt"],"Sorry, something went wrong loading the data - please try again":["Något gick fel när data laddades - Vänligen försök igen"],"No results":["Inga resultat"],"Delete the logs - are you sure?":["Är du säker på att du vill radera loggarna?"],"Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically.":["När du har raderat dina nuvarande loggar kommer de inte längre att vara tillgängliga. Om du vill, kan du ställa in ett automatiskt raderingsschema på Redirections alternativ-sida."],"Yes! Delete the logs":["Ja! Radera loggarna"],"No! Don't delete the logs":["Nej! Radera inte loggarna"],"Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription.":["Tack för att du prenumererar! {{a}}Klicka här{{/a}} om du behöver gå tillbaka till din prenumeration."],"Newsletter":["Nyhetsbrev"],"Want to keep up to date with changes to Redirection?":["Vill du bli uppdaterad om ändringar i Redirection?"],"Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release.":[""],"Your email address:":["Din e-postadress:"],"You've supported this plugin - thank you!":["Du har stöttat detta tillägg - tack!"],"You get useful software and I get to carry on making it better.":["Du får en användbar mjukvara och jag kan fortsätta göra den bättre."],"Forever":["För evigt"],"Delete the plugin - are you sure?":["Radera tillägget - är du verkligen säker på det?"],"Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin.":["Tar du bort tillägget tar du även bort alla omdirigeringar, loggar och inställningar. Gör detta om du vill ta bort tillägget helt och hållet, eller om du vill återställa tillägget."],"Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache.":["När du har tagit bort tillägget kommer dina omdirigeringar att sluta fungera. Om de verkar fortsätta att fungera, vänligen rensa din webbläsares cache."],"Yes! Delete the plugin":["Ja! Radera detta tillägg"],"No! Don't delete the plugin":["Nej! Radera inte detta tillägg"],"John Godley":["John Godley"],"Manage all your 301 redirects and monitor 404 errors":["Hantera alla dina 301-omdirigeringar och övervaka 404-fel"],"Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}.":["Redirection är gratis att använda - livet är underbart och ljuvligt! Det har krävts mycket tid och ansträngningar för att utveckla tillägget och du kan hjälpa till med att stödja denna utveckling genom att {{strong}} göra en liten donation {{/ strong}}."],"Redirection Support":["Support för Redirection"],"Support":["Support"],"404s":["404:or"],"Log":["Logg"],"Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do.":["Väljer du detta alternativ tas alla omdirigeringar, loggar och inställningar som associeras till tillägget Redirection bort. Försäkra dig om att det är det du vill göra."],"Delete Redirection":["Ta bort Redirection"],"Upload":["Ladda upp"],"Import":["Importera"],"Update":["Uppdatera"],"Auto-generate URL":["Autogenerera URL"],"A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)":["En unik nyckel som ger feed-läsare åtkomst till Redirection logg via RSS (lämna tomt för att autogenerera)"],"RSS Token":["RSS-nyckel"],"404 Logs":["404-loggar"],"(time to keep logs for)":["(hur länge loggar ska sparas)"],"Redirect Logs":["Redirection-loggar"],"I'm a nice person and I have helped support the author of this plugin":["Jag är en trevlig person och jag har hjälpt till att stödja skaparen av detta tillägg"],"Plugin Support":["Support för tillägg"],"Options":["Alternativ"],"Two months":["Två månader"],"A month":["En månad"],"A week":["En vecka"],"A day":["En dag"],"No logs":["Inga loggar"],"Delete All":["Radera alla"],"Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module.":["Använd grupper för att organisera dina omdirigeringar. Grupper tillämpas på en modul, vilken påverkar hur omdirigeringar i den gruppen funkar. Behåll bara WordPress-modulen om du känner dig osäker."],"Add Group":["Lägg till grupp"],"Search":["Sök"],"Groups":["Grupper"],"Save":["Spara"],"Group":["Grupp"],"Match":["Matcha"],"Add new redirection":["Lägg till ny omdirigering"],"Cancel":["Avbryt"],"Download":["Hämta"],"Redirection":["Redirection"],"Settings":["Inställningar"],"Error (404)":["Fel (404)"],"Pass-through":["Passera"],"Redirect to random post":["Omdirigering till slumpmässigt inlägg"],"Redirect to URL":["Omdirigera till URL"],"Invalid group when creating redirect":["Gruppen är ogiltig när omdirigering skapas"],"IP":["IP"],"Source URL":["URL-källa"],"Date":["Datum"],"Add Redirect":["Lägg till omdirigering"],"All modules":["Alla moduler"],"View Redirects":["Visa omdirigeringar"],"Module":["Modul"],"Redirects":["Omdirigering"],"Name":["Namn"],"Filter":["Filtrera"],"Reset hits":["Nollställ träffar"],"Enable":["Aktivera"],"Disable":["Inaktivera"],"Delete":["Radera"],"Edit":["Redigera"],"Last Access":["Senast använd"],"Hits":["Träffar"],"URL":["URL"],"Type":["Typ"],"Modified Posts":["Modifierade inlägg"],"Redirections":["Omdirigeringar"],"User Agent":["Användaragent"],"URL and user agent":["URL och användaragent"],"Target URL":["Mål-URL"],"URL only":["Endast URL"],"Regex":["Reguljärt uttryck"],"Referrer":["Hänvisningsadress"],"URL and referrer":["URL och hänvisande webbplats"],"Logged Out":["Utloggad"],"Logged In":["Inloggad"],"URL and login status":["URL och inloggnings-status"]}
locale/redirection-de_DE.mo CHANGED
Binary file
locale/redirection-de_DE.po CHANGED
@@ -11,6 +11,34 @@ msgstr ""
11
  "Language: de\n"
12
  "Project-Id-Version: Plugins - Redirection - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: redirection.js:33
15
  msgid "blur"
16
  msgstr ""
@@ -23,55 +51,55 @@ msgstr ""
23
  msgid "scroll"
24
  msgstr ""
25
 
26
- #: redirection-strings.php:432
27
  msgid "Pass - as ignore, but also copies the query parameters to the target"
28
  msgstr ""
29
 
30
- #: redirection-strings.php:431
31
  msgid "Ignore - as exact, but ignores any query parameters not in your source"
32
  msgstr ""
33
 
34
- #: redirection-strings.php:430
35
  msgid "Exact - matches the query parameters exactly defined in your source, in any order"
36
  msgstr ""
37
 
38
- #: redirection-strings.php:428
39
  msgid "Default query matching"
40
  msgstr ""
41
 
42
- #: redirection-strings.php:427
43
  msgid "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
44
  msgstr ""
45
 
46
- #: redirection-strings.php:426
47
  msgid "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
48
  msgstr ""
49
 
50
- #: redirection-strings.php:425 redirection-strings.php:429
51
  msgid "Applies to all redirections unless you configure them otherwise."
52
  msgstr ""
53
 
54
- #: redirection-strings.php:424
55
  msgid "Default URL settings"
56
  msgstr ""
57
 
58
- #: redirection-strings.php:407
59
  msgid "Ignore and pass all query parameters"
60
  msgstr ""
61
 
62
- #: redirection-strings.php:406
63
  msgid "Ignore all query parameters"
64
  msgstr ""
65
 
66
- #: redirection-strings.php:405
67
  msgid "Exact match"
68
  msgstr ""
69
 
70
- #: redirection-strings.php:232
71
  msgid "Caching software (e.g Cloudflare)"
72
  msgstr ""
73
 
74
- #: redirection-strings.php:230
75
  msgid "A security plugin (e.g Wordfence)"
76
  msgstr ""
77
 
@@ -107,205 +135,206 @@ msgstr ""
107
  msgid "Ignore Slash"
108
  msgstr ""
109
 
110
- #: redirection-strings.php:404
111
  msgid "Relative REST API"
112
  msgstr ""
113
 
114
- #: redirection-strings.php:403
115
  msgid "Raw REST API"
116
  msgstr ""
117
 
118
- #: redirection-strings.php:402
119
  msgid "Default REST API"
120
  msgstr ""
121
 
122
- #: redirection-strings.php:204
123
  msgid "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
124
  msgstr ""
125
 
126
- #: redirection-strings.php:203
127
  msgid "(Example) The target URL is the new URL"
128
  msgstr ""
129
 
130
- #: redirection-strings.php:201
131
  msgid "(Example) The source URL is your old or original URL"
132
  msgstr ""
133
 
134
- #: redirection.php:37
 
135
  msgid "Disabled! Detected PHP %s, need PHP 5.4+"
136
  msgstr ""
137
 
138
- #: redirection-strings.php:266
139
  msgid "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
140
  msgstr ""
141
 
142
- #: redirection-strings.php:262
143
  msgid "A database upgrade is in progress. Please continue to finish."
144
  msgstr ""
145
 
146
  #. translators: 1: URL to plugin page, 2: current version, 3: target version
147
- #: redirection-admin.php:77
148
  msgid "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
149
  msgstr ""
150
 
151
- #: redirection-strings.php:263
152
  msgid "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
153
  msgstr ""
154
 
155
- #: redirection-strings.php:265
156
  msgid "Redirection database needs updating"
157
  msgstr ""
158
 
159
- #: redirection-strings.php:264
160
  msgid "Update Required"
161
  msgstr ""
162
 
163
- #: redirection-strings.php:241
164
  msgid "I need some support!"
165
  msgstr ""
166
 
167
- #: redirection-strings.php:238
168
  msgid "Finish Setup"
169
  msgstr ""
170
 
171
- #: redirection-strings.php:237
172
  msgid "Checking your REST API"
173
  msgstr ""
174
 
175
- #: redirection-strings.php:236
176
  msgid "Retry"
177
  msgstr ""
178
 
179
- #: redirection-strings.php:235
180
  msgid "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
181
  msgstr ""
182
 
183
- #: redirection-strings.php:234
184
  msgid "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
185
  msgstr ""
186
 
187
- #: redirection-strings.php:233
188
  msgid "Some other plugin that blocks the REST API"
189
  msgstr ""
190
 
191
- #: redirection-strings.php:231
192
  msgid "A server firewall or other server configuration (e.g OVH)"
193
  msgstr ""
194
 
195
- #: redirection-strings.php:229
196
  msgid "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
197
  msgstr ""
198
 
199
- #: redirection-strings.php:227 redirection-strings.php:239
200
  msgid "Go back"
201
  msgstr ""
202
 
203
- #: redirection-strings.php:226
204
  msgid "Continue Setup"
205
  msgstr ""
206
 
207
- #: redirection-strings.php:224
208
  msgid "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
209
  msgstr ""
210
 
211
- #: redirection-strings.php:223
212
  msgid "Store IP information for redirects and 404 errors."
213
  msgstr ""
214
 
215
- #: redirection-strings.php:221
216
  msgid "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
217
  msgstr ""
218
 
219
- #: redirection-strings.php:220
220
  msgid "Keep a log of all redirects and 404 errors."
221
  msgstr ""
222
 
223
- #: redirection-strings.php:219 redirection-strings.php:222
224
- #: redirection-strings.php:225
225
  msgid "{{link}}Read more about this.{{/link}}"
226
  msgstr ""
227
 
228
- #: redirection-strings.php:218
229
  msgid "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
230
  msgstr ""
231
 
232
- #: redirection-strings.php:217
233
  msgid "Monitor permalink changes in WordPress posts and pages"
234
  msgstr ""
235
 
236
- #: redirection-strings.php:216
237
  msgid "These are some options you may want to enable now. They can be changed at any time."
238
  msgstr ""
239
 
240
- #: redirection-strings.php:215
241
  msgid "Basic Setup"
242
  msgstr ""
243
 
244
- #: redirection-strings.php:214
245
  msgid "Start Setup"
246
  msgstr ""
247
 
248
- #: redirection-strings.php:213
249
  msgid "When ready please press the button to continue."
250
  msgstr ""
251
 
252
- #: redirection-strings.php:212
253
  msgid "First you will be asked a few questions, and then Redirection will set up your database."
254
  msgstr ""
255
 
256
- #: redirection-strings.php:211
257
  msgid "What's next?"
258
  msgstr ""
259
 
260
- #: redirection-strings.php:210
261
  msgid "Check a URL is being redirected"
262
  msgstr ""
263
 
264
- #: redirection-strings.php:209
265
  msgid "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
266
  msgstr ""
267
 
268
- #: redirection-strings.php:208
269
  msgid "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
270
  msgstr ""
271
 
272
- #: redirection-strings.php:207
273
  msgid "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
274
  msgstr ""
275
 
276
- #: redirection-strings.php:206
277
  msgid "Some features you may find useful are"
278
  msgstr ""
279
 
280
- #: redirection-strings.php:205
281
  msgid "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
282
  msgstr ""
283
 
284
- #: redirection-strings.php:199
285
  msgid "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
286
  msgstr ""
287
 
288
- #: redirection-strings.php:198
289
  msgid "How do I use this plugin?"
290
  msgstr ""
291
 
292
- #: redirection-strings.php:197
293
  msgid "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
294
  msgstr ""
295
 
296
- #: redirection-strings.php:196
297
  msgid "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
298
  msgstr ""
299
 
300
- #: redirection-strings.php:195
301
  msgid "Welcome to Redirection 🚀🎉"
302
  msgstr ""
303
 
304
- #: redirection-strings.php:168
305
  msgid "This will redirect everything, including the login pages. Please be sure you want to do this."
306
  msgstr ""
307
 
308
- #: redirection-strings.php:167
309
  msgid "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
310
  msgstr ""
311
 
@@ -373,20 +402,20 @@ msgstr ""
373
  msgid "Database problem"
374
  msgstr ""
375
 
376
- #: redirection-admin.php:419
377
  msgid "Please enable JavaScript"
378
  msgstr ""
379
 
380
- #: redirection-admin.php:146
381
  msgid "Please upgrade your database"
382
  msgstr ""
383
 
384
- #: redirection-admin.php:137 redirection-strings.php:267
385
  msgid "Upgrade Database"
386
  msgstr ""
387
 
388
  #. translators: 1: URL to plugin page
389
- #: redirection-admin.php:74
390
  msgid "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
391
  msgstr ""
392
 
@@ -401,7 +430,7 @@ msgid "Failed to perform query \"%s\""
401
  msgstr ""
402
 
403
  #. translators: 1: table name
404
- #: database/schema/latest.php:101
405
  msgid "Table \"%s\" is missing"
406
  msgstr ""
407
 
@@ -470,72 +499,72 @@ msgstr ""
470
  msgid "Target URL when matched (empty to ignore)"
471
  msgstr ""
472
 
473
- #: redirection-strings.php:359 redirection-strings.php:364
474
  msgid "Show All"
475
  msgstr ""
476
 
477
- #: redirection-strings.php:356
478
  msgid "Delete all logs for these entries"
479
  msgstr ""
480
 
481
- #: redirection-strings.php:355 redirection-strings.php:368
482
  msgid "Delete all logs for this entry"
483
  msgstr ""
484
 
485
- #: redirection-strings.php:354
486
  msgid "Delete Log Entries"
487
  msgstr ""
488
 
489
- #: redirection-strings.php:352
490
  msgid "Group by IP"
491
  msgstr ""
492
 
493
- #: redirection-strings.php:351
494
  msgid "Group by URL"
495
  msgstr ""
496
 
497
- #: redirection-strings.php:350
498
  msgid "No grouping"
499
  msgstr ""
500
 
501
- #: redirection-strings.php:349 redirection-strings.php:365
502
  msgid "Ignore URL"
503
  msgstr ""
504
 
505
- #: redirection-strings.php:346 redirection-strings.php:361
506
  msgid "Block IP"
507
  msgstr ""
508
 
509
- #: redirection-strings.php:345 redirection-strings.php:348
510
- #: redirection-strings.php:358 redirection-strings.php:363
511
  msgid "Redirect All"
512
  msgstr ""
513
 
514
- #: redirection-strings.php:337 redirection-strings.php:339
515
  msgid "Count"
516
  msgstr ""
517
 
518
- #: matches/page.php:9 redirection-strings.php:91
519
  msgid "URL and WordPress page type"
520
  msgstr ""
521
 
522
- #: matches/ip.php:9 redirection-strings.php:87
523
  msgid "URL and IP"
524
  msgstr ""
525
 
526
- #: redirection-strings.php:487
527
  msgid "Problem"
528
  msgstr ""
529
 
530
- #: redirection-strings.php:486
531
  msgid "Good"
532
  msgstr ""
533
 
534
- #: redirection-strings.php:476
535
  msgid "Check"
536
  msgstr ""
537
 
538
- #: redirection-strings.php:460
539
  msgid "Check Redirect"
540
  msgstr ""
541
 
@@ -571,31 +600,31 @@ msgstr ""
571
  msgid "Error"
572
  msgstr ""
573
 
574
- #: redirection-strings.php:475
575
  msgid "Enter full URL, including http:// or https://"
576
  msgstr ""
577
 
578
- #: redirection-strings.php:473
579
  msgid "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
580
  msgstr ""
581
 
582
- #: redirection-strings.php:472
583
  msgid "Redirect Tester"
584
  msgstr "Weiterleitungstester"
585
 
586
- #: redirection-strings.php:471
587
  msgid "Target"
588
  msgstr "Ziel"
589
 
590
- #: redirection-strings.php:470
591
  msgid "URL is not being redirected with Redirection"
592
  msgstr "Die URL wird nicht mit Redirection umgeleitet"
593
 
594
- #: redirection-strings.php:469
595
  msgid "URL is being redirected with Redirection"
596
  msgstr "URL wird mit Redirection umgeleitet"
597
 
598
- #: redirection-strings.php:468 redirection-strings.php:477
599
  msgid "Unable to load details"
600
  msgstr "Die Details konnten nicht geladen werden"
601
 
@@ -631,23 +660,19 @@ msgstr ""
631
  msgid "The target URL you want to redirect to if matched"
632
  msgstr ""
633
 
634
- #: redirection-strings.php:439
635
  msgid "(beta)"
636
  msgstr "(Beta)"
637
 
638
- #: redirection-strings.php:438
639
- msgid "Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"
640
- msgstr "Erzwinge eine Umleitung von HTTP zu HTTPS. Bitte stelle sicher, dass HTTPS funktioniert, bevor du es aktivierst"
641
-
642
- #: redirection-strings.php:437
643
  msgid "Force HTTPS"
644
  msgstr "Erzwinge HTTPS"
645
 
646
- #: redirection-strings.php:420
647
  msgid "GDPR / Privacy information"
648
  msgstr "DSGVO / Datenschutzinformationen"
649
 
650
- #: redirection-strings.php:284
651
  msgid "Add New"
652
  msgstr ""
653
 
@@ -655,11 +680,11 @@ msgstr ""
655
  msgid "Please logout and login again."
656
  msgstr "Bitte logge dich aus und erneut ein."
657
 
658
- #: matches/user-role.php:9 redirection-strings.php:83
659
  msgid "URL and role/capability"
660
  msgstr ""
661
 
662
- #: matches/server.php:9 redirection-strings.php:88
663
  msgid "URL and server"
664
  msgstr "URL und Server"
665
 
@@ -715,35 +740,35 @@ msgstr "Cookie-Name"
715
  msgid "Cookie"
716
  msgstr "Cookie"
717
 
718
- #: redirection-strings.php:278
719
  msgid "clearing your cache."
720
  msgstr ""
721
 
722
- #: redirection-strings.php:277
723
  msgid "If you are using a caching system such as Cloudflare then please read this: "
724
  msgstr "Wenn du ein Caching-System, wie etwa Cloudflare, verwendest, lies bitte das Folgende:"
725
 
726
- #: matches/http-header.php:11 redirection-strings.php:89
727
  msgid "URL and HTTP header"
728
  msgstr "URL und HTTP-Header"
729
 
730
- #: matches/custom-filter.php:9 redirection-strings.php:90
731
  msgid "URL and custom filter"
732
  msgstr "URL und benutzerdefinierter Filter"
733
 
734
- #: matches/cookie.php:7 redirection-strings.php:86
735
  msgid "URL and cookie"
736
  msgstr "URL und Cookie"
737
 
738
- #: redirection-strings.php:493
739
  msgid "404 deleted"
740
  msgstr ""
741
 
742
- #: redirection-strings.php:228 redirection-strings.php:442
743
  msgid "REST API"
744
  msgstr "REST-API"
745
 
746
- #: redirection-strings.php:443
747
  msgid "How Redirection uses the REST API - don't change unless necessary"
748
  msgstr "Wie Redirection die REST-API verwendet - ändere das nur, wenn es unbedingt erforderlich ist"
749
 
@@ -775,11 +800,11 @@ msgstr ""
775
  msgid "None of the suggestions helped"
776
  msgstr ""
777
 
778
- #: redirection-admin.php:398
779
  msgid "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
780
  msgstr ""
781
 
782
- #: redirection-admin.php:392
783
  msgid "Unable to load Redirection ☹️"
784
  msgstr "Redirection kann nicht geladen werden ☹️"
785
 
@@ -816,76 +841,76 @@ msgstr ""
816
  msgid "https://johngodley.com"
817
  msgstr "https://johngodley.com"
818
 
819
- #: redirection-strings.php:186
820
  msgid "Useragent Error"
821
  msgstr ""
822
 
823
- #: redirection-strings.php:188
824
  msgid "Unknown Useragent"
825
  msgstr ""
826
 
827
- #: redirection-strings.php:189
828
  msgid "Device"
829
  msgstr "Gerät"
830
 
831
- #: redirection-strings.php:190
832
  msgid "Operating System"
833
  msgstr "Betriebssystem"
834
 
835
- #: redirection-strings.php:191
836
  msgid "Browser"
837
  msgstr "Browser"
838
 
839
- #: redirection-strings.php:192
840
  msgid "Engine"
841
  msgstr ""
842
 
843
- #: redirection-strings.php:193
844
  msgid "Useragent"
845
  msgstr ""
846
 
847
- #: redirection-strings.php:52 redirection-strings.php:194
848
  msgid "Agent"
849
  msgstr ""
850
 
851
- #: redirection-strings.php:399
852
  msgid "No IP logging"
853
  msgstr "Keine IP-Protokollierung"
854
 
855
- #: redirection-strings.php:400
856
  msgid "Full IP logging"
857
  msgstr "Vollständige IP-Protokollierung"
858
 
859
- #: redirection-strings.php:401
860
  msgid "Anonymize IP (mask last part)"
861
  msgstr "Anonymisiere IP (maskiere letzten Teil)"
862
 
863
- #: redirection-strings.php:412
864
  msgid "Monitor changes to %(type)s"
865
  msgstr "Änderungen überwachen für %(type)s"
866
 
867
- #: redirection-strings.php:418
868
  msgid "IP Logging"
869
  msgstr "IP-Protokollierung"
870
 
871
- #: redirection-strings.php:419
872
  msgid "(select IP logging level)"
873
  msgstr "(IP-Protokollierungsstufe wählen)"
874
 
875
- #: redirection-strings.php:333 redirection-strings.php:360
876
- #: redirection-strings.php:371
877
  msgid "Geo Info"
878
  msgstr ""
879
 
880
- #: redirection-strings.php:334 redirection-strings.php:372
881
  msgid "Agent Info"
882
  msgstr ""
883
 
884
- #: redirection-strings.php:335 redirection-strings.php:373
885
  msgid "Filter by IP"
886
  msgstr ""
887
 
888
- #: redirection-strings.php:329 redirection-strings.php:342
889
  msgid "Referrer / User Agent"
890
  msgstr ""
891
 
@@ -894,7 +919,7 @@ msgid "Geo IP Error"
894
  msgstr ""
895
 
896
  #: redirection-strings.php:38 redirection-strings.php:57
897
- #: redirection-strings.php:187
898
  msgid "Something went wrong obtaining this information"
899
  msgstr ""
900
 
@@ -935,12 +960,12 @@ msgstr ""
935
  msgid "Trash"
936
  msgstr "Papierkorb"
937
 
938
- #: redirection-admin.php:397
939
  msgid "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
940
  msgstr ""
941
 
942
  #. translators: URL
943
- #: redirection-admin.php:297
944
  msgid "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
945
  msgstr ""
946
 
@@ -948,80 +973,80 @@ msgstr ""
948
  msgid "https://redirection.me/"
949
  msgstr "https://redirection.me/"
950
 
951
- #: redirection-strings.php:464
952
  msgid "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
953
  msgstr "Die vollständige Dokumentation findest du unter {{site}}https://redirection.me{{/site}}. Solltest du Fragen oder Probleme mit dem Plugin haben, durchsuche bitte zunächst die {{faq}}FAQ{{/faq}}."
954
 
955
- #: redirection-strings.php:465
956
  msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
957
  msgstr "Wenn du einen Bug mitteilen möchtest, lies bitte zunächst unseren {{report}}Bug Report Leitfaden{{/report}}."
958
 
959
- #: redirection-strings.php:467
960
  msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
961
  msgstr "Wenn du nicht möchtest, dass deine Nachricht öffentlich sichtbar ist, dann sende sie bitte per {{email}}E-Mail{{/email}} - sende so viele Informationen, wie möglich."
962
 
963
- #: redirection-strings.php:394
964
  msgid "Never cache"
965
  msgstr ""
966
 
967
- #: redirection-strings.php:395
968
  msgid "An hour"
969
  msgstr "Eine Stunde"
970
 
971
- #: redirection-strings.php:440
972
  msgid "Redirect Cache"
973
  msgstr ""
974
 
975
- #: redirection-strings.php:441
976
  msgid "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
977
  msgstr "Wie lange weitergeleitete 301 URLs im Cache gehalten werden sollen (per \"Expires\" HTTP header)"
978
 
979
- #: redirection-strings.php:300
980
  msgid "Are you sure you want to import from %s?"
981
  msgstr "Möchtest du wirklich von %s importieren?"
982
 
983
- #: redirection-strings.php:301
984
  msgid "Plugin Importers"
985
  msgstr "Plugin Importer"
986
 
987
- #: redirection-strings.php:302
988
  msgid "The following redirect plugins were detected on your site and can be imported from."
989
  msgstr "Folgende Redirect Plugins, von denen importiert werden kann, wurden auf deiner Website gefunden."
990
 
991
- #: redirection-strings.php:285
992
  msgid "total = "
993
  msgstr "Total = "
994
 
995
- #: redirection-strings.php:286
996
  msgid "Import from %s"
997
  msgstr "Import von %s"
998
 
999
  #. translators: 1: Expected WordPress version, 2: Actual WordPress version
1000
- #: redirection-admin.php:380
1001
  msgid "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1002
  msgstr ""
1003
 
1004
- #: models/importer.php:151
1005
  msgid "Default WordPress \"old slugs\""
1006
  msgstr ""
1007
 
1008
- #: redirection-strings.php:411
1009
  msgid "Create associated redirect (added to end of URL)"
1010
  msgstr ""
1011
 
1012
- #: redirection-admin.php:400
1013
  msgid "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1014
  msgstr ""
1015
 
1016
- #: redirection-strings.php:484
1017
  msgid "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1018
  msgstr ""
1019
 
1020
- #: redirection-strings.php:485
1021
  msgid "⚡️ Magic fix ⚡️"
1022
  msgstr ""
1023
 
1024
- #: redirection-strings.php:488
1025
  msgid "Plugin Status"
1026
  msgstr "Plugin-Status"
1027
 
@@ -1041,31 +1066,31 @@ msgstr ""
1041
  msgid "Libraries"
1042
  msgstr "Bibliotheken"
1043
 
1044
- #: redirection-strings.php:408
1045
  msgid "URL Monitor Changes"
1046
  msgstr ""
1047
 
1048
- #: redirection-strings.php:409
1049
  msgid "Save changes to this group"
1050
  msgstr ""
1051
 
1052
- #: redirection-strings.php:410
1053
  msgid "For example \"/amp\""
1054
  msgstr ""
1055
 
1056
- #: redirection-strings.php:421
1057
  msgid "URL Monitor"
1058
  msgstr ""
1059
 
1060
- #: redirection-strings.php:367
1061
  msgid "Delete 404s"
1062
  msgstr ""
1063
 
1064
- #: redirection-strings.php:319
1065
  msgid "Delete all from IP %s"
1066
  msgstr ""
1067
 
1068
- #: redirection-strings.php:320
1069
  msgid "Delete all matching \"%s\""
1070
  msgstr ""
1071
 
@@ -1073,15 +1098,15 @@ msgstr ""
1073
  msgid "Your server has rejected the request for being too big. You will need to change it to continue."
1074
  msgstr ""
1075
 
1076
- #: redirection-admin.php:395
1077
  msgid "Also check if your browser is able to load <code>redirection.js</code>:"
1078
  msgstr ""
1079
 
1080
- #: redirection-admin.php:394 redirection-strings.php:281
1081
  msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1082
  msgstr ""
1083
 
1084
- #: redirection-admin.php:383
1085
  msgid "Unable to load Redirection"
1086
  msgstr "Redirection konnte nicht geladen werden"
1087
 
@@ -1137,11 +1162,11 @@ msgstr ""
1137
  msgid "All tables present"
1138
  msgstr ""
1139
 
1140
- #: redirection-strings.php:275
1141
  msgid "Cached Redirection detected"
1142
  msgstr ""
1143
 
1144
- #: redirection-strings.php:276
1145
  msgid "Please clear your browser cache and reload this page."
1146
  msgstr ""
1147
 
@@ -1161,27 +1186,27 @@ msgstr ""
1161
  msgid "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1162
  msgstr "Füge diese Angaben in deinem Bericht {{strong}} zusammen mit einer Beschreibung dessen ein, was du getan hast{{/ strong}}."
1163
 
1164
- #: redirection-admin.php:399
1165
  msgid "If you think Redirection is at fault then create an issue."
1166
  msgstr ""
1167
 
1168
- #: redirection-admin.php:393
1169
  msgid "This may be caused by another plugin - look at your browser's error console for more details."
1170
  msgstr ""
1171
 
1172
- #: redirection-admin.php:415
1173
  msgid "Loading, please wait..."
1174
  msgstr "Lädt, bitte warte..."
1175
 
1176
- #: redirection-strings.php:305
1177
  msgid "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1178
  msgstr ""
1179
 
1180
- #: redirection-strings.php:280
1181
  msgid "Redirection is not working. Try clearing your browser cache and reloading this page."
1182
  msgstr "Redirection funktioniert nicht. Versuche, Deinen Browser-Cache zu löschen und diese Seite neu zu laden."
1183
 
1184
- #: redirection-strings.php:282
1185
  msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1186
  msgstr ""
1187
 
@@ -1189,7 +1214,7 @@ msgstr ""
1189
  msgid "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1190
  msgstr ""
1191
 
1192
- #: redirection-admin.php:403 redirection-strings.php:33
1193
  msgid "Create Issue"
1194
  msgstr ""
1195
 
@@ -1201,15 +1226,15 @@ msgstr "E-Mail"
1201
  msgid "Important details"
1202
  msgstr "Wichtige Details"
1203
 
1204
- #: redirection-strings.php:463
1205
  msgid "Need help?"
1206
  msgstr "Hilfe benötigt?"
1207
 
1208
- #: redirection-strings.php:466
1209
  msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1210
  msgstr ""
1211
 
1212
- #: redirection-strings.php:447
1213
  msgid "Pos"
1214
  msgstr ""
1215
 
@@ -1221,165 +1246,161 @@ msgstr "410 - Entfernt"
1221
  msgid "Position"
1222
  msgstr "Position"
1223
 
1224
- #: redirection-strings.php:434
1225
  msgid "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1226
  msgstr ""
1227
 
1228
- #: redirection-strings.php:435
1229
  msgid "Apache Module"
1230
  msgstr "Apache Modul"
1231
 
1232
- #: redirection-strings.php:436
1233
  msgid "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1234
  msgstr ""
1235
 
1236
- #: redirection-strings.php:287
1237
  msgid "Import to group"
1238
  msgstr "Importiere in Gruppe"
1239
 
1240
- #: redirection-strings.php:288
1241
  msgid "Import a CSV, .htaccess, or JSON file."
1242
  msgstr "Importiere eine CSV, .htaccess oder JSON Datei."
1243
 
1244
- #: redirection-strings.php:289
1245
  msgid "Click 'Add File' or drag and drop here."
1246
  msgstr "Klicke auf 'Datei hinzufügen' oder Drag & Drop hier."
1247
 
1248
- #: redirection-strings.php:290
1249
  msgid "Add File"
1250
  msgstr "Datei hinzufügen"
1251
 
1252
- #: redirection-strings.php:291
1253
  msgid "File selected"
1254
  msgstr "Datei ausgewählt"
1255
 
1256
- #: redirection-strings.php:294
1257
  msgid "Importing"
1258
  msgstr "Importiere"
1259
 
1260
- #: redirection-strings.php:295
1261
  msgid "Finished importing"
1262
  msgstr "Importieren beendet"
1263
 
1264
- #: redirection-strings.php:296
1265
  msgid "Total redirects imported:"
1266
  msgstr "Umleitungen importiert:"
1267
 
1268
- #: redirection-strings.php:297
1269
  msgid "Double-check the file is the correct format!"
1270
  msgstr "Überprüfe, ob die Datei das richtige Format hat!"
1271
 
1272
- #: redirection-strings.php:298
1273
  msgid "OK"
1274
  msgstr "OK"
1275
 
1276
- #: redirection-strings.php:119 redirection-strings.php:299
1277
  msgid "Close"
1278
  msgstr "Schließen"
1279
 
1280
- #: redirection-strings.php:304
1281
  msgid "All imports will be appended to the current database."
1282
  msgstr "Alle Importe werden der aktuellen Datenbank hinzugefügt."
1283
 
1284
- #: redirection-strings.php:306 redirection-strings.php:326
1285
  msgid "Export"
1286
  msgstr "Exportieren"
1287
 
1288
- #: redirection-strings.php:307
1289
  msgid "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1290
  msgstr ""
1291
 
1292
- #: redirection-strings.php:308
1293
  msgid "Everything"
1294
  msgstr "Alles"
1295
 
1296
- #: redirection-strings.php:309
1297
  msgid "WordPress redirects"
1298
  msgstr "WordPress Weiterleitungen"
1299
 
1300
- #: redirection-strings.php:310
1301
  msgid "Apache redirects"
1302
  msgstr "Apache Weiterleitungen"
1303
 
1304
- #: redirection-strings.php:311
1305
  msgid "Nginx redirects"
1306
  msgstr "Nginx Weiterleitungen"
1307
 
1308
- #: redirection-strings.php:312
1309
  msgid "CSV"
1310
  msgstr "CSV"
1311
 
1312
- #: redirection-strings.php:313
1313
  msgid "Apache .htaccess"
1314
  msgstr "Apache .htaccess"
1315
 
1316
- #: redirection-strings.php:314
1317
  msgid "Nginx rewrite rules"
1318
  msgstr ""
1319
 
1320
- #: redirection-strings.php:315
1321
  msgid "Redirection JSON"
1322
  msgstr ""
1323
 
1324
- #: redirection-strings.php:316
1325
  msgid "View"
1326
  msgstr "Anzeigen"
1327
 
1328
- #: redirection-strings.php:318
1329
- msgid "Log files can be exported from the log pages."
1330
- msgstr "Protokolldateien können aus den Protokollseiten exportiert werden."
1331
-
1332
- #: redirection-strings.php:63 redirection-strings.php:270
1333
  msgid "Import/Export"
1334
  msgstr "Import/Export"
1335
 
1336
- #: redirection-strings.php:271
1337
  msgid "Logs"
1338
  msgstr "Protokolldateien"
1339
 
1340
- #: redirection-strings.php:272
1341
  msgid "404 errors"
1342
  msgstr "404 Fehler"
1343
 
1344
- #: redirection-strings.php:283
1345
  msgid "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1346
  msgstr ""
1347
 
1348
- #: redirection-strings.php:383
1349
  msgid "I'd like to support some more."
1350
  msgstr ""
1351
 
1352
- #: redirection-strings.php:386
1353
  msgid "Support 💰"
1354
  msgstr "Unterstützen 💰"
1355
 
1356
- #: redirection-strings.php:489
1357
  msgid "Redirection saved"
1358
  msgstr "Umleitung gespeichert"
1359
 
1360
- #: redirection-strings.php:490
1361
  msgid "Log deleted"
1362
  msgstr "Log gelöscht"
1363
 
1364
- #: redirection-strings.php:491
1365
  msgid "Settings saved"
1366
  msgstr "Einstellungen gespeichert"
1367
 
1368
- #: redirection-strings.php:492
1369
  msgid "Group saved"
1370
  msgstr "Gruppe gespeichert"
1371
 
1372
- #: redirection-strings.php:242
1373
  msgid "Are you sure you want to delete this item?"
1374
  msgid_plural "Are you sure you want to delete these items?"
1375
  msgstr[0] "Bist du sicher, dass du diesen Eintrag löschen möchtest?"
1376
  msgstr[1] "Bist du sicher, dass du diese Einträge löschen möchtest?"
1377
 
1378
- #: redirection-strings.php:462
1379
  msgid "pass"
1380
  msgstr ""
1381
 
1382
- #: redirection-strings.php:454
1383
  msgid "All groups"
1384
  msgstr "Alle Gruppen"
1385
 
@@ -1439,15 +1460,15 @@ msgstr "Speichern..."
1439
  msgid "View notice"
1440
  msgstr "Hinweis anzeigen"
1441
 
1442
- #: models/redirect-sanitizer.php:170
1443
  msgid "Invalid source URL"
1444
  msgstr "Ungültige Quell URL"
1445
 
1446
- #: models/redirect-sanitizer.php:99
1447
  msgid "Invalid redirect action"
1448
  msgstr "Ungültige Umleitungsaktion"
1449
 
1450
- #: models/redirect-sanitizer.php:93
1451
  msgid "Invalid redirect matcher"
1452
  msgstr ""
1453
 
@@ -1455,7 +1476,7 @@ msgstr ""
1455
  msgid "Unable to add new redirect"
1456
  msgstr ""
1457
 
1458
- #: redirection-strings.php:23 redirection-strings.php:279
1459
  msgid "Something went wrong 🙁"
1460
  msgstr "Etwas ist schiefgelaufen 🙁"
1461
 
@@ -1464,133 +1485,133 @@ msgid "I was trying to do a thing and it went wrong. It may be a temporary issue
1464
  msgstr "Ich habe versucht, etwas zu tun und es ging schief. Es kann eine vorübergehendes Problem sein und wenn du es nochmal probierst, könnte es funktionieren - toll!"
1465
 
1466
  #. translators: maximum number of log entries
1467
- #: redirection-admin.php:182
1468
  msgid "Log entries (%d max)"
1469
  msgstr "Log Einträge (%d max)"
1470
 
1471
- #: redirection-strings.php:184
1472
  msgid "Search by IP"
1473
  msgstr "Suche nach IP"
1474
 
1475
- #: redirection-strings.php:179
1476
  msgid "Select bulk action"
1477
  msgstr ""
1478
 
1479
- #: redirection-strings.php:180
1480
  msgid "Bulk Actions"
1481
  msgstr ""
1482
 
1483
- #: redirection-strings.php:181
1484
  msgid "Apply"
1485
  msgstr "Anwenden"
1486
 
1487
- #: redirection-strings.php:172
1488
  msgid "First page"
1489
  msgstr "Erste Seite"
1490
 
1491
- #: redirection-strings.php:173
1492
  msgid "Prev page"
1493
  msgstr "Vorige Seite"
1494
 
1495
- #: redirection-strings.php:174
1496
  msgid "Current Page"
1497
  msgstr "Aktuelle Seite"
1498
 
1499
- #: redirection-strings.php:175
1500
  msgid "of %(page)s"
1501
  msgstr "von %(Seite)n"
1502
 
1503
- #: redirection-strings.php:176
1504
  msgid "Next page"
1505
  msgstr "Nächste Seite"
1506
 
1507
- #: redirection-strings.php:177
1508
  msgid "Last page"
1509
  msgstr "Letzte Seite"
1510
 
1511
- #: redirection-strings.php:178
1512
  msgid "%s item"
1513
  msgid_plural "%s items"
1514
  msgstr[0] "%s Eintrag"
1515
  msgstr[1] "%s Einträge"
1516
 
1517
- #: redirection-strings.php:171
1518
  msgid "Select All"
1519
  msgstr "Alle auswählen"
1520
 
1521
- #: redirection-strings.php:183
1522
  msgid "Sorry, something went wrong loading the data - please try again"
1523
  msgstr "Entschuldigung, etwas ist beim Laden der Daten schief gelaufen - bitte versuche es erneut"
1524
 
1525
- #: redirection-strings.php:182
1526
  msgid "No results"
1527
  msgstr "Keine Ergebnisse"
1528
 
1529
- #: redirection-strings.php:322
1530
  msgid "Delete the logs - are you sure?"
1531
  msgstr "Logs löschen - bist du sicher?"
1532
 
1533
- #: redirection-strings.php:323
1534
  msgid "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1535
  msgstr "Einmal gelöscht, sind deine aktuellen Logs nicht mehr verfügbar. Du kannst einen Zeitplan zur Löschung in den Redirection Einstellungen setzen, wenn du dies automatisch machen möchtest."
1536
 
1537
- #: redirection-strings.php:324
1538
  msgid "Yes! Delete the logs"
1539
  msgstr "Ja! Lösche die Logs"
1540
 
1541
- #: redirection-strings.php:325
1542
  msgid "No! Don't delete the logs"
1543
  msgstr "Nein! Lösche die Logs nicht"
1544
 
1545
- #: redirection-strings.php:479
1546
  msgid "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1547
  msgstr ""
1548
 
1549
- #: redirection-strings.php:478 redirection-strings.php:480
1550
  msgid "Newsletter"
1551
  msgstr "Newsletter"
1552
 
1553
- #: redirection-strings.php:481
1554
  msgid "Want to keep up to date with changes to Redirection?"
1555
  msgstr ""
1556
 
1557
- #: redirection-strings.php:482
1558
  msgid "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1559
  msgstr ""
1560
 
1561
- #: redirection-strings.php:483
1562
  msgid "Your email address:"
1563
  msgstr "Deine E-Mail Adresse:"
1564
 
1565
- #: redirection-strings.php:382
1566
  msgid "You've supported this plugin - thank you!"
1567
  msgstr "Du hast dieses Plugin bereits unterstützt - vielen Dank!"
1568
 
1569
- #: redirection-strings.php:385
1570
  msgid "You get useful software and I get to carry on making it better."
1571
  msgstr "Du erhältst nützliche Software und ich komme dazu, sie besser zu machen."
1572
 
1573
- #: redirection-strings.php:393 redirection-strings.php:398
1574
  msgid "Forever"
1575
  msgstr "Dauerhaft"
1576
 
1577
- #: redirection-strings.php:374
1578
  msgid "Delete the plugin - are you sure?"
1579
  msgstr "Plugin löschen - bist du sicher?"
1580
 
1581
- #: redirection-strings.php:375
1582
  msgid "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1583
  msgstr "Löschen des Plugins entfernt alle deine Weiterleitungen, Logs und Einstellungen. Tu dies, falls du das Plugin dauerhaft entfernen möchtest oder um das Plugin zurückzusetzen."
1584
 
1585
- #: redirection-strings.php:376
1586
  msgid "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1587
  msgstr "Einmal gelöscht, werden deine Weiterleitungen nicht mehr funktionieren. Falls sie es dennoch tun sollten, leere bitte deinen Browser Cache."
1588
 
1589
- #: redirection-strings.php:377
1590
  msgid "Yes! Delete the plugin"
1591
  msgstr "Ja! Lösche das Plugin"
1592
 
1593
- #: redirection-strings.php:378
1594
  msgid "No! Don't delete the plugin"
1595
  msgstr "Nein! Lösche das Plugin nicht"
1596
 
@@ -1602,15 +1623,15 @@ msgstr "John Godley"
1602
  msgid "Manage all your 301 redirects and monitor 404 errors"
1603
  msgstr "Verwalte alle 301-Umleitungen und 404-Fehler."
1604
 
1605
- #: redirection-strings.php:384
1606
  msgid "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1607
  msgstr "Redirection ist kostenlos – das Leben ist wundervoll und schön! Aber: Sehr viel Zeit und Arbeit sind in seine Entwicklung geflossen und falls es sich als nützlich erwiesen hat, kannst du die Entwicklung {{strong}}mit einer kleinen Spende unterstützen{{/strong}}."
1608
 
1609
- #: redirection-admin.php:298
1610
  msgid "Redirection Support"
1611
  msgstr "Unleitung Support"
1612
 
1613
- #: redirection-strings.php:65 redirection-strings.php:274
1614
  msgid "Support"
1615
  msgstr "Support"
1616
 
@@ -1622,109 +1643,109 @@ msgstr "404s"
1622
  msgid "Log"
1623
  msgstr "Log"
1624
 
1625
- #: redirection-strings.php:380
1626
  msgid "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1627
  msgstr "Auswählen dieser Option löscht alle Umleitungen, alle Logs, und alle Optionen, die mit dem Umleitungs-Plugin verbunden sind. Stelle sicher, das du das wirklich möchtest."
1628
 
1629
- #: redirection-strings.php:379
1630
  msgid "Delete Redirection"
1631
  msgstr "Umleitung löschen"
1632
 
1633
- #: redirection-strings.php:292
1634
  msgid "Upload"
1635
  msgstr "Hochladen"
1636
 
1637
- #: redirection-strings.php:303
1638
  msgid "Import"
1639
  msgstr "Importieren"
1640
 
1641
- #: redirection-strings.php:444
1642
  msgid "Update"
1643
  msgstr "Aktualisieren"
1644
 
1645
- #: redirection-strings.php:433
1646
  msgid "Auto-generate URL"
1647
  msgstr "Selbsterstellte URL"
1648
 
1649
- #: redirection-strings.php:423
1650
  msgid "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1651
  msgstr "Einzigartiges Token, das RSS-Klienten Zugang zum Umleitung-Log-Feed gewährt. (freilassen, um automatisch zu generieren)"
1652
 
1653
- #: redirection-strings.php:422
1654
  msgid "RSS Token"
1655
  msgstr "RSS Token"
1656
 
1657
- #: redirection-strings.php:416
1658
  msgid "404 Logs"
1659
  msgstr "404-Logs"
1660
 
1661
- #: redirection-strings.php:415 redirection-strings.php:417
1662
  msgid "(time to keep logs for)"
1663
  msgstr "(Dauer, für die die Logs behalten werden)"
1664
 
1665
- #: redirection-strings.php:414
1666
  msgid "Redirect Logs"
1667
  msgstr "Umleitungs-Logs"
1668
 
1669
- #: redirection-strings.php:413
1670
  msgid "I'm a nice person and I have helped support the author of this plugin"
1671
  msgstr "Ich bin eine nette Person und ich helfe dem Autor des Plugins"
1672
 
1673
- #: redirection-strings.php:387
1674
  msgid "Plugin Support"
1675
  msgstr "Plugin Support"
1676
 
1677
- #: redirection-strings.php:64 redirection-strings.php:273
1678
  msgid "Options"
1679
  msgstr "Optionen"
1680
 
1681
- #: redirection-strings.php:392
1682
  msgid "Two months"
1683
  msgstr "zwei Monate"
1684
 
1685
- #: redirection-strings.php:391
1686
  msgid "A month"
1687
  msgstr "ein Monat"
1688
 
1689
- #: redirection-strings.php:390 redirection-strings.php:397
1690
  msgid "A week"
1691
  msgstr "eine Woche"
1692
 
1693
- #: redirection-strings.php:389 redirection-strings.php:396
1694
  msgid "A day"
1695
  msgstr "einen Tag"
1696
 
1697
- #: redirection-strings.php:388
1698
  msgid "No logs"
1699
  msgstr "Keine Logs"
1700
 
1701
- #: redirection-strings.php:321 redirection-strings.php:357
1702
- #: redirection-strings.php:362
1703
  msgid "Delete All"
1704
  msgstr "Alle löschen"
1705
 
1706
- #: redirection-strings.php:251
1707
  msgid "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1708
  msgstr "Benutze Gruppen, um deine Umleitungen zu ordnen. Gruppen werden einem Modul zugeordnet, dies beeinflusst, wie die Umleitungen in der jeweiligen Gruppe funktionieren. Falls du unsicher bist, bleib beim WordPress-Modul."
1709
 
1710
- #: redirection-strings.php:250
1711
  msgid "Add Group"
1712
  msgstr "Gruppe hinzufügen"
1713
 
1714
- #: redirection-strings.php:185
1715
  msgid "Search"
1716
  msgstr "Suchen"
1717
 
1718
- #: redirection-strings.php:60 redirection-strings.php:269
1719
  msgid "Groups"
1720
  msgstr "Gruppen"
1721
 
1722
  #: redirection-strings.php:25 redirection-strings.php:117
1723
- #: redirection-strings.php:260
1724
  msgid "Save"
1725
  msgstr "Speichern"
1726
 
1727
- #: redirection-strings.php:116 redirection-strings.php:170
1728
  msgid "Group"
1729
  msgstr "Gruppe"
1730
 
@@ -1732,25 +1753,25 @@ msgstr "Gruppe"
1732
  msgid "Match"
1733
  msgstr "Passend"
1734
 
1735
- #: redirection-strings.php:455
1736
  msgid "Add new redirection"
1737
  msgstr "Eine neue Weiterleitung hinzufügen"
1738
 
1739
- #: redirection-strings.php:118 redirection-strings.php:261
1740
- #: redirection-strings.php:293
1741
  msgid "Cancel"
1742
  msgstr "Abbrechen"
1743
 
1744
- #: redirection-strings.php:317
1745
  msgid "Download"
1746
  msgstr "Download"
1747
 
1748
  #. Plugin Name of the plugin
1749
- #: redirection-strings.php:240
1750
  msgid "Redirection"
1751
  msgstr "Redirection"
1752
 
1753
- #: redirection-admin.php:140
1754
  msgid "Settings"
1755
  msgstr "Einstellungen"
1756
 
@@ -1770,103 +1791,103 @@ msgstr "Umleitung zu zufälligen Beitrag"
1770
  msgid "Redirect to URL"
1771
  msgstr "Umleitung zur URL"
1772
 
1773
- #: models/redirect-sanitizer.php:160
1774
  msgid "Invalid group when creating redirect"
1775
  msgstr "Ungültige Gruppe für die Erstellung der Umleitung"
1776
 
1777
- #: redirection-strings.php:142 redirection-strings.php:330
1778
- #: redirection-strings.php:338 redirection-strings.php:343
1779
  msgid "IP"
1780
  msgstr "IP"
1781
 
1782
  #: redirection-strings.php:156 redirection-strings.php:157
1783
- #: redirection-strings.php:200 redirection-strings.php:328
1784
- #: redirection-strings.php:336 redirection-strings.php:341
1785
  msgid "Source URL"
1786
  msgstr "URL-Quelle"
1787
 
1788
- #: redirection-strings.php:327 redirection-strings.php:340
1789
  msgid "Date"
1790
  msgstr "Zeitpunkt"
1791
 
1792
- #: redirection-strings.php:353 redirection-strings.php:366
1793
- #: redirection-strings.php:370 redirection-strings.php:456
1794
  msgid "Add Redirect"
1795
  msgstr "Umleitung hinzufügen"
1796
 
1797
- #: redirection-strings.php:249
1798
  msgid "All modules"
1799
  msgstr "Alle Module"
1800
 
1801
- #: redirection-strings.php:255
1802
  msgid "View Redirects"
1803
  msgstr "Weiterleitungen anschauen"
1804
 
1805
- #: redirection-strings.php:245 redirection-strings.php:259
1806
  msgid "Module"
1807
  msgstr "Module"
1808
 
1809
- #: redirection-strings.php:59 redirection-strings.php:244
1810
  msgid "Redirects"
1811
  msgstr "Umleitungen"
1812
 
1813
- #: redirection-strings.php:243 redirection-strings.php:252
1814
- #: redirection-strings.php:258
1815
  msgid "Name"
1816
  msgstr "Name"
1817
 
1818
- #: redirection-strings.php:169
1819
  msgid "Filter"
1820
  msgstr "Filter"
1821
 
1822
- #: redirection-strings.php:453
1823
  msgid "Reset hits"
1824
  msgstr "Treffer zurücksetzen"
1825
 
1826
- #: redirection-strings.php:247 redirection-strings.php:257
1827
- #: redirection-strings.php:451 redirection-strings.php:461
1828
  msgid "Enable"
1829
  msgstr "Aktivieren"
1830
 
1831
- #: redirection-strings.php:248 redirection-strings.php:256
1832
- #: redirection-strings.php:452 redirection-strings.php:459
1833
  msgid "Disable"
1834
  msgstr "Deaktivieren"
1835
 
1836
- #: redirection-strings.php:246 redirection-strings.php:254
1837
- #: redirection-strings.php:331 redirection-strings.php:332
1838
- #: redirection-strings.php:344 redirection-strings.php:347
1839
- #: redirection-strings.php:369 redirection-strings.php:381
1840
- #: redirection-strings.php:450 redirection-strings.php:458
1841
  msgid "Delete"
1842
  msgstr "Löschen"
1843
 
1844
- #: redirection-strings.php:253 redirection-strings.php:457
1845
  msgid "Edit"
1846
  msgstr "Bearbeiten"
1847
 
1848
- #: redirection-strings.php:449
1849
  msgid "Last Access"
1850
  msgstr "Letzter Zugriff"
1851
 
1852
- #: redirection-strings.php:448
1853
  msgid "Hits"
1854
  msgstr "Treffer"
1855
 
1856
- #: redirection-strings.php:446 redirection-strings.php:474
1857
  msgid "URL"
1858
  msgstr "URL"
1859
 
1860
- #: redirection-strings.php:445
1861
  msgid "Type"
1862
  msgstr "Typ"
1863
 
1864
- #: database/schema/latest.php:137
1865
  msgid "Modified Posts"
1866
  msgstr "Geänderte Beiträge"
1867
 
1868
- #: models/group.php:148 redirection-strings.php:268
1869
- #: database/schema/latest.php:132
1870
  msgid "Redirections"
1871
  msgstr "Redirections"
1872
 
@@ -1874,15 +1895,15 @@ msgstr "Redirections"
1874
  msgid "User Agent"
1875
  msgstr "User Agent"
1876
 
1877
- #: matches/user-agent.php:10 redirection-strings.php:85
1878
  msgid "URL and user agent"
1879
  msgstr "URL und User-Agent"
1880
 
1881
- #: redirection-strings.php:79 redirection-strings.php:202
1882
  msgid "Target URL"
1883
  msgstr "Ziel-URL"
1884
 
1885
- #: matches/url.php:7 redirection-strings.php:81
1886
  msgid "URL only"
1887
  msgstr "Nur URL"
1888
 
@@ -1896,7 +1917,7 @@ msgstr "Regex"
1896
  msgid "Referrer"
1897
  msgstr "Vermittler"
1898
 
1899
- #: matches/referrer.php:10 redirection-strings.php:84
1900
  msgid "URL and referrer"
1901
  msgstr "URL und Vermittler"
1902
 
@@ -1908,6 +1929,6 @@ msgstr "Ausgeloggt"
1908
  msgid "Logged In"
1909
  msgstr "Eingeloggt"
1910
 
1911
- #: matches/login.php:8 redirection-strings.php:82
1912
  msgid "URL and login status"
1913
  msgstr "URL- und Loginstatus"
11
  "Language: de\n"
12
  "Project-Id-Version: Plugins - Redirection - Stable (latest release)\n"
13
 
14
+ #: redirection-strings.php:441
15
+ msgid "Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling."
16
+ msgstr ""
17
+
18
+ #: redirection-strings.php:322
19
+ msgid "Export 404"
20
+ msgstr ""
21
+
22
+ #: redirection-strings.php:321
23
+ msgid "Export redirect"
24
+ msgstr ""
25
+
26
+ #: redirection-strings.php:240
27
+ msgid "You need at least one GET/POST pair for the plugin to work."
28
+ msgstr ""
29
+
30
+ #: redirection-strings.php:170
31
+ msgid "Leave a target blank if you do not wish to redirect otherwise you could create a loop."
32
+ msgstr ""
33
+
34
+ #: redirection-strings.php:167
35
+ msgid "WordPress permalink structures do not work in normal URLs. Please use a regular expression."
36
+ msgstr ""
37
+
38
+ #: models/redirect.php:299
39
+ msgid "Unable to update redirect"
40
+ msgstr ""
41
+
42
  #: redirection.js:33
43
  msgid "blur"
44
  msgstr ""
51
  msgid "scroll"
52
  msgstr ""
53
 
54
+ #: redirection-strings.php:435
55
  msgid "Pass - as ignore, but also copies the query parameters to the target"
56
  msgstr ""
57
 
58
+ #: redirection-strings.php:434
59
  msgid "Ignore - as exact, but ignores any query parameters not in your source"
60
  msgstr ""
61
 
62
+ #: redirection-strings.php:433
63
  msgid "Exact - matches the query parameters exactly defined in your source, in any order"
64
  msgstr ""
65
 
66
+ #: redirection-strings.php:431
67
  msgid "Default query matching"
68
  msgstr ""
69
 
70
+ #: redirection-strings.php:430
71
  msgid "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
72
  msgstr ""
73
 
74
+ #: redirection-strings.php:429
75
  msgid "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
76
  msgstr ""
77
 
78
+ #: redirection-strings.php:428 redirection-strings.php:432
79
  msgid "Applies to all redirections unless you configure them otherwise."
80
  msgstr ""
81
 
82
+ #: redirection-strings.php:427
83
  msgid "Default URL settings"
84
  msgstr ""
85
 
86
+ #: redirection-strings.php:410
87
  msgid "Ignore and pass all query parameters"
88
  msgstr ""
89
 
90
+ #: redirection-strings.php:409
91
  msgid "Ignore all query parameters"
92
  msgstr ""
93
 
94
+ #: redirection-strings.php:408
95
  msgid "Exact match"
96
  msgstr ""
97
 
98
+ #: redirection-strings.php:234
99
  msgid "Caching software (e.g Cloudflare)"
100
  msgstr ""
101
 
102
+ #: redirection-strings.php:232
103
  msgid "A security plugin (e.g Wordfence)"
104
  msgstr ""
105
 
135
  msgid "Ignore Slash"
136
  msgstr ""
137
 
138
+ #: redirection-strings.php:407
139
  msgid "Relative REST API"
140
  msgstr ""
141
 
142
+ #: redirection-strings.php:406
143
  msgid "Raw REST API"
144
  msgstr ""
145
 
146
+ #: redirection-strings.php:405
147
  msgid "Default REST API"
148
  msgstr ""
149
 
150
+ #: redirection-strings.php:206
151
  msgid "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
152
  msgstr ""
153
 
154
+ #: redirection-strings.php:205
155
  msgid "(Example) The target URL is the new URL"
156
  msgstr ""
157
 
158
+ #: redirection-strings.php:203
159
  msgid "(Example) The source URL is your old or original URL"
160
  msgstr ""
161
 
162
+ #. translators: 1: PHP version
163
+ #: redirection.php:38
164
  msgid "Disabled! Detected PHP %s, need PHP 5.4+"
165
  msgstr ""
166
 
167
+ #: redirection-strings.php:269
168
  msgid "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
169
  msgstr ""
170
 
171
+ #: redirection-strings.php:265
172
  msgid "A database upgrade is in progress. Please continue to finish."
173
  msgstr ""
174
 
175
  #. translators: 1: URL to plugin page, 2: current version, 3: target version
176
+ #: redirection-admin.php:78
177
  msgid "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
178
  msgstr ""
179
 
180
+ #: redirection-strings.php:266
181
  msgid "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
182
  msgstr ""
183
 
184
+ #: redirection-strings.php:268
185
  msgid "Redirection database needs updating"
186
  msgstr ""
187
 
188
+ #: redirection-strings.php:267
189
  msgid "Update Required"
190
  msgstr ""
191
 
192
+ #: redirection-strings.php:244
193
  msgid "I need some support!"
194
  msgstr ""
195
 
196
+ #: redirection-strings.php:241
197
  msgid "Finish Setup"
198
  msgstr ""
199
 
200
+ #: redirection-strings.php:239
201
  msgid "Checking your REST API"
202
  msgstr ""
203
 
204
+ #: redirection-strings.php:238
205
  msgid "Retry"
206
  msgstr ""
207
 
208
+ #: redirection-strings.php:237
209
  msgid "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
210
  msgstr ""
211
 
212
+ #: redirection-strings.php:236
213
  msgid "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
214
  msgstr ""
215
 
216
+ #: redirection-strings.php:235
217
  msgid "Some other plugin that blocks the REST API"
218
  msgstr ""
219
 
220
+ #: redirection-strings.php:233
221
  msgid "A server firewall or other server configuration (e.g OVH)"
222
  msgstr ""
223
 
224
+ #: redirection-strings.php:231
225
  msgid "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
226
  msgstr ""
227
 
228
+ #: redirection-strings.php:229 redirection-strings.php:242
229
  msgid "Go back"
230
  msgstr ""
231
 
232
+ #: redirection-strings.php:228
233
  msgid "Continue Setup"
234
  msgstr ""
235
 
236
+ #: redirection-strings.php:226
237
  msgid "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
238
  msgstr ""
239
 
240
+ #: redirection-strings.php:225
241
  msgid "Store IP information for redirects and 404 errors."
242
  msgstr ""
243
 
244
+ #: redirection-strings.php:223
245
  msgid "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
246
  msgstr ""
247
 
248
+ #: redirection-strings.php:222
249
  msgid "Keep a log of all redirects and 404 errors."
250
  msgstr ""
251
 
252
+ #: redirection-strings.php:221 redirection-strings.php:224
253
+ #: redirection-strings.php:227
254
  msgid "{{link}}Read more about this.{{/link}}"
255
  msgstr ""
256
 
257
+ #: redirection-strings.php:220
258
  msgid "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
259
  msgstr ""
260
 
261
+ #: redirection-strings.php:219
262
  msgid "Monitor permalink changes in WordPress posts and pages"
263
  msgstr ""
264
 
265
+ #: redirection-strings.php:218
266
  msgid "These are some options you may want to enable now. They can be changed at any time."
267
  msgstr ""
268
 
269
+ #: redirection-strings.php:217
270
  msgid "Basic Setup"
271
  msgstr ""
272
 
273
+ #: redirection-strings.php:216
274
  msgid "Start Setup"
275
  msgstr ""
276
 
277
+ #: redirection-strings.php:215
278
  msgid "When ready please press the button to continue."
279
  msgstr ""
280
 
281
+ #: redirection-strings.php:214
282
  msgid "First you will be asked a few questions, and then Redirection will set up your database."
283
  msgstr ""
284
 
285
+ #: redirection-strings.php:213
286
  msgid "What's next?"
287
  msgstr ""
288
 
289
+ #: redirection-strings.php:212
290
  msgid "Check a URL is being redirected"
291
  msgstr ""
292
 
293
+ #: redirection-strings.php:211
294
  msgid "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
295
  msgstr ""
296
 
297
+ #: redirection-strings.php:210
298
  msgid "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
299
  msgstr ""
300
 
301
+ #: redirection-strings.php:209
302
  msgid "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
303
  msgstr ""
304
 
305
+ #: redirection-strings.php:208
306
  msgid "Some features you may find useful are"
307
  msgstr ""
308
 
309
+ #: redirection-strings.php:207
310
  msgid "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
311
  msgstr ""
312
 
313
+ #: redirection-strings.php:201
314
  msgid "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
315
  msgstr ""
316
 
317
+ #: redirection-strings.php:200
318
  msgid "How do I use this plugin?"
319
  msgstr ""
320
 
321
+ #: redirection-strings.php:199
322
  msgid "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
323
  msgstr ""
324
 
325
+ #: redirection-strings.php:198
326
  msgid "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
327
  msgstr ""
328
 
329
+ #: redirection-strings.php:197
330
  msgid "Welcome to Redirection 🚀🎉"
331
  msgstr ""
332
 
333
+ #: redirection-strings.php:169
334
  msgid "This will redirect everything, including the login pages. Please be sure you want to do this."
335
  msgstr ""
336
 
337
+ #: redirection-strings.php:168
338
  msgid "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
339
  msgstr ""
340
 
402
  msgid "Database problem"
403
  msgstr ""
404
 
405
+ #: redirection-admin.php:428
406
  msgid "Please enable JavaScript"
407
  msgstr ""
408
 
409
+ #: redirection-admin.php:147
410
  msgid "Please upgrade your database"
411
  msgstr ""
412
 
413
+ #: redirection-admin.php:138 redirection-strings.php:270
414
  msgid "Upgrade Database"
415
  msgstr ""
416
 
417
  #. translators: 1: URL to plugin page
418
+ #: redirection-admin.php:75
419
  msgid "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
420
  msgstr ""
421
 
430
  msgstr ""
431
 
432
  #. translators: 1: table name
433
+ #: database/schema/latest.php:102
434
  msgid "Table \"%s\" is missing"
435
  msgstr ""
436
 
499
  msgid "Target URL when matched (empty to ignore)"
500
  msgstr ""
501
 
502
+ #: redirection-strings.php:362 redirection-strings.php:367
503
  msgid "Show All"
504
  msgstr ""
505
 
506
+ #: redirection-strings.php:359
507
  msgid "Delete all logs for these entries"
508
  msgstr ""
509
 
510
+ #: redirection-strings.php:358 redirection-strings.php:371
511
  msgid "Delete all logs for this entry"
512
  msgstr ""
513
 
514
+ #: redirection-strings.php:357
515
  msgid "Delete Log Entries"
516
  msgstr ""
517
 
518
+ #: redirection-strings.php:355
519
  msgid "Group by IP"
520
  msgstr ""
521
 
522
+ #: redirection-strings.php:354
523
  msgid "Group by URL"
524
  msgstr ""
525
 
526
+ #: redirection-strings.php:353
527
  msgid "No grouping"
528
  msgstr ""
529
 
530
+ #: redirection-strings.php:352 redirection-strings.php:368
531
  msgid "Ignore URL"
532
  msgstr ""
533
 
534
+ #: redirection-strings.php:349 redirection-strings.php:364
535
  msgid "Block IP"
536
  msgstr ""
537
 
538
+ #: redirection-strings.php:348 redirection-strings.php:351
539
+ #: redirection-strings.php:361 redirection-strings.php:366
540
  msgid "Redirect All"
541
  msgstr ""
542
 
543
+ #: redirection-strings.php:340 redirection-strings.php:342
544
  msgid "Count"
545
  msgstr ""
546
 
547
+ #: redirection-strings.php:91 matches/page.php:9
548
  msgid "URL and WordPress page type"
549
  msgstr ""
550
 
551
+ #: redirection-strings.php:87 matches/ip.php:9
552
  msgid "URL and IP"
553
  msgstr ""
554
 
555
+ #: redirection-strings.php:490
556
  msgid "Problem"
557
  msgstr ""
558
 
559
+ #: redirection-strings.php:489
560
  msgid "Good"
561
  msgstr ""
562
 
563
+ #: redirection-strings.php:479
564
  msgid "Check"
565
  msgstr ""
566
 
567
+ #: redirection-strings.php:463
568
  msgid "Check Redirect"
569
  msgstr ""
570
 
600
  msgid "Error"
601
  msgstr ""
602
 
603
+ #: redirection-strings.php:478
604
  msgid "Enter full URL, including http:// or https://"
605
  msgstr ""
606
 
607
+ #: redirection-strings.php:476
608
  msgid "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
609
  msgstr ""
610
 
611
+ #: redirection-strings.php:475
612
  msgid "Redirect Tester"
613
  msgstr "Weiterleitungstester"
614
 
615
+ #: redirection-strings.php:474
616
  msgid "Target"
617
  msgstr "Ziel"
618
 
619
+ #: redirection-strings.php:473
620
  msgid "URL is not being redirected with Redirection"
621
  msgstr "Die URL wird nicht mit Redirection umgeleitet"
622
 
623
+ #: redirection-strings.php:472
624
  msgid "URL is being redirected with Redirection"
625
  msgstr "URL wird mit Redirection umgeleitet"
626
 
627
+ #: redirection-strings.php:471 redirection-strings.php:480
628
  msgid "Unable to load details"
629
  msgstr "Die Details konnten nicht geladen werden"
630
 
660
  msgid "The target URL you want to redirect to if matched"
661
  msgstr ""
662
 
663
+ #: redirection-strings.php:442
664
  msgid "(beta)"
665
  msgstr "(Beta)"
666
 
667
+ #: redirection-strings.php:440
 
 
 
 
668
  msgid "Force HTTPS"
669
  msgstr "Erzwinge HTTPS"
670
 
671
+ #: redirection-strings.php:423
672
  msgid "GDPR / Privacy information"
673
  msgstr "DSGVO / Datenschutzinformationen"
674
 
675
+ #: redirection-strings.php:287
676
  msgid "Add New"
677
  msgstr ""
678
 
680
  msgid "Please logout and login again."
681
  msgstr "Bitte logge dich aus und erneut ein."
682
 
683
+ #: redirection-strings.php:83 matches/user-role.php:9
684
  msgid "URL and role/capability"
685
  msgstr ""
686
 
687
+ #: redirection-strings.php:88 matches/server.php:9
688
  msgid "URL and server"
689
  msgstr "URL und Server"
690
 
740
  msgid "Cookie"
741
  msgstr "Cookie"
742
 
743
+ #: redirection-strings.php:281
744
  msgid "clearing your cache."
745
  msgstr ""
746
 
747
+ #: redirection-strings.php:280
748
  msgid "If you are using a caching system such as Cloudflare then please read this: "
749
  msgstr "Wenn du ein Caching-System, wie etwa Cloudflare, verwendest, lies bitte das Folgende:"
750
 
751
+ #: redirection-strings.php:89 matches/http-header.php:11
752
  msgid "URL and HTTP header"
753
  msgstr "URL und HTTP-Header"
754
 
755
+ #: redirection-strings.php:90 matches/custom-filter.php:9
756
  msgid "URL and custom filter"
757
  msgstr "URL und benutzerdefinierter Filter"
758
 
759
+ #: redirection-strings.php:86 matches/cookie.php:7
760
  msgid "URL and cookie"
761
  msgstr "URL und Cookie"
762
 
763
+ #: redirection-strings.php:496
764
  msgid "404 deleted"
765
  msgstr ""
766
 
767
+ #: redirection-strings.php:230 redirection-strings.php:445
768
  msgid "REST API"
769
  msgstr "REST-API"
770
 
771
+ #: redirection-strings.php:446
772
  msgid "How Redirection uses the REST API - don't change unless necessary"
773
  msgstr "Wie Redirection die REST-API verwendet - ändere das nur, wenn es unbedingt erforderlich ist"
774
 
800
  msgid "None of the suggestions helped"
801
  msgstr ""
802
 
803
+ #: redirection-admin.php:407
804
  msgid "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
805
  msgstr ""
806
 
807
+ #: redirection-admin.php:401
808
  msgid "Unable to load Redirection ☹️"
809
  msgstr "Redirection kann nicht geladen werden ☹️"
810
 
841
  msgid "https://johngodley.com"
842
  msgstr "https://johngodley.com"
843
 
844
+ #: redirection-strings.php:188
845
  msgid "Useragent Error"
846
  msgstr ""
847
 
848
+ #: redirection-strings.php:190
849
  msgid "Unknown Useragent"
850
  msgstr ""
851
 
852
+ #: redirection-strings.php:191
853
  msgid "Device"
854
  msgstr "Gerät"
855
 
856
+ #: redirection-strings.php:192
857
  msgid "Operating System"
858
  msgstr "Betriebssystem"
859
 
860
+ #: redirection-strings.php:193
861
  msgid "Browser"
862
  msgstr "Browser"
863
 
864
+ #: redirection-strings.php:194
865
  msgid "Engine"
866
  msgstr ""
867
 
868
+ #: redirection-strings.php:195
869
  msgid "Useragent"
870
  msgstr ""
871
 
872
+ #: redirection-strings.php:52 redirection-strings.php:196
873
  msgid "Agent"
874
  msgstr ""
875
 
876
+ #: redirection-strings.php:402
877
  msgid "No IP logging"
878
  msgstr "Keine IP-Protokollierung"
879
 
880
+ #: redirection-strings.php:403
881
  msgid "Full IP logging"
882
  msgstr "Vollständige IP-Protokollierung"
883
 
884
+ #: redirection-strings.php:404
885
  msgid "Anonymize IP (mask last part)"
886
  msgstr "Anonymisiere IP (maskiere letzten Teil)"
887
 
888
+ #: redirection-strings.php:415
889
  msgid "Monitor changes to %(type)s"
890
  msgstr "Änderungen überwachen für %(type)s"
891
 
892
+ #: redirection-strings.php:421
893
  msgid "IP Logging"
894
  msgstr "IP-Protokollierung"
895
 
896
+ #: redirection-strings.php:422
897
  msgid "(select IP logging level)"
898
  msgstr "(IP-Protokollierungsstufe wählen)"
899
 
900
+ #: redirection-strings.php:336 redirection-strings.php:363
901
+ #: redirection-strings.php:374
902
  msgid "Geo Info"
903
  msgstr ""
904
 
905
+ #: redirection-strings.php:337 redirection-strings.php:375
906
  msgid "Agent Info"
907
  msgstr ""
908
 
909
+ #: redirection-strings.php:338 redirection-strings.php:376
910
  msgid "Filter by IP"
911
  msgstr ""
912
 
913
+ #: redirection-strings.php:332 redirection-strings.php:345
914
  msgid "Referrer / User Agent"
915
  msgstr ""
916
 
919
  msgstr ""
920
 
921
  #: redirection-strings.php:38 redirection-strings.php:57
922
+ #: redirection-strings.php:189
923
  msgid "Something went wrong obtaining this information"
924
  msgstr ""
925
 
960
  msgid "Trash"
961
  msgstr "Papierkorb"
962
 
963
+ #: redirection-admin.php:406
964
  msgid "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
965
  msgstr ""
966
 
967
  #. translators: URL
968
+ #: redirection-admin.php:298
969
  msgid "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
970
  msgstr ""
971
 
973
  msgid "https://redirection.me/"
974
  msgstr "https://redirection.me/"
975
 
976
+ #: redirection-strings.php:467
977
  msgid "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
978
  msgstr "Die vollständige Dokumentation findest du unter {{site}}https://redirection.me{{/site}}. Solltest du Fragen oder Probleme mit dem Plugin haben, durchsuche bitte zunächst die {{faq}}FAQ{{/faq}}."
979
 
980
+ #: redirection-strings.php:468
981
  msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
982
  msgstr "Wenn du einen Bug mitteilen möchtest, lies bitte zunächst unseren {{report}}Bug Report Leitfaden{{/report}}."
983
 
984
+ #: redirection-strings.php:470
985
  msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
986
  msgstr "Wenn du nicht möchtest, dass deine Nachricht öffentlich sichtbar ist, dann sende sie bitte per {{email}}E-Mail{{/email}} - sende so viele Informationen, wie möglich."
987
 
988
+ #: redirection-strings.php:397
989
  msgid "Never cache"
990
  msgstr ""
991
 
992
+ #: redirection-strings.php:398
993
  msgid "An hour"
994
  msgstr "Eine Stunde"
995
 
996
+ #: redirection-strings.php:443
997
  msgid "Redirect Cache"
998
  msgstr ""
999
 
1000
+ #: redirection-strings.php:444
1001
  msgid "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
1002
  msgstr "Wie lange weitergeleitete 301 URLs im Cache gehalten werden sollen (per \"Expires\" HTTP header)"
1003
 
1004
+ #: redirection-strings.php:303
1005
  msgid "Are you sure you want to import from %s?"
1006
  msgstr "Möchtest du wirklich von %s importieren?"
1007
 
1008
+ #: redirection-strings.php:304
1009
  msgid "Plugin Importers"
1010
  msgstr "Plugin Importer"
1011
 
1012
+ #: redirection-strings.php:305
1013
  msgid "The following redirect plugins were detected on your site and can be imported from."
1014
  msgstr "Folgende Redirect Plugins, von denen importiert werden kann, wurden auf deiner Website gefunden."
1015
 
1016
+ #: redirection-strings.php:288
1017
  msgid "total = "
1018
  msgstr "Total = "
1019
 
1020
+ #: redirection-strings.php:289
1021
  msgid "Import from %s"
1022
  msgstr "Import von %s"
1023
 
1024
  #. translators: 1: Expected WordPress version, 2: Actual WordPress version
1025
+ #: redirection-admin.php:389
1026
  msgid "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1027
  msgstr ""
1028
 
1029
+ #: models/importer.php:217
1030
  msgid "Default WordPress \"old slugs\""
1031
  msgstr ""
1032
 
1033
+ #: redirection-strings.php:414
1034
  msgid "Create associated redirect (added to end of URL)"
1035
  msgstr ""
1036
 
1037
+ #: redirection-admin.php:409
1038
  msgid "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1039
  msgstr ""
1040
 
1041
+ #: redirection-strings.php:487
1042
  msgid "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1043
  msgstr ""
1044
 
1045
+ #: redirection-strings.php:488
1046
  msgid "⚡️ Magic fix ⚡️"
1047
  msgstr ""
1048
 
1049
+ #: redirection-strings.php:491
1050
  msgid "Plugin Status"
1051
  msgstr "Plugin-Status"
1052
 
1066
  msgid "Libraries"
1067
  msgstr "Bibliotheken"
1068
 
1069
+ #: redirection-strings.php:411
1070
  msgid "URL Monitor Changes"
1071
  msgstr ""
1072
 
1073
+ #: redirection-strings.php:412
1074
  msgid "Save changes to this group"
1075
  msgstr ""
1076
 
1077
+ #: redirection-strings.php:413
1078
  msgid "For example \"/amp\""
1079
  msgstr ""
1080
 
1081
+ #: redirection-strings.php:424
1082
  msgid "URL Monitor"
1083
  msgstr ""
1084
 
1085
+ #: redirection-strings.php:370
1086
  msgid "Delete 404s"
1087
  msgstr ""
1088
 
1089
+ #: redirection-strings.php:323
1090
  msgid "Delete all from IP %s"
1091
  msgstr ""
1092
 
1093
+ #: redirection-strings.php:324
1094
  msgid "Delete all matching \"%s\""
1095
  msgstr ""
1096
 
1098
  msgid "Your server has rejected the request for being too big. You will need to change it to continue."
1099
  msgstr ""
1100
 
1101
+ #: redirection-admin.php:404
1102
  msgid "Also check if your browser is able to load <code>redirection.js</code>:"
1103
  msgstr ""
1104
 
1105
+ #: redirection-admin.php:403 redirection-strings.php:284
1106
  msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1107
  msgstr ""
1108
 
1109
+ #: redirection-admin.php:392
1110
  msgid "Unable to load Redirection"
1111
  msgstr "Redirection konnte nicht geladen werden"
1112
 
1162
  msgid "All tables present"
1163
  msgstr ""
1164
 
1165
+ #: redirection-strings.php:278
1166
  msgid "Cached Redirection detected"
1167
  msgstr ""
1168
 
1169
+ #: redirection-strings.php:279
1170
  msgid "Please clear your browser cache and reload this page."
1171
  msgstr ""
1172
 
1186
  msgid "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1187
  msgstr "Füge diese Angaben in deinem Bericht {{strong}} zusammen mit einer Beschreibung dessen ein, was du getan hast{{/ strong}}."
1188
 
1189
+ #: redirection-admin.php:408
1190
  msgid "If you think Redirection is at fault then create an issue."
1191
  msgstr ""
1192
 
1193
+ #: redirection-admin.php:402
1194
  msgid "This may be caused by another plugin - look at your browser's error console for more details."
1195
  msgstr ""
1196
 
1197
+ #: redirection-admin.php:424
1198
  msgid "Loading, please wait..."
1199
  msgstr "Lädt, bitte warte..."
1200
 
1201
+ #: redirection-strings.php:308
1202
  msgid "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1203
  msgstr ""
1204
 
1205
+ #: redirection-strings.php:283
1206
  msgid "Redirection is not working. Try clearing your browser cache and reloading this page."
1207
  msgstr "Redirection funktioniert nicht. Versuche, Deinen Browser-Cache zu löschen und diese Seite neu zu laden."
1208
 
1209
+ #: redirection-strings.php:285
1210
  msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1211
  msgstr ""
1212
 
1214
  msgid "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1215
  msgstr ""
1216
 
1217
+ #: redirection-admin.php:412 redirection-strings.php:33
1218
  msgid "Create Issue"
1219
  msgstr ""
1220
 
1226
  msgid "Important details"
1227
  msgstr "Wichtige Details"
1228
 
1229
+ #: redirection-strings.php:466
1230
  msgid "Need help?"
1231
  msgstr "Hilfe benötigt?"
1232
 
1233
+ #: redirection-strings.php:469
1234
  msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1235
  msgstr ""
1236
 
1237
+ #: redirection-strings.php:450
1238
  msgid "Pos"
1239
  msgstr ""
1240
 
1246
  msgid "Position"
1247
  msgstr "Position"
1248
 
1249
+ #: redirection-strings.php:437
1250
  msgid "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1251
  msgstr ""
1252
 
1253
+ #: redirection-strings.php:438
1254
  msgid "Apache Module"
1255
  msgstr "Apache Modul"
1256
 
1257
+ #: redirection-strings.php:439
1258
  msgid "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1259
  msgstr ""
1260
 
1261
+ #: redirection-strings.php:290
1262
  msgid "Import to group"
1263
  msgstr "Importiere in Gruppe"
1264
 
1265
+ #: redirection-strings.php:291
1266
  msgid "Import a CSV, .htaccess, or JSON file."
1267
  msgstr "Importiere eine CSV, .htaccess oder JSON Datei."
1268
 
1269
+ #: redirection-strings.php:292
1270
  msgid "Click 'Add File' or drag and drop here."
1271
  msgstr "Klicke auf 'Datei hinzufügen' oder Drag & Drop hier."
1272
 
1273
+ #: redirection-strings.php:293
1274
  msgid "Add File"
1275
  msgstr "Datei hinzufügen"
1276
 
1277
+ #: redirection-strings.php:294
1278
  msgid "File selected"
1279
  msgstr "Datei ausgewählt"
1280
 
1281
+ #: redirection-strings.php:297
1282
  msgid "Importing"
1283
  msgstr "Importiere"
1284
 
1285
+ #: redirection-strings.php:298
1286
  msgid "Finished importing"
1287
  msgstr "Importieren beendet"
1288
 
1289
+ #: redirection-strings.php:299
1290
  msgid "Total redirects imported:"
1291
  msgstr "Umleitungen importiert:"
1292
 
1293
+ #: redirection-strings.php:300
1294
  msgid "Double-check the file is the correct format!"
1295
  msgstr "Überprüfe, ob die Datei das richtige Format hat!"
1296
 
1297
+ #: redirection-strings.php:301
1298
  msgid "OK"
1299
  msgstr "OK"
1300
 
1301
+ #: redirection-strings.php:119 redirection-strings.php:302
1302
  msgid "Close"
1303
  msgstr "Schließen"
1304
 
1305
+ #: redirection-strings.php:307
1306
  msgid "All imports will be appended to the current database."
1307
  msgstr "Alle Importe werden der aktuellen Datenbank hinzugefügt."
1308
 
1309
+ #: redirection-strings.php:309
1310
  msgid "Export"
1311
  msgstr "Exportieren"
1312
 
1313
+ #: redirection-strings.php:310
1314
  msgid "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1315
  msgstr ""
1316
 
1317
+ #: redirection-strings.php:311
1318
  msgid "Everything"
1319
  msgstr "Alles"
1320
 
1321
+ #: redirection-strings.php:312
1322
  msgid "WordPress redirects"
1323
  msgstr "WordPress Weiterleitungen"
1324
 
1325
+ #: redirection-strings.php:313
1326
  msgid "Apache redirects"
1327
  msgstr "Apache Weiterleitungen"
1328
 
1329
+ #: redirection-strings.php:314
1330
  msgid "Nginx redirects"
1331
  msgstr "Nginx Weiterleitungen"
1332
 
1333
+ #: redirection-strings.php:315
1334
  msgid "CSV"
1335
  msgstr "CSV"
1336
 
1337
+ #: redirection-strings.php:316
1338
  msgid "Apache .htaccess"
1339
  msgstr "Apache .htaccess"
1340
 
1341
+ #: redirection-strings.php:317
1342
  msgid "Nginx rewrite rules"
1343
  msgstr ""
1344
 
1345
+ #: redirection-strings.php:318
1346
  msgid "Redirection JSON"
1347
  msgstr ""
1348
 
1349
+ #: redirection-strings.php:319
1350
  msgid "View"
1351
  msgstr "Anzeigen"
1352
 
1353
+ #: redirection-strings.php:63 redirection-strings.php:273
 
 
 
 
1354
  msgid "Import/Export"
1355
  msgstr "Import/Export"
1356
 
1357
+ #: redirection-strings.php:274
1358
  msgid "Logs"
1359
  msgstr "Protokolldateien"
1360
 
1361
+ #: redirection-strings.php:275
1362
  msgid "404 errors"
1363
  msgstr "404 Fehler"
1364
 
1365
+ #: redirection-strings.php:286
1366
  msgid "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1367
  msgstr ""
1368
 
1369
+ #: redirection-strings.php:386
1370
  msgid "I'd like to support some more."
1371
  msgstr ""
1372
 
1373
+ #: redirection-strings.php:389
1374
  msgid "Support 💰"
1375
  msgstr "Unterstützen 💰"
1376
 
1377
+ #: redirection-strings.php:492
1378
  msgid "Redirection saved"
1379
  msgstr "Umleitung gespeichert"
1380
 
1381
+ #: redirection-strings.php:493
1382
  msgid "Log deleted"
1383
  msgstr "Log gelöscht"
1384
 
1385
+ #: redirection-strings.php:494
1386
  msgid "Settings saved"
1387
  msgstr "Einstellungen gespeichert"
1388
 
1389
+ #: redirection-strings.php:495
1390
  msgid "Group saved"
1391
  msgstr "Gruppe gespeichert"
1392
 
1393
+ #: redirection-strings.php:245
1394
  msgid "Are you sure you want to delete this item?"
1395
  msgid_plural "Are you sure you want to delete these items?"
1396
  msgstr[0] "Bist du sicher, dass du diesen Eintrag löschen möchtest?"
1397
  msgstr[1] "Bist du sicher, dass du diese Einträge löschen möchtest?"
1398
 
1399
+ #: redirection-strings.php:465
1400
  msgid "pass"
1401
  msgstr ""
1402
 
1403
+ #: redirection-strings.php:457
1404
  msgid "All groups"
1405
  msgstr "Alle Gruppen"
1406
 
1460
  msgid "View notice"
1461
  msgstr "Hinweis anzeigen"
1462
 
1463
+ #: models/redirect-sanitizer.php:185
1464
  msgid "Invalid source URL"
1465
  msgstr "Ungültige Quell URL"
1466
 
1467
+ #: models/redirect-sanitizer.php:114
1468
  msgid "Invalid redirect action"
1469
  msgstr "Ungültige Umleitungsaktion"
1470
 
1471
+ #: models/redirect-sanitizer.php:108
1472
  msgid "Invalid redirect matcher"
1473
  msgstr ""
1474
 
1476
  msgid "Unable to add new redirect"
1477
  msgstr ""
1478
 
1479
+ #: redirection-strings.php:23 redirection-strings.php:282
1480
  msgid "Something went wrong 🙁"
1481
  msgstr "Etwas ist schiefgelaufen 🙁"
1482
 
1485
  msgstr "Ich habe versucht, etwas zu tun und es ging schief. Es kann eine vorübergehendes Problem sein und wenn du es nochmal probierst, könnte es funktionieren - toll!"
1486
 
1487
  #. translators: maximum number of log entries
1488
+ #: redirection-admin.php:183
1489
  msgid "Log entries (%d max)"
1490
  msgstr "Log Einträge (%d max)"
1491
 
1492
+ #: redirection-strings.php:186
1493
  msgid "Search by IP"
1494
  msgstr "Suche nach IP"
1495
 
1496
+ #: redirection-strings.php:181
1497
  msgid "Select bulk action"
1498
  msgstr ""
1499
 
1500
+ #: redirection-strings.php:182
1501
  msgid "Bulk Actions"
1502
  msgstr ""
1503
 
1504
+ #: redirection-strings.php:183
1505
  msgid "Apply"
1506
  msgstr "Anwenden"
1507
 
1508
+ #: redirection-strings.php:174
1509
  msgid "First page"
1510
  msgstr "Erste Seite"
1511
 
1512
+ #: redirection-strings.php:175
1513
  msgid "Prev page"
1514
  msgstr "Vorige Seite"
1515
 
1516
+ #: redirection-strings.php:176
1517
  msgid "Current Page"
1518
  msgstr "Aktuelle Seite"
1519
 
1520
+ #: redirection-strings.php:177
1521
  msgid "of %(page)s"
1522
  msgstr "von %(Seite)n"
1523
 
1524
+ #: redirection-strings.php:178
1525
  msgid "Next page"
1526
  msgstr "Nächste Seite"
1527
 
1528
+ #: redirection-strings.php:179
1529
  msgid "Last page"
1530
  msgstr "Letzte Seite"
1531
 
1532
+ #: redirection-strings.php:180
1533
  msgid "%s item"
1534
  msgid_plural "%s items"
1535
  msgstr[0] "%s Eintrag"
1536
  msgstr[1] "%s Einträge"
1537
 
1538
+ #: redirection-strings.php:173
1539
  msgid "Select All"
1540
  msgstr "Alle auswählen"
1541
 
1542
+ #: redirection-strings.php:185
1543
  msgid "Sorry, something went wrong loading the data - please try again"
1544
  msgstr "Entschuldigung, etwas ist beim Laden der Daten schief gelaufen - bitte versuche es erneut"
1545
 
1546
+ #: redirection-strings.php:184
1547
  msgid "No results"
1548
  msgstr "Keine Ergebnisse"
1549
 
1550
+ #: redirection-strings.php:326
1551
  msgid "Delete the logs - are you sure?"
1552
  msgstr "Logs löschen - bist du sicher?"
1553
 
1554
+ #: redirection-strings.php:327
1555
  msgid "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1556
  msgstr "Einmal gelöscht, sind deine aktuellen Logs nicht mehr verfügbar. Du kannst einen Zeitplan zur Löschung in den Redirection Einstellungen setzen, wenn du dies automatisch machen möchtest."
1557
 
1558
+ #: redirection-strings.php:328
1559
  msgid "Yes! Delete the logs"
1560
  msgstr "Ja! Lösche die Logs"
1561
 
1562
+ #: redirection-strings.php:329
1563
  msgid "No! Don't delete the logs"
1564
  msgstr "Nein! Lösche die Logs nicht"
1565
 
1566
+ #: redirection-strings.php:482
1567
  msgid "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1568
  msgstr ""
1569
 
1570
+ #: redirection-strings.php:481 redirection-strings.php:483
1571
  msgid "Newsletter"
1572
  msgstr "Newsletter"
1573
 
1574
+ #: redirection-strings.php:484
1575
  msgid "Want to keep up to date with changes to Redirection?"
1576
  msgstr ""
1577
 
1578
+ #: redirection-strings.php:485
1579
  msgid "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1580
  msgstr ""
1581
 
1582
+ #: redirection-strings.php:486
1583
  msgid "Your email address:"
1584
  msgstr "Deine E-Mail Adresse:"
1585
 
1586
+ #: redirection-strings.php:385
1587
  msgid "You've supported this plugin - thank you!"
1588
  msgstr "Du hast dieses Plugin bereits unterstützt - vielen Dank!"
1589
 
1590
+ #: redirection-strings.php:388
1591
  msgid "You get useful software and I get to carry on making it better."
1592
  msgstr "Du erhältst nützliche Software und ich komme dazu, sie besser zu machen."
1593
 
1594
+ #: redirection-strings.php:396 redirection-strings.php:401
1595
  msgid "Forever"
1596
  msgstr "Dauerhaft"
1597
 
1598
+ #: redirection-strings.php:377
1599
  msgid "Delete the plugin - are you sure?"
1600
  msgstr "Plugin löschen - bist du sicher?"
1601
 
1602
+ #: redirection-strings.php:378
1603
  msgid "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1604
  msgstr "Löschen des Plugins entfernt alle deine Weiterleitungen, Logs und Einstellungen. Tu dies, falls du das Plugin dauerhaft entfernen möchtest oder um das Plugin zurückzusetzen."
1605
 
1606
+ #: redirection-strings.php:379
1607
  msgid "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1608
  msgstr "Einmal gelöscht, werden deine Weiterleitungen nicht mehr funktionieren. Falls sie es dennoch tun sollten, leere bitte deinen Browser Cache."
1609
 
1610
+ #: redirection-strings.php:380
1611
  msgid "Yes! Delete the plugin"
1612
  msgstr "Ja! Lösche das Plugin"
1613
 
1614
+ #: redirection-strings.php:381
1615
  msgid "No! Don't delete the plugin"
1616
  msgstr "Nein! Lösche das Plugin nicht"
1617
 
1623
  msgid "Manage all your 301 redirects and monitor 404 errors"
1624
  msgstr "Verwalte alle 301-Umleitungen und 404-Fehler."
1625
 
1626
+ #: redirection-strings.php:387
1627
  msgid "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1628
  msgstr "Redirection ist kostenlos – das Leben ist wundervoll und schön! Aber: Sehr viel Zeit und Arbeit sind in seine Entwicklung geflossen und falls es sich als nützlich erwiesen hat, kannst du die Entwicklung {{strong}}mit einer kleinen Spende unterstützen{{/strong}}."
1629
 
1630
+ #: redirection-admin.php:299
1631
  msgid "Redirection Support"
1632
  msgstr "Unleitung Support"
1633
 
1634
+ #: redirection-strings.php:65 redirection-strings.php:277
1635
  msgid "Support"
1636
  msgstr "Support"
1637
 
1643
  msgid "Log"
1644
  msgstr "Log"
1645
 
1646
+ #: redirection-strings.php:383
1647
  msgid "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1648
  msgstr "Auswählen dieser Option löscht alle Umleitungen, alle Logs, und alle Optionen, die mit dem Umleitungs-Plugin verbunden sind. Stelle sicher, das du das wirklich möchtest."
1649
 
1650
+ #: redirection-strings.php:382
1651
  msgid "Delete Redirection"
1652
  msgstr "Umleitung löschen"
1653
 
1654
+ #: redirection-strings.php:295
1655
  msgid "Upload"
1656
  msgstr "Hochladen"
1657
 
1658
+ #: redirection-strings.php:306
1659
  msgid "Import"
1660
  msgstr "Importieren"
1661
 
1662
+ #: redirection-strings.php:447
1663
  msgid "Update"
1664
  msgstr "Aktualisieren"
1665
 
1666
+ #: redirection-strings.php:436
1667
  msgid "Auto-generate URL"
1668
  msgstr "Selbsterstellte URL"
1669
 
1670
+ #: redirection-strings.php:426
1671
  msgid "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1672
  msgstr "Einzigartiges Token, das RSS-Klienten Zugang zum Umleitung-Log-Feed gewährt. (freilassen, um automatisch zu generieren)"
1673
 
1674
+ #: redirection-strings.php:425
1675
  msgid "RSS Token"
1676
  msgstr "RSS Token"
1677
 
1678
+ #: redirection-strings.php:419
1679
  msgid "404 Logs"
1680
  msgstr "404-Logs"
1681
 
1682
+ #: redirection-strings.php:418 redirection-strings.php:420
1683
  msgid "(time to keep logs for)"
1684
  msgstr "(Dauer, für die die Logs behalten werden)"
1685
 
1686
+ #: redirection-strings.php:417
1687
  msgid "Redirect Logs"
1688
  msgstr "Umleitungs-Logs"
1689
 
1690
+ #: redirection-strings.php:416
1691
  msgid "I'm a nice person and I have helped support the author of this plugin"
1692
  msgstr "Ich bin eine nette Person und ich helfe dem Autor des Plugins"
1693
 
1694
+ #: redirection-strings.php:390
1695
  msgid "Plugin Support"
1696
  msgstr "Plugin Support"
1697
 
1698
+ #: redirection-strings.php:64 redirection-strings.php:276
1699
  msgid "Options"
1700
  msgstr "Optionen"
1701
 
1702
+ #: redirection-strings.php:395
1703
  msgid "Two months"
1704
  msgstr "zwei Monate"
1705
 
1706
+ #: redirection-strings.php:394
1707
  msgid "A month"
1708
  msgstr "ein Monat"
1709
 
1710
+ #: redirection-strings.php:393 redirection-strings.php:400
1711
  msgid "A week"
1712
  msgstr "eine Woche"
1713
 
1714
+ #: redirection-strings.php:392 redirection-strings.php:399
1715
  msgid "A day"
1716
  msgstr "einen Tag"
1717
 
1718
+ #: redirection-strings.php:391
1719
  msgid "No logs"
1720
  msgstr "Keine Logs"
1721
 
1722
+ #: redirection-strings.php:325 redirection-strings.php:360
1723
+ #: redirection-strings.php:365
1724
  msgid "Delete All"
1725
  msgstr "Alle löschen"
1726
 
1727
+ #: redirection-strings.php:254
1728
  msgid "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1729
  msgstr "Benutze Gruppen, um deine Umleitungen zu ordnen. Gruppen werden einem Modul zugeordnet, dies beeinflusst, wie die Umleitungen in der jeweiligen Gruppe funktionieren. Falls du unsicher bist, bleib beim WordPress-Modul."
1730
 
1731
+ #: redirection-strings.php:253
1732
  msgid "Add Group"
1733
  msgstr "Gruppe hinzufügen"
1734
 
1735
+ #: redirection-strings.php:187
1736
  msgid "Search"
1737
  msgstr "Suchen"
1738
 
1739
+ #: redirection-strings.php:60 redirection-strings.php:272
1740
  msgid "Groups"
1741
  msgstr "Gruppen"
1742
 
1743
  #: redirection-strings.php:25 redirection-strings.php:117
1744
+ #: redirection-strings.php:263
1745
  msgid "Save"
1746
  msgstr "Speichern"
1747
 
1748
+ #: redirection-strings.php:116 redirection-strings.php:172
1749
  msgid "Group"
1750
  msgstr "Gruppe"
1751
 
1753
  msgid "Match"
1754
  msgstr "Passend"
1755
 
1756
+ #: redirection-strings.php:458
1757
  msgid "Add new redirection"
1758
  msgstr "Eine neue Weiterleitung hinzufügen"
1759
 
1760
+ #: redirection-strings.php:118 redirection-strings.php:264
1761
+ #: redirection-strings.php:296
1762
  msgid "Cancel"
1763
  msgstr "Abbrechen"
1764
 
1765
+ #: redirection-strings.php:320
1766
  msgid "Download"
1767
  msgstr "Download"
1768
 
1769
  #. Plugin Name of the plugin
1770
+ #: redirection-strings.php:243
1771
  msgid "Redirection"
1772
  msgstr "Redirection"
1773
 
1774
+ #: redirection-admin.php:141
1775
  msgid "Settings"
1776
  msgstr "Einstellungen"
1777
 
1791
  msgid "Redirect to URL"
1792
  msgstr "Umleitung zur URL"
1793
 
1794
+ #: models/redirect-sanitizer.php:175
1795
  msgid "Invalid group when creating redirect"
1796
  msgstr "Ungültige Gruppe für die Erstellung der Umleitung"
1797
 
1798
+ #: redirection-strings.php:142 redirection-strings.php:333
1799
+ #: redirection-strings.php:341 redirection-strings.php:346
1800
  msgid "IP"
1801
  msgstr "IP"
1802
 
1803
  #: redirection-strings.php:156 redirection-strings.php:157
1804
+ #: redirection-strings.php:202 redirection-strings.php:331
1805
+ #: redirection-strings.php:339 redirection-strings.php:344
1806
  msgid "Source URL"
1807
  msgstr "URL-Quelle"
1808
 
1809
+ #: redirection-strings.php:330 redirection-strings.php:343
1810
  msgid "Date"
1811
  msgstr "Zeitpunkt"
1812
 
1813
+ #: redirection-strings.php:356 redirection-strings.php:369
1814
+ #: redirection-strings.php:373 redirection-strings.php:459
1815
  msgid "Add Redirect"
1816
  msgstr "Umleitung hinzufügen"
1817
 
1818
+ #: redirection-strings.php:252
1819
  msgid "All modules"
1820
  msgstr "Alle Module"
1821
 
1822
+ #: redirection-strings.php:258
1823
  msgid "View Redirects"
1824
  msgstr "Weiterleitungen anschauen"
1825
 
1826
+ #: redirection-strings.php:248 redirection-strings.php:262
1827
  msgid "Module"
1828
  msgstr "Module"
1829
 
1830
+ #: redirection-strings.php:59 redirection-strings.php:247
1831
  msgid "Redirects"
1832
  msgstr "Umleitungen"
1833
 
1834
+ #: redirection-strings.php:246 redirection-strings.php:255
1835
+ #: redirection-strings.php:261
1836
  msgid "Name"
1837
  msgstr "Name"
1838
 
1839
+ #: redirection-strings.php:171
1840
  msgid "Filter"
1841
  msgstr "Filter"
1842
 
1843
+ #: redirection-strings.php:456
1844
  msgid "Reset hits"
1845
  msgstr "Treffer zurücksetzen"
1846
 
1847
+ #: redirection-strings.php:250 redirection-strings.php:260
1848
+ #: redirection-strings.php:454 redirection-strings.php:464
1849
  msgid "Enable"
1850
  msgstr "Aktivieren"
1851
 
1852
+ #: redirection-strings.php:251 redirection-strings.php:259
1853
+ #: redirection-strings.php:455 redirection-strings.php:462
1854
  msgid "Disable"
1855
  msgstr "Deaktivieren"
1856
 
1857
+ #: redirection-strings.php:249 redirection-strings.php:257
1858
+ #: redirection-strings.php:334 redirection-strings.php:335
1859
+ #: redirection-strings.php:347 redirection-strings.php:350
1860
+ #: redirection-strings.php:372 redirection-strings.php:384
1861
+ #: redirection-strings.php:453 redirection-strings.php:461
1862
  msgid "Delete"
1863
  msgstr "Löschen"
1864
 
1865
+ #: redirection-strings.php:256 redirection-strings.php:460
1866
  msgid "Edit"
1867
  msgstr "Bearbeiten"
1868
 
1869
+ #: redirection-strings.php:452
1870
  msgid "Last Access"
1871
  msgstr "Letzter Zugriff"
1872
 
1873
+ #: redirection-strings.php:451
1874
  msgid "Hits"
1875
  msgstr "Treffer"
1876
 
1877
+ #: redirection-strings.php:449 redirection-strings.php:477
1878
  msgid "URL"
1879
  msgstr "URL"
1880
 
1881
+ #: redirection-strings.php:448
1882
  msgid "Type"
1883
  msgstr "Typ"
1884
 
1885
+ #: database/schema/latest.php:138
1886
  msgid "Modified Posts"
1887
  msgstr "Geänderte Beiträge"
1888
 
1889
+ #: models/group.php:148 redirection-strings.php:271
1890
+ #: database/schema/latest.php:133
1891
  msgid "Redirections"
1892
  msgstr "Redirections"
1893
 
1895
  msgid "User Agent"
1896
  msgstr "User Agent"
1897
 
1898
+ #: redirection-strings.php:85 matches/user-agent.php:10
1899
  msgid "URL and user agent"
1900
  msgstr "URL und User-Agent"
1901
 
1902
+ #: redirection-strings.php:79 redirection-strings.php:204
1903
  msgid "Target URL"
1904
  msgstr "Ziel-URL"
1905
 
1906
+ #: redirection-strings.php:81 matches/url.php:7
1907
  msgid "URL only"
1908
  msgstr "Nur URL"
1909
 
1917
  msgid "Referrer"
1918
  msgstr "Vermittler"
1919
 
1920
+ #: redirection-strings.php:84 matches/referrer.php:10
1921
  msgid "URL and referrer"
1922
  msgstr "URL und Vermittler"
1923
 
1929
  msgid "Logged In"
1930
  msgstr "Eingeloggt"
1931
 
1932
+ #: redirection-strings.php:82 matches/login.php:8
1933
  msgid "URL and login status"
1934
  msgstr "URL- und Loginstatus"
locale/redirection-en_AU.mo CHANGED
Binary file
locale/redirection-en_AU.po CHANGED
@@ -11,6 +11,34 @@ msgstr ""
11
  "Language: en_AU\n"
12
  "Project-Id-Version: Plugins - Redirection - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: redirection.js:33
15
  msgid "blur"
16
  msgstr ""
@@ -23,55 +51,55 @@ msgstr ""
23
  msgid "scroll"
24
  msgstr ""
25
 
26
- #: redirection-strings.php:432
27
  msgid "Pass - as ignore, but also copies the query parameters to the target"
28
  msgstr ""
29
 
30
- #: redirection-strings.php:431
31
  msgid "Ignore - as exact, but ignores any query parameters not in your source"
32
  msgstr ""
33
 
34
- #: redirection-strings.php:430
35
  msgid "Exact - matches the query parameters exactly defined in your source, in any order"
36
  msgstr ""
37
 
38
- #: redirection-strings.php:428
39
  msgid "Default query matching"
40
  msgstr ""
41
 
42
- #: redirection-strings.php:427
43
  msgid "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
44
  msgstr ""
45
 
46
- #: redirection-strings.php:426
47
  msgid "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
48
  msgstr ""
49
 
50
- #: redirection-strings.php:425 redirection-strings.php:429
51
  msgid "Applies to all redirections unless you configure them otherwise."
52
  msgstr ""
53
 
54
- #: redirection-strings.php:424
55
  msgid "Default URL settings"
56
  msgstr ""
57
 
58
- #: redirection-strings.php:407
59
  msgid "Ignore and pass all query parameters"
60
  msgstr ""
61
 
62
- #: redirection-strings.php:406
63
  msgid "Ignore all query parameters"
64
  msgstr ""
65
 
66
- #: redirection-strings.php:405
67
  msgid "Exact match"
68
  msgstr ""
69
 
70
- #: redirection-strings.php:232
71
  msgid "Caching software (e.g Cloudflare)"
72
  msgstr ""
73
 
74
- #: redirection-strings.php:230
75
  msgid "A security plugin (e.g Wordfence)"
76
  msgstr ""
77
 
@@ -107,205 +135,206 @@ msgstr ""
107
  msgid "Ignore Slash"
108
  msgstr ""
109
 
110
- #: redirection-strings.php:404
111
  msgid "Relative REST API"
112
  msgstr ""
113
 
114
- #: redirection-strings.php:403
115
  msgid "Raw REST API"
116
  msgstr ""
117
 
118
- #: redirection-strings.php:402
119
  msgid "Default REST API"
120
  msgstr ""
121
 
122
- #: redirection-strings.php:204
123
  msgid "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
124
  msgstr ""
125
 
126
- #: redirection-strings.php:203
127
  msgid "(Example) The target URL is the new URL"
128
  msgstr ""
129
 
130
- #: redirection-strings.php:201
131
  msgid "(Example) The source URL is your old or original URL"
132
  msgstr ""
133
 
134
- #: redirection.php:37
 
135
  msgid "Disabled! Detected PHP %s, need PHP 5.4+"
136
  msgstr ""
137
 
138
- #: redirection-strings.php:266
139
  msgid "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
140
  msgstr ""
141
 
142
- #: redirection-strings.php:262
143
  msgid "A database upgrade is in progress. Please continue to finish."
144
  msgstr ""
145
 
146
  #. translators: 1: URL to plugin page, 2: current version, 3: target version
147
- #: redirection-admin.php:77
148
  msgid "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
149
  msgstr ""
150
 
151
- #: redirection-strings.php:263
152
  msgid "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
153
  msgstr ""
154
 
155
- #: redirection-strings.php:265
156
  msgid "Redirection database needs updating"
157
  msgstr ""
158
 
159
- #: redirection-strings.php:264
160
  msgid "Update Required"
161
  msgstr ""
162
 
163
- #: redirection-strings.php:241
164
  msgid "I need some support!"
165
  msgstr ""
166
 
167
- #: redirection-strings.php:238
168
  msgid "Finish Setup"
169
  msgstr ""
170
 
171
- #: redirection-strings.php:237
172
  msgid "Checking your REST API"
173
  msgstr ""
174
 
175
- #: redirection-strings.php:236
176
  msgid "Retry"
177
  msgstr ""
178
 
179
- #: redirection-strings.php:235
180
  msgid "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
181
  msgstr ""
182
 
183
- #: redirection-strings.php:234
184
  msgid "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
185
  msgstr ""
186
 
187
- #: redirection-strings.php:233
188
  msgid "Some other plugin that blocks the REST API"
189
  msgstr ""
190
 
191
- #: redirection-strings.php:231
192
  msgid "A server firewall or other server configuration (e.g OVH)"
193
  msgstr ""
194
 
195
- #: redirection-strings.php:229
196
  msgid "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
197
  msgstr ""
198
 
199
- #: redirection-strings.php:227 redirection-strings.php:239
200
  msgid "Go back"
201
  msgstr ""
202
 
203
- #: redirection-strings.php:226
204
  msgid "Continue Setup"
205
  msgstr ""
206
 
207
- #: redirection-strings.php:224
208
  msgid "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
209
  msgstr ""
210
 
211
- #: redirection-strings.php:223
212
  msgid "Store IP information for redirects and 404 errors."
213
  msgstr ""
214
 
215
- #: redirection-strings.php:221
216
  msgid "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
217
  msgstr ""
218
 
219
- #: redirection-strings.php:220
220
  msgid "Keep a log of all redirects and 404 errors."
221
  msgstr ""
222
 
223
- #: redirection-strings.php:219 redirection-strings.php:222
224
- #: redirection-strings.php:225
225
  msgid "{{link}}Read more about this.{{/link}}"
226
  msgstr ""
227
 
228
- #: redirection-strings.php:218
229
  msgid "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
230
  msgstr ""
231
 
232
- #: redirection-strings.php:217
233
  msgid "Monitor permalink changes in WordPress posts and pages"
234
  msgstr ""
235
 
236
- #: redirection-strings.php:216
237
  msgid "These are some options you may want to enable now. They can be changed at any time."
238
  msgstr ""
239
 
240
- #: redirection-strings.php:215
241
  msgid "Basic Setup"
242
  msgstr ""
243
 
244
- #: redirection-strings.php:214
245
  msgid "Start Setup"
246
  msgstr ""
247
 
248
- #: redirection-strings.php:213
249
  msgid "When ready please press the button to continue."
250
  msgstr ""
251
 
252
- #: redirection-strings.php:212
253
  msgid "First you will be asked a few questions, and then Redirection will set up your database."
254
  msgstr ""
255
 
256
- #: redirection-strings.php:211
257
  msgid "What's next?"
258
  msgstr ""
259
 
260
- #: redirection-strings.php:210
261
  msgid "Check a URL is being redirected"
262
  msgstr ""
263
 
264
- #: redirection-strings.php:209
265
  msgid "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
266
  msgstr ""
267
 
268
- #: redirection-strings.php:208
269
  msgid "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
270
  msgstr ""
271
 
272
- #: redirection-strings.php:207
273
  msgid "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
274
  msgstr ""
275
 
276
- #: redirection-strings.php:206
277
  msgid "Some features you may find useful are"
278
  msgstr ""
279
 
280
- #: redirection-strings.php:205
281
  msgid "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
282
  msgstr ""
283
 
284
- #: redirection-strings.php:199
285
  msgid "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
286
  msgstr ""
287
 
288
- #: redirection-strings.php:198
289
  msgid "How do I use this plugin?"
290
  msgstr ""
291
 
292
- #: redirection-strings.php:197
293
  msgid "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
294
  msgstr ""
295
 
296
- #: redirection-strings.php:196
297
  msgid "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
298
  msgstr ""
299
 
300
- #: redirection-strings.php:195
301
  msgid "Welcome to Redirection 🚀🎉"
302
  msgstr ""
303
 
304
- #: redirection-strings.php:168
305
  msgid "This will redirect everything, including the login pages. Please be sure you want to do this."
306
  msgstr ""
307
 
308
- #: redirection-strings.php:167
309
  msgid "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
310
  msgstr ""
311
 
@@ -373,20 +402,20 @@ msgstr ""
373
  msgid "Database problem"
374
  msgstr ""
375
 
376
- #: redirection-admin.php:419
377
  msgid "Please enable JavaScript"
378
  msgstr ""
379
 
380
- #: redirection-admin.php:146
381
  msgid "Please upgrade your database"
382
  msgstr ""
383
 
384
- #: redirection-admin.php:137 redirection-strings.php:267
385
  msgid "Upgrade Database"
386
  msgstr ""
387
 
388
  #. translators: 1: URL to plugin page
389
- #: redirection-admin.php:74
390
  msgid "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
391
  msgstr ""
392
 
@@ -401,7 +430,7 @@ msgid "Failed to perform query \"%s\""
401
  msgstr ""
402
 
403
  #. translators: 1: table name
404
- #: database/schema/latest.php:101
405
  msgid "Table \"%s\" is missing"
406
  msgstr ""
407
 
@@ -470,72 +499,72 @@ msgstr "Target URL when not matched (empty to ignore)"
470
  msgid "Target URL when matched (empty to ignore)"
471
  msgstr "Target URL when matched (empty to ignore)"
472
 
473
- #: redirection-strings.php:359 redirection-strings.php:364
474
  msgid "Show All"
475
  msgstr "Show All"
476
 
477
- #: redirection-strings.php:356
478
  msgid "Delete all logs for these entries"
479
  msgstr "Delete all logs for these entries"
480
 
481
- #: redirection-strings.php:355 redirection-strings.php:368
482
  msgid "Delete all logs for this entry"
483
  msgstr "Delete all logs for this entry"
484
 
485
- #: redirection-strings.php:354
486
  msgid "Delete Log Entries"
487
  msgstr "Delete Log Entries"
488
 
489
- #: redirection-strings.php:352
490
  msgid "Group by IP"
491
  msgstr "Group by IP"
492
 
493
- #: redirection-strings.php:351
494
  msgid "Group by URL"
495
  msgstr "Group by URL"
496
 
497
- #: redirection-strings.php:350
498
  msgid "No grouping"
499
  msgstr "No grouping"
500
 
501
- #: redirection-strings.php:349 redirection-strings.php:365
502
  msgid "Ignore URL"
503
  msgstr "Ignore URL"
504
 
505
- #: redirection-strings.php:346 redirection-strings.php:361
506
  msgid "Block IP"
507
  msgstr "Block IP"
508
 
509
- #: redirection-strings.php:345 redirection-strings.php:348
510
- #: redirection-strings.php:358 redirection-strings.php:363
511
  msgid "Redirect All"
512
  msgstr "Redirect All"
513
 
514
- #: redirection-strings.php:337 redirection-strings.php:339
515
  msgid "Count"
516
  msgstr "Count"
517
 
518
- #: matches/page.php:9 redirection-strings.php:91
519
  msgid "URL and WordPress page type"
520
  msgstr "URL and WordPress page type"
521
 
522
- #: matches/ip.php:9 redirection-strings.php:87
523
  msgid "URL and IP"
524
  msgstr "URL and IP"
525
 
526
- #: redirection-strings.php:487
527
  msgid "Problem"
528
  msgstr "Problem"
529
 
530
- #: redirection-strings.php:486
531
  msgid "Good"
532
  msgstr "Good"
533
 
534
- #: redirection-strings.php:476
535
  msgid "Check"
536
  msgstr "Check"
537
 
538
- #: redirection-strings.php:460
539
  msgid "Check Redirect"
540
  msgstr "Check Redirect"
541
 
@@ -571,31 +600,31 @@ msgstr "Expected"
571
  msgid "Error"
572
  msgstr "Error"
573
 
574
- #: redirection-strings.php:475
575
  msgid "Enter full URL, including http:// or https://"
576
  msgstr "Enter full URL, including http:// or https://"
577
 
578
- #: redirection-strings.php:473
579
  msgid "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
580
  msgstr "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
581
 
582
- #: redirection-strings.php:472
583
  msgid "Redirect Tester"
584
  msgstr "Redirect Tester"
585
 
586
- #: redirection-strings.php:471
587
  msgid "Target"
588
  msgstr "Target"
589
 
590
- #: redirection-strings.php:470
591
  msgid "URL is not being redirected with Redirection"
592
  msgstr "URL is not being redirected with Redirection"
593
 
594
- #: redirection-strings.php:469
595
  msgid "URL is being redirected with Redirection"
596
  msgstr "URL is being redirected with Redirection"
597
 
598
- #: redirection-strings.php:468 redirection-strings.php:477
599
  msgid "Unable to load details"
600
  msgstr "Unable to load details"
601
 
@@ -631,23 +660,19 @@ msgstr "The relative URL you want to redirect from"
631
  msgid "The target URL you want to redirect to if matched"
632
  msgstr "The target URL you want to redirect to if matched"
633
 
634
- #: redirection-strings.php:439
635
  msgid "(beta)"
636
  msgstr "(beta)"
637
 
638
- #: redirection-strings.php:438
639
- msgid "Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"
640
- msgstr "Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"
641
-
642
- #: redirection-strings.php:437
643
  msgid "Force HTTPS"
644
  msgstr "Force HTTPS"
645
 
646
- #: redirection-strings.php:420
647
  msgid "GDPR / Privacy information"
648
  msgstr "GDPR / Privacy information"
649
 
650
- #: redirection-strings.php:284
651
  msgid "Add New"
652
  msgstr "Add New"
653
 
@@ -655,11 +680,11 @@ msgstr "Add New"
655
  msgid "Please logout and login again."
656
  msgstr "Please logout and login again."
657
 
658
- #: matches/user-role.php:9 redirection-strings.php:83
659
  msgid "URL and role/capability"
660
  msgstr "URL and role/capability"
661
 
662
- #: matches/server.php:9 redirection-strings.php:88
663
  msgid "URL and server"
664
  msgstr "URL and server"
665
 
@@ -715,35 +740,35 @@ msgstr "Cookie name"
715
  msgid "Cookie"
716
  msgstr "Cookie"
717
 
718
- #: redirection-strings.php:278
719
  msgid "clearing your cache."
720
  msgstr "clearing your cache."
721
 
722
- #: redirection-strings.php:277
723
  msgid "If you are using a caching system such as Cloudflare then please read this: "
724
  msgstr "If you are using a caching system such as Cloudflare then please read this: "
725
 
726
- #: matches/http-header.php:11 redirection-strings.php:89
727
  msgid "URL and HTTP header"
728
  msgstr "URL and HTTP header"
729
 
730
- #: matches/custom-filter.php:9 redirection-strings.php:90
731
  msgid "URL and custom filter"
732
  msgstr "URL and custom filter"
733
 
734
- #: matches/cookie.php:7 redirection-strings.php:86
735
  msgid "URL and cookie"
736
  msgstr "URL and cookie"
737
 
738
- #: redirection-strings.php:493
739
  msgid "404 deleted"
740
  msgstr "404 deleted"
741
 
742
- #: redirection-strings.php:228 redirection-strings.php:442
743
  msgid "REST API"
744
  msgstr "REST API"
745
 
746
- #: redirection-strings.php:443
747
  msgid "How Redirection uses the REST API - don't change unless necessary"
748
  msgstr "How Redirection uses the REST API - don't change unless necessary"
749
 
@@ -775,11 +800,11 @@ msgstr "{{link}}Please temporarily disable other plugins!{{/link}} This fixes so
775
  msgid "None of the suggestions helped"
776
  msgstr "None of the suggestions helped"
777
 
778
- #: redirection-admin.php:398
779
  msgid "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
780
  msgstr "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
781
 
782
- #: redirection-admin.php:392
783
  msgid "Unable to load Redirection ☹️"
784
  msgstr "Unable to load Redirection ☹️"
785
 
@@ -816,76 +841,76 @@ msgstr "Your WordPress REST API has been disabled. You will need to enable it fo
816
  msgid "https://johngodley.com"
817
  msgstr "https://johngodley.com"
818
 
819
- #: redirection-strings.php:186
820
  msgid "Useragent Error"
821
  msgstr "Useragent Error"
822
 
823
- #: redirection-strings.php:188
824
  msgid "Unknown Useragent"
825
  msgstr "Unknown Useragent"
826
 
827
- #: redirection-strings.php:189
828
  msgid "Device"
829
  msgstr "Device"
830
 
831
- #: redirection-strings.php:190
832
  msgid "Operating System"
833
  msgstr "Operating System"
834
 
835
- #: redirection-strings.php:191
836
  msgid "Browser"
837
  msgstr "Browser"
838
 
839
- #: redirection-strings.php:192
840
  msgid "Engine"
841
  msgstr "Engine"
842
 
843
- #: redirection-strings.php:193
844
  msgid "Useragent"
845
  msgstr "Useragent"
846
 
847
- #: redirection-strings.php:52 redirection-strings.php:194
848
  msgid "Agent"
849
  msgstr "Agent"
850
 
851
- #: redirection-strings.php:399
852
  msgid "No IP logging"
853
  msgstr "No IP logging"
854
 
855
- #: redirection-strings.php:400
856
  msgid "Full IP logging"
857
  msgstr "Full IP logging"
858
 
859
- #: redirection-strings.php:401
860
  msgid "Anonymize IP (mask last part)"
861
  msgstr "Anonymise IP (mask last part)"
862
 
863
- #: redirection-strings.php:412
864
  msgid "Monitor changes to %(type)s"
865
  msgstr "Monitor changes to %(type)s"
866
 
867
- #: redirection-strings.php:418
868
  msgid "IP Logging"
869
  msgstr "IP Logging"
870
 
871
- #: redirection-strings.php:419
872
  msgid "(select IP logging level)"
873
  msgstr "(select IP logging level)"
874
 
875
- #: redirection-strings.php:333 redirection-strings.php:360
876
- #: redirection-strings.php:371
877
  msgid "Geo Info"
878
  msgstr "Geo Info"
879
 
880
- #: redirection-strings.php:334 redirection-strings.php:372
881
  msgid "Agent Info"
882
  msgstr "Agent Info"
883
 
884
- #: redirection-strings.php:335 redirection-strings.php:373
885
  msgid "Filter by IP"
886
  msgstr "Filter by IP"
887
 
888
- #: redirection-strings.php:329 redirection-strings.php:342
889
  msgid "Referrer / User Agent"
890
  msgstr "Referrer / User Agent"
891
 
@@ -894,7 +919,7 @@ msgid "Geo IP Error"
894
  msgstr "Geo IP Error"
895
 
896
  #: redirection-strings.php:38 redirection-strings.php:57
897
- #: redirection-strings.php:187
898
  msgid "Something went wrong obtaining this information"
899
  msgstr "Something went wrong obtaining this information"
900
 
@@ -935,12 +960,12 @@ msgstr "Powered by {{link}}redirect.li{{/link}}"
935
  msgid "Trash"
936
  msgstr "Trash"
937
 
938
- #: redirection-admin.php:397
939
  msgid "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
940
  msgstr "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
941
 
942
  #. translators: URL
943
- #: redirection-admin.php:297
944
  msgid "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
945
  msgstr "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
946
 
@@ -948,80 +973,80 @@ msgstr "You can find full documentation about using Redirection on the <a href=\
948
  msgid "https://redirection.me/"
949
  msgstr "https://redirection.me/"
950
 
951
- #: redirection-strings.php:464
952
  msgid "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
953
  msgstr "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
954
 
955
- #: redirection-strings.php:465
956
  msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
957
  msgstr "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
958
 
959
- #: redirection-strings.php:467
960
  msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
961
  msgstr "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
962
 
963
- #: redirection-strings.php:394
964
  msgid "Never cache"
965
  msgstr "Never cache"
966
 
967
- #: redirection-strings.php:395
968
  msgid "An hour"
969
  msgstr "An hour"
970
 
971
- #: redirection-strings.php:440
972
  msgid "Redirect Cache"
973
  msgstr "Redirect Cache"
974
 
975
- #: redirection-strings.php:441
976
  msgid "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
977
  msgstr "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
978
 
979
- #: redirection-strings.php:300
980
  msgid "Are you sure you want to import from %s?"
981
  msgstr "Are you sure you want to import from %s?"
982
 
983
- #: redirection-strings.php:301
984
  msgid "Plugin Importers"
985
  msgstr "Plugin Importers"
986
 
987
- #: redirection-strings.php:302
988
  msgid "The following redirect plugins were detected on your site and can be imported from."
989
  msgstr "The following redirect plugins were detected on your site and can be imported from."
990
 
991
- #: redirection-strings.php:285
992
  msgid "total = "
993
  msgstr "total = "
994
 
995
- #: redirection-strings.php:286
996
  msgid "Import from %s"
997
  msgstr "Import from %s"
998
 
999
  #. translators: 1: Expected WordPress version, 2: Actual WordPress version
1000
- #: redirection-admin.php:380
1001
  msgid "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1002
  msgstr "Redirection requires WordPress v%1s, you are using v%2s - please update your WordPress"
1003
 
1004
- #: models/importer.php:151
1005
  msgid "Default WordPress \"old slugs\""
1006
  msgstr "Default WordPress \"old slugs\""
1007
 
1008
- #: redirection-strings.php:411
1009
  msgid "Create associated redirect (added to end of URL)"
1010
  msgstr "Create associated redirect (added to end of URL)"
1011
 
1012
- #: redirection-admin.php:400
1013
  msgid "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1014
  msgstr "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1015
 
1016
- #: redirection-strings.php:484
1017
  msgid "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1018
  msgstr "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1019
 
1020
- #: redirection-strings.php:485
1021
  msgid "⚡️ Magic fix ⚡️"
1022
  msgstr "⚡️ Magic fix ⚡️"
1023
 
1024
- #: redirection-strings.php:488
1025
  msgid "Plugin Status"
1026
  msgstr "Plugin Status"
1027
 
@@ -1041,31 +1066,31 @@ msgstr "Feed Readers"
1041
  msgid "Libraries"
1042
  msgstr "Libraries"
1043
 
1044
- #: redirection-strings.php:408
1045
  msgid "URL Monitor Changes"
1046
  msgstr "URL Monitor Changes"
1047
 
1048
- #: redirection-strings.php:409
1049
  msgid "Save changes to this group"
1050
  msgstr "Save changes to this group"
1051
 
1052
- #: redirection-strings.php:410
1053
  msgid "For example \"/amp\""
1054
  msgstr "For example \"/amp\""
1055
 
1056
- #: redirection-strings.php:421
1057
  msgid "URL Monitor"
1058
  msgstr "URL Monitor"
1059
 
1060
- #: redirection-strings.php:367
1061
  msgid "Delete 404s"
1062
  msgstr "Delete 404s"
1063
 
1064
- #: redirection-strings.php:319
1065
  msgid "Delete all from IP %s"
1066
  msgstr "Delete all from IP %s"
1067
 
1068
- #: redirection-strings.php:320
1069
  msgid "Delete all matching \"%s\""
1070
  msgstr "Delete all matching \"%s\""
1071
 
@@ -1073,15 +1098,15 @@ msgstr "Delete all matching \"%s\""
1073
  msgid "Your server has rejected the request for being too big. You will need to change it to continue."
1074
  msgstr "Your server has rejected the request for being too big. You will need to change it to continue."
1075
 
1076
- #: redirection-admin.php:395
1077
  msgid "Also check if your browser is able to load <code>redirection.js</code>:"
1078
  msgstr "Also check if your browser is able to load <code>redirection.js</code>:"
1079
 
1080
- #: redirection-admin.php:394 redirection-strings.php:281
1081
  msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1082
  msgstr "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1083
 
1084
- #: redirection-admin.php:383
1085
  msgid "Unable to load Redirection"
1086
  msgstr "Unable to load Redirection"
1087
 
@@ -1137,11 +1162,11 @@ msgstr "The following tables are missing:"
1137
  msgid "All tables present"
1138
  msgstr "All tables present"
1139
 
1140
- #: redirection-strings.php:275
1141
  msgid "Cached Redirection detected"
1142
  msgstr "Cached Redirection detected"
1143
 
1144
- #: redirection-strings.php:276
1145
  msgid "Please clear your browser cache and reload this page."
1146
  msgstr "Please clear your browser cache and reload this page."
1147
 
@@ -1161,27 +1186,27 @@ msgstr "Your server returned a 403 Forbidden error which may indicate the reques
1161
  msgid "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1162
  msgstr "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1163
 
1164
- #: redirection-admin.php:399
1165
  msgid "If you think Redirection is at fault then create an issue."
1166
  msgstr "If you think Redirection is at fault then create an issue."
1167
 
1168
- #: redirection-admin.php:393
1169
  msgid "This may be caused by another plugin - look at your browser's error console for more details."
1170
  msgstr "This may be caused by another plugin - look at your browser's error console for more details."
1171
 
1172
- #: redirection-admin.php:415
1173
  msgid "Loading, please wait..."
1174
  msgstr "Loading, please wait..."
1175
 
1176
- #: redirection-strings.php:305
1177
  msgid "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1178
  msgstr "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1179
 
1180
- #: redirection-strings.php:280
1181
  msgid "Redirection is not working. Try clearing your browser cache and reloading this page."
1182
  msgstr "Redirection is not working. Try clearing your browser cache and reloading this page."
1183
 
1184
- #: redirection-strings.php:282
1185
  msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1186
  msgstr "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1187
 
@@ -1189,7 +1214,7 @@ msgstr "If that doesn't help, open your browser's error console and create a {{l
1189
  msgid "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1190
  msgstr "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1191
 
1192
- #: redirection-admin.php:403 redirection-strings.php:33
1193
  msgid "Create Issue"
1194
  msgstr "Create Issue"
1195
 
@@ -1201,15 +1226,15 @@ msgstr "Email"
1201
  msgid "Important details"
1202
  msgstr "Important details"
1203
 
1204
- #: redirection-strings.php:463
1205
  msgid "Need help?"
1206
  msgstr "Need help?"
1207
 
1208
- #: redirection-strings.php:466
1209
  msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1210
  msgstr "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1211
 
1212
- #: redirection-strings.php:447
1213
  msgid "Pos"
1214
  msgstr "Pos"
1215
 
@@ -1221,165 +1246,161 @@ msgstr "410 - Gone"
1221
  msgid "Position"
1222
  msgstr "Position"
1223
 
1224
- #: redirection-strings.php:434
1225
  msgid "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1226
  msgstr "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1227
 
1228
- #: redirection-strings.php:435
1229
  msgid "Apache Module"
1230
  msgstr "Apache Module"
1231
 
1232
- #: redirection-strings.php:436
1233
  msgid "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1234
  msgstr "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1235
 
1236
- #: redirection-strings.php:287
1237
  msgid "Import to group"
1238
  msgstr "Import to group"
1239
 
1240
- #: redirection-strings.php:288
1241
  msgid "Import a CSV, .htaccess, or JSON file."
1242
  msgstr "Import a CSV, .htaccess, or JSON file."
1243
 
1244
- #: redirection-strings.php:289
1245
  msgid "Click 'Add File' or drag and drop here."
1246
  msgstr "Click 'Add File' or drag and drop here."
1247
 
1248
- #: redirection-strings.php:290
1249
  msgid "Add File"
1250
  msgstr "Add File"
1251
 
1252
- #: redirection-strings.php:291
1253
  msgid "File selected"
1254
  msgstr "File selected"
1255
 
1256
- #: redirection-strings.php:294
1257
  msgid "Importing"
1258
  msgstr "Importing"
1259
 
1260
- #: redirection-strings.php:295
1261
  msgid "Finished importing"
1262
  msgstr "Finished importing"
1263
 
1264
- #: redirection-strings.php:296
1265
  msgid "Total redirects imported:"
1266
  msgstr "Total redirects imported:"
1267
 
1268
- #: redirection-strings.php:297
1269
  msgid "Double-check the file is the correct format!"
1270
  msgstr "Double-check the file is the correct format!"
1271
 
1272
- #: redirection-strings.php:298
1273
  msgid "OK"
1274
  msgstr "OK"
1275
 
1276
- #: redirection-strings.php:119 redirection-strings.php:299
1277
  msgid "Close"
1278
  msgstr "Close"
1279
 
1280
- #: redirection-strings.php:304
1281
  msgid "All imports will be appended to the current database."
1282
  msgstr "All imports will be appended to the current database."
1283
 
1284
- #: redirection-strings.php:306 redirection-strings.php:326
1285
  msgid "Export"
1286
  msgstr "Export"
1287
 
1288
- #: redirection-strings.php:307
1289
  msgid "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1290
  msgstr "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1291
 
1292
- #: redirection-strings.php:308
1293
  msgid "Everything"
1294
  msgstr "Everything"
1295
 
1296
- #: redirection-strings.php:309
1297
  msgid "WordPress redirects"
1298
  msgstr "WordPress redirects"
1299
 
1300
- #: redirection-strings.php:310
1301
  msgid "Apache redirects"
1302
  msgstr "Apache redirects"
1303
 
1304
- #: redirection-strings.php:311
1305
  msgid "Nginx redirects"
1306
  msgstr "Nginx redirects"
1307
 
1308
- #: redirection-strings.php:312
1309
  msgid "CSV"
1310
  msgstr "CSV"
1311
 
1312
- #: redirection-strings.php:313
1313
  msgid "Apache .htaccess"
1314
  msgstr "Apache .htaccess"
1315
 
1316
- #: redirection-strings.php:314
1317
  msgid "Nginx rewrite rules"
1318
  msgstr "Nginx rewrite rules"
1319
 
1320
- #: redirection-strings.php:315
1321
  msgid "Redirection JSON"
1322
  msgstr "Redirection JSON"
1323
 
1324
- #: redirection-strings.php:316
1325
  msgid "View"
1326
  msgstr "View"
1327
 
1328
- #: redirection-strings.php:318
1329
- msgid "Log files can be exported from the log pages."
1330
- msgstr "Log files can be exported from the log pages."
1331
-
1332
- #: redirection-strings.php:63 redirection-strings.php:270
1333
  msgid "Import/Export"
1334
  msgstr "Import/Export"
1335
 
1336
- #: redirection-strings.php:271
1337
  msgid "Logs"
1338
  msgstr "Logs"
1339
 
1340
- #: redirection-strings.php:272
1341
  msgid "404 errors"
1342
  msgstr "404 errors"
1343
 
1344
- #: redirection-strings.php:283
1345
  msgid "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1346
  msgstr "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1347
 
1348
- #: redirection-strings.php:383
1349
  msgid "I'd like to support some more."
1350
  msgstr "I'd like to support some more."
1351
 
1352
- #: redirection-strings.php:386
1353
  msgid "Support 💰"
1354
  msgstr "Support 💰"
1355
 
1356
- #: redirection-strings.php:489
1357
  msgid "Redirection saved"
1358
  msgstr "Redirection saved"
1359
 
1360
- #: redirection-strings.php:490
1361
  msgid "Log deleted"
1362
  msgstr "Log deleted"
1363
 
1364
- #: redirection-strings.php:491
1365
  msgid "Settings saved"
1366
  msgstr "Settings saved"
1367
 
1368
- #: redirection-strings.php:492
1369
  msgid "Group saved"
1370
  msgstr "Group saved"
1371
 
1372
- #: redirection-strings.php:242
1373
  msgid "Are you sure you want to delete this item?"
1374
  msgid_plural "Are you sure you want to delete these items?"
1375
  msgstr[0] "Are you sure you want to delete this item?"
1376
  msgstr[1] "Are you sure you want to delete these items?"
1377
 
1378
- #: redirection-strings.php:462
1379
  msgid "pass"
1380
  msgstr "pass"
1381
 
1382
- #: redirection-strings.php:454
1383
  msgid "All groups"
1384
  msgstr "All groups"
1385
 
@@ -1439,15 +1460,15 @@ msgstr "Saving..."
1439
  msgid "View notice"
1440
  msgstr "View notice"
1441
 
1442
- #: models/redirect-sanitizer.php:170
1443
  msgid "Invalid source URL"
1444
  msgstr "Invalid source URL"
1445
 
1446
- #: models/redirect-sanitizer.php:99
1447
  msgid "Invalid redirect action"
1448
  msgstr "Invalid redirect action"
1449
 
1450
- #: models/redirect-sanitizer.php:93
1451
  msgid "Invalid redirect matcher"
1452
  msgstr "Invalid redirect matcher"
1453
 
@@ -1455,7 +1476,7 @@ msgstr "Invalid redirect matcher"
1455
  msgid "Unable to add new redirect"
1456
  msgstr "Unable to add new redirect"
1457
 
1458
- #: redirection-strings.php:23 redirection-strings.php:279
1459
  msgid "Something went wrong 🙁"
1460
  msgstr "Something went wrong 🙁"
1461
 
@@ -1464,133 +1485,133 @@ msgid "I was trying to do a thing and it went wrong. It may be a temporary issue
1464
  msgstr "I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"
1465
 
1466
  #. translators: maximum number of log entries
1467
- #: redirection-admin.php:182
1468
  msgid "Log entries (%d max)"
1469
  msgstr "Log entries (%d max)"
1470
 
1471
- #: redirection-strings.php:184
1472
  msgid "Search by IP"
1473
  msgstr "Search by IP"
1474
 
1475
- #: redirection-strings.php:179
1476
  msgid "Select bulk action"
1477
  msgstr "Select bulk action"
1478
 
1479
- #: redirection-strings.php:180
1480
  msgid "Bulk Actions"
1481
  msgstr "Bulk Actions"
1482
 
1483
- #: redirection-strings.php:181
1484
  msgid "Apply"
1485
  msgstr "Apply"
1486
 
1487
- #: redirection-strings.php:172
1488
  msgid "First page"
1489
  msgstr "First page"
1490
 
1491
- #: redirection-strings.php:173
1492
  msgid "Prev page"
1493
  msgstr "Prev page"
1494
 
1495
- #: redirection-strings.php:174
1496
  msgid "Current Page"
1497
  msgstr "Current Page"
1498
 
1499
- #: redirection-strings.php:175
1500
  msgid "of %(page)s"
1501
  msgstr "of %(page)s"
1502
 
1503
- #: redirection-strings.php:176
1504
  msgid "Next page"
1505
  msgstr "Next page"
1506
 
1507
- #: redirection-strings.php:177
1508
  msgid "Last page"
1509
  msgstr "Last page"
1510
 
1511
- #: redirection-strings.php:178
1512
  msgid "%s item"
1513
  msgid_plural "%s items"
1514
  msgstr[0] "%s item"
1515
  msgstr[1] "%s items"
1516
 
1517
- #: redirection-strings.php:171
1518
  msgid "Select All"
1519
  msgstr "Select All"
1520
 
1521
- #: redirection-strings.php:183
1522
  msgid "Sorry, something went wrong loading the data - please try again"
1523
  msgstr "Sorry, something went wrong loading the data - please try again"
1524
 
1525
- #: redirection-strings.php:182
1526
  msgid "No results"
1527
  msgstr "No results"
1528
 
1529
- #: redirection-strings.php:322
1530
  msgid "Delete the logs - are you sure?"
1531
  msgstr "Delete the logs - are you sure?"
1532
 
1533
- #: redirection-strings.php:323
1534
  msgid "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1535
  msgstr "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1536
 
1537
- #: redirection-strings.php:324
1538
  msgid "Yes! Delete the logs"
1539
  msgstr "Yes! Delete the logs"
1540
 
1541
- #: redirection-strings.php:325
1542
  msgid "No! Don't delete the logs"
1543
  msgstr "No! Don't delete the logs"
1544
 
1545
- #: redirection-strings.php:479
1546
  msgid "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1547
  msgstr "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1548
 
1549
- #: redirection-strings.php:478 redirection-strings.php:480
1550
  msgid "Newsletter"
1551
  msgstr "Newsletter"
1552
 
1553
- #: redirection-strings.php:481
1554
  msgid "Want to keep up to date with changes to Redirection?"
1555
  msgstr "Want to keep up to date with changes to Redirection?"
1556
 
1557
- #: redirection-strings.php:482
1558
  msgid "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1559
  msgstr "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1560
 
1561
- #: redirection-strings.php:483
1562
  msgid "Your email address:"
1563
  msgstr "Your email address:"
1564
 
1565
- #: redirection-strings.php:382
1566
  msgid "You've supported this plugin - thank you!"
1567
  msgstr "You've supported this plugin - thank you!"
1568
 
1569
- #: redirection-strings.php:385
1570
  msgid "You get useful software and I get to carry on making it better."
1571
  msgstr "You get useful software and I get to carry on making it better."
1572
 
1573
- #: redirection-strings.php:393 redirection-strings.php:398
1574
  msgid "Forever"
1575
  msgstr "Forever"
1576
 
1577
- #: redirection-strings.php:374
1578
  msgid "Delete the plugin - are you sure?"
1579
  msgstr "Delete the plugin - are you sure?"
1580
 
1581
- #: redirection-strings.php:375
1582
  msgid "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1583
  msgstr "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1584
 
1585
- #: redirection-strings.php:376
1586
  msgid "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1587
  msgstr "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1588
 
1589
- #: redirection-strings.php:377
1590
  msgid "Yes! Delete the plugin"
1591
  msgstr "Yes! Delete the plugin"
1592
 
1593
- #: redirection-strings.php:378
1594
  msgid "No! Don't delete the plugin"
1595
  msgstr "No! Don't delete the plugin"
1596
 
@@ -1602,15 +1623,15 @@ msgstr "John Godley"
1602
  msgid "Manage all your 301 redirects and monitor 404 errors"
1603
  msgstr "Manage all your 301 redirects and monitor 404 errors."
1604
 
1605
- #: redirection-strings.php:384
1606
  msgid "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1607
  msgstr "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1608
 
1609
- #: redirection-admin.php:298
1610
  msgid "Redirection Support"
1611
  msgstr "Redirection Support"
1612
 
1613
- #: redirection-strings.php:65 redirection-strings.php:274
1614
  msgid "Support"
1615
  msgstr "Support"
1616
 
@@ -1622,109 +1643,109 @@ msgstr "404s"
1622
  msgid "Log"
1623
  msgstr "Log"
1624
 
1625
- #: redirection-strings.php:380
1626
  msgid "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1627
  msgstr "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1628
 
1629
- #: redirection-strings.php:379
1630
  msgid "Delete Redirection"
1631
  msgstr "Delete Redirection"
1632
 
1633
- #: redirection-strings.php:292
1634
  msgid "Upload"
1635
  msgstr "Upload"
1636
 
1637
- #: redirection-strings.php:303
1638
  msgid "Import"
1639
  msgstr "Import"
1640
 
1641
- #: redirection-strings.php:444
1642
  msgid "Update"
1643
  msgstr "Update"
1644
 
1645
- #: redirection-strings.php:433
1646
  msgid "Auto-generate URL"
1647
  msgstr "Auto-generate URL"
1648
 
1649
- #: redirection-strings.php:423
1650
  msgid "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1651
  msgstr "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1652
 
1653
- #: redirection-strings.php:422
1654
  msgid "RSS Token"
1655
  msgstr "RSS Token"
1656
 
1657
- #: redirection-strings.php:416
1658
  msgid "404 Logs"
1659
  msgstr "404 Logs"
1660
 
1661
- #: redirection-strings.php:415 redirection-strings.php:417
1662
  msgid "(time to keep logs for)"
1663
  msgstr "(time to keep logs for)"
1664
 
1665
- #: redirection-strings.php:414
1666
  msgid "Redirect Logs"
1667
  msgstr "Redirect Logs"
1668
 
1669
- #: redirection-strings.php:413
1670
  msgid "I'm a nice person and I have helped support the author of this plugin"
1671
  msgstr "I'm a nice person and I have helped support the author of this plugin."
1672
 
1673
- #: redirection-strings.php:387
1674
  msgid "Plugin Support"
1675
  msgstr "Plugin Support"
1676
 
1677
- #: redirection-strings.php:64 redirection-strings.php:273
1678
  msgid "Options"
1679
  msgstr "Options"
1680
 
1681
- #: redirection-strings.php:392
1682
  msgid "Two months"
1683
  msgstr "Two months"
1684
 
1685
- #: redirection-strings.php:391
1686
  msgid "A month"
1687
  msgstr "A month"
1688
 
1689
- #: redirection-strings.php:390 redirection-strings.php:397
1690
  msgid "A week"
1691
  msgstr "A week"
1692
 
1693
- #: redirection-strings.php:389 redirection-strings.php:396
1694
  msgid "A day"
1695
  msgstr "A day"
1696
 
1697
- #: redirection-strings.php:388
1698
  msgid "No logs"
1699
  msgstr "No logs"
1700
 
1701
- #: redirection-strings.php:321 redirection-strings.php:357
1702
- #: redirection-strings.php:362
1703
  msgid "Delete All"
1704
  msgstr "Delete All"
1705
 
1706
- #: redirection-strings.php:251
1707
  msgid "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1708
  msgstr "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1709
 
1710
- #: redirection-strings.php:250
1711
  msgid "Add Group"
1712
  msgstr "Add Group"
1713
 
1714
- #: redirection-strings.php:185
1715
  msgid "Search"
1716
  msgstr "Search"
1717
 
1718
- #: redirection-strings.php:60 redirection-strings.php:269
1719
  msgid "Groups"
1720
  msgstr "Groups"
1721
 
1722
  #: redirection-strings.php:25 redirection-strings.php:117
1723
- #: redirection-strings.php:260
1724
  msgid "Save"
1725
  msgstr "Save"
1726
 
1727
- #: redirection-strings.php:116 redirection-strings.php:170
1728
  msgid "Group"
1729
  msgstr "Group"
1730
 
@@ -1732,25 +1753,25 @@ msgstr "Group"
1732
  msgid "Match"
1733
  msgstr "Match"
1734
 
1735
- #: redirection-strings.php:455
1736
  msgid "Add new redirection"
1737
  msgstr "Add new redirection"
1738
 
1739
- #: redirection-strings.php:118 redirection-strings.php:261
1740
- #: redirection-strings.php:293
1741
  msgid "Cancel"
1742
  msgstr "Cancel"
1743
 
1744
- #: redirection-strings.php:317
1745
  msgid "Download"
1746
  msgstr "Download"
1747
 
1748
  #. Plugin Name of the plugin
1749
- #: redirection-strings.php:240
1750
  msgid "Redirection"
1751
  msgstr "Redirection"
1752
 
1753
- #: redirection-admin.php:140
1754
  msgid "Settings"
1755
  msgstr "Settings"
1756
 
@@ -1770,103 +1791,103 @@ msgstr "Redirect to random post"
1770
  msgid "Redirect to URL"
1771
  msgstr "Redirect to URL"
1772
 
1773
- #: models/redirect-sanitizer.php:160
1774
  msgid "Invalid group when creating redirect"
1775
  msgstr "Invalid group when creating redirect"
1776
 
1777
- #: redirection-strings.php:142 redirection-strings.php:330
1778
- #: redirection-strings.php:338 redirection-strings.php:343
1779
  msgid "IP"
1780
  msgstr "IP"
1781
 
1782
  #: redirection-strings.php:156 redirection-strings.php:157
1783
- #: redirection-strings.php:200 redirection-strings.php:328
1784
- #: redirection-strings.php:336 redirection-strings.php:341
1785
  msgid "Source URL"
1786
  msgstr "Source URL"
1787
 
1788
- #: redirection-strings.php:327 redirection-strings.php:340
1789
  msgid "Date"
1790
  msgstr "Date"
1791
 
1792
- #: redirection-strings.php:353 redirection-strings.php:366
1793
- #: redirection-strings.php:370 redirection-strings.php:456
1794
  msgid "Add Redirect"
1795
  msgstr "Add Redirect"
1796
 
1797
- #: redirection-strings.php:249
1798
  msgid "All modules"
1799
  msgstr "All modules"
1800
 
1801
- #: redirection-strings.php:255
1802
  msgid "View Redirects"
1803
  msgstr "View Redirects"
1804
 
1805
- #: redirection-strings.php:245 redirection-strings.php:259
1806
  msgid "Module"
1807
  msgstr "Module"
1808
 
1809
- #: redirection-strings.php:59 redirection-strings.php:244
1810
  msgid "Redirects"
1811
  msgstr "Redirects"
1812
 
1813
- #: redirection-strings.php:243 redirection-strings.php:252
1814
- #: redirection-strings.php:258
1815
  msgid "Name"
1816
  msgstr "Name"
1817
 
1818
- #: redirection-strings.php:169
1819
  msgid "Filter"
1820
  msgstr "Filter"
1821
 
1822
- #: redirection-strings.php:453
1823
  msgid "Reset hits"
1824
  msgstr "Reset hits"
1825
 
1826
- #: redirection-strings.php:247 redirection-strings.php:257
1827
- #: redirection-strings.php:451 redirection-strings.php:461
1828
  msgid "Enable"
1829
  msgstr "Enable"
1830
 
1831
- #: redirection-strings.php:248 redirection-strings.php:256
1832
- #: redirection-strings.php:452 redirection-strings.php:459
1833
  msgid "Disable"
1834
  msgstr "Disable"
1835
 
1836
- #: redirection-strings.php:246 redirection-strings.php:254
1837
- #: redirection-strings.php:331 redirection-strings.php:332
1838
- #: redirection-strings.php:344 redirection-strings.php:347
1839
- #: redirection-strings.php:369 redirection-strings.php:381
1840
- #: redirection-strings.php:450 redirection-strings.php:458
1841
  msgid "Delete"
1842
  msgstr "Delete"
1843
 
1844
- #: redirection-strings.php:253 redirection-strings.php:457
1845
  msgid "Edit"
1846
  msgstr "Edit"
1847
 
1848
- #: redirection-strings.php:449
1849
  msgid "Last Access"
1850
  msgstr "Last Access"
1851
 
1852
- #: redirection-strings.php:448
1853
  msgid "Hits"
1854
  msgstr "Hits"
1855
 
1856
- #: redirection-strings.php:446 redirection-strings.php:474
1857
  msgid "URL"
1858
  msgstr "URL"
1859
 
1860
- #: redirection-strings.php:445
1861
  msgid "Type"
1862
  msgstr "Type"
1863
 
1864
- #: database/schema/latest.php:137
1865
  msgid "Modified Posts"
1866
  msgstr "Modified Posts"
1867
 
1868
- #: models/group.php:148 redirection-strings.php:268
1869
- #: database/schema/latest.php:132
1870
  msgid "Redirections"
1871
  msgstr "Redirections"
1872
 
@@ -1874,15 +1895,15 @@ msgstr "Redirections"
1874
  msgid "User Agent"
1875
  msgstr "User Agent"
1876
 
1877
- #: matches/user-agent.php:10 redirection-strings.php:85
1878
  msgid "URL and user agent"
1879
  msgstr "URL and user agent"
1880
 
1881
- #: redirection-strings.php:79 redirection-strings.php:202
1882
  msgid "Target URL"
1883
  msgstr "Target URL"
1884
 
1885
- #: matches/url.php:7 redirection-strings.php:81
1886
  msgid "URL only"
1887
  msgstr "URL only"
1888
 
@@ -1896,7 +1917,7 @@ msgstr "Regex"
1896
  msgid "Referrer"
1897
  msgstr "Referrer"
1898
 
1899
- #: matches/referrer.php:10 redirection-strings.php:84
1900
  msgid "URL and referrer"
1901
  msgstr "URL and referrer"
1902
 
@@ -1908,6 +1929,6 @@ msgstr "Logged Out"
1908
  msgid "Logged In"
1909
  msgstr "Logged In"
1910
 
1911
- #: matches/login.php:8 redirection-strings.php:82
1912
  msgid "URL and login status"
1913
  msgstr "URL and login status"
11
  "Language: en_AU\n"
12
  "Project-Id-Version: Plugins - Redirection - Stable (latest release)\n"
13
 
14
+ #: redirection-strings.php:441
15
+ msgid "Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling."
16
+ msgstr ""
17
+
18
+ #: redirection-strings.php:322
19
+ msgid "Export 404"
20
+ msgstr ""
21
+
22
+ #: redirection-strings.php:321
23
+ msgid "Export redirect"
24
+ msgstr ""
25
+
26
+ #: redirection-strings.php:240
27
+ msgid "You need at least one GET/POST pair for the plugin to work."
28
+ msgstr ""
29
+
30
+ #: redirection-strings.php:170
31
+ msgid "Leave a target blank if you do not wish to redirect otherwise you could create a loop."
32
+ msgstr ""
33
+
34
+ #: redirection-strings.php:167
35
+ msgid "WordPress permalink structures do not work in normal URLs. Please use a regular expression."
36
+ msgstr ""
37
+
38
+ #: models/redirect.php:299
39
+ msgid "Unable to update redirect"
40
+ msgstr ""
41
+
42
  #: redirection.js:33
43
  msgid "blur"
44
  msgstr ""
51
  msgid "scroll"
52
  msgstr ""
53
 
54
+ #: redirection-strings.php:435
55
  msgid "Pass - as ignore, but also copies the query parameters to the target"
56
  msgstr ""
57
 
58
+ #: redirection-strings.php:434
59
  msgid "Ignore - as exact, but ignores any query parameters not in your source"
60
  msgstr ""
61
 
62
+ #: redirection-strings.php:433
63
  msgid "Exact - matches the query parameters exactly defined in your source, in any order"
64
  msgstr ""
65
 
66
+ #: redirection-strings.php:431
67
  msgid "Default query matching"
68
  msgstr ""
69
 
70
+ #: redirection-strings.php:430
71
  msgid "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
72
  msgstr ""
73
 
74
+ #: redirection-strings.php:429
75
  msgid "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
76
  msgstr ""
77
 
78
+ #: redirection-strings.php:428 redirection-strings.php:432
79
  msgid "Applies to all redirections unless you configure them otherwise."
80
  msgstr ""
81
 
82
+ #: redirection-strings.php:427
83
  msgid "Default URL settings"
84
  msgstr ""
85
 
86
+ #: redirection-strings.php:410
87
  msgid "Ignore and pass all query parameters"
88
  msgstr ""
89
 
90
+ #: redirection-strings.php:409
91
  msgid "Ignore all query parameters"
92
  msgstr ""
93
 
94
+ #: redirection-strings.php:408
95
  msgid "Exact match"
96
  msgstr ""
97
 
98
+ #: redirection-strings.php:234
99
  msgid "Caching software (e.g Cloudflare)"
100
  msgstr ""
101
 
102
+ #: redirection-strings.php:232
103
  msgid "A security plugin (e.g Wordfence)"
104
  msgstr ""
105
 
135
  msgid "Ignore Slash"
136
  msgstr ""
137
 
138
+ #: redirection-strings.php:407
139
  msgid "Relative REST API"
140
  msgstr ""
141
 
142
+ #: redirection-strings.php:406
143
  msgid "Raw REST API"
144
  msgstr ""
145
 
146
+ #: redirection-strings.php:405
147
  msgid "Default REST API"
148
  msgstr ""
149
 
150
+ #: redirection-strings.php:206
151
  msgid "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
152
  msgstr ""
153
 
154
+ #: redirection-strings.php:205
155
  msgid "(Example) The target URL is the new URL"
156
  msgstr ""
157
 
158
+ #: redirection-strings.php:203
159
  msgid "(Example) The source URL is your old or original URL"
160
  msgstr ""
161
 
162
+ #. translators: 1: PHP version
163
+ #: redirection.php:38
164
  msgid "Disabled! Detected PHP %s, need PHP 5.4+"
165
  msgstr ""
166
 
167
+ #: redirection-strings.php:269
168
  msgid "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
169
  msgstr ""
170
 
171
+ #: redirection-strings.php:265
172
  msgid "A database upgrade is in progress. Please continue to finish."
173
  msgstr ""
174
 
175
  #. translators: 1: URL to plugin page, 2: current version, 3: target version
176
+ #: redirection-admin.php:78
177
  msgid "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
178
  msgstr ""
179
 
180
+ #: redirection-strings.php:266
181
  msgid "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
182
  msgstr ""
183
 
184
+ #: redirection-strings.php:268
185
  msgid "Redirection database needs updating"
186
  msgstr ""
187
 
188
+ #: redirection-strings.php:267
189
  msgid "Update Required"
190
  msgstr ""
191
 
192
+ #: redirection-strings.php:244
193
  msgid "I need some support!"
194
  msgstr ""
195
 
196
+ #: redirection-strings.php:241
197
  msgid "Finish Setup"
198
  msgstr ""
199
 
200
+ #: redirection-strings.php:239
201
  msgid "Checking your REST API"
202
  msgstr ""
203
 
204
+ #: redirection-strings.php:238
205
  msgid "Retry"
206
  msgstr ""
207
 
208
+ #: redirection-strings.php:237
209
  msgid "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
210
  msgstr ""
211
 
212
+ #: redirection-strings.php:236
213
  msgid "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
214
  msgstr ""
215
 
216
+ #: redirection-strings.php:235
217
  msgid "Some other plugin that blocks the REST API"
218
  msgstr ""
219
 
220
+ #: redirection-strings.php:233
221
  msgid "A server firewall or other server configuration (e.g OVH)"
222
  msgstr ""
223
 
224
+ #: redirection-strings.php:231
225
  msgid "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
226
  msgstr ""
227
 
228
+ #: redirection-strings.php:229 redirection-strings.php:242
229
  msgid "Go back"
230
  msgstr ""
231
 
232
+ #: redirection-strings.php:228
233
  msgid "Continue Setup"
234
  msgstr ""
235
 
236
+ #: redirection-strings.php:226
237
  msgid "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
238
  msgstr ""
239
 
240
+ #: redirection-strings.php:225
241
  msgid "Store IP information for redirects and 404 errors."
242
  msgstr ""
243
 
244
+ #: redirection-strings.php:223
245
  msgid "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
246
  msgstr ""
247
 
248
+ #: redirection-strings.php:222
249
  msgid "Keep a log of all redirects and 404 errors."
250
  msgstr ""
251
 
252
+ #: redirection-strings.php:221 redirection-strings.php:224
253
+ #: redirection-strings.php:227
254
  msgid "{{link}}Read more about this.{{/link}}"
255
  msgstr ""
256
 
257
+ #: redirection-strings.php:220
258
  msgid "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
259
  msgstr ""
260
 
261
+ #: redirection-strings.php:219
262
  msgid "Monitor permalink changes in WordPress posts and pages"
263
  msgstr ""
264
 
265
+ #: redirection-strings.php:218
266
  msgid "These are some options you may want to enable now. They can be changed at any time."
267
  msgstr ""
268
 
269
+ #: redirection-strings.php:217
270
  msgid "Basic Setup"
271
  msgstr ""
272
 
273
+ #: redirection-strings.php:216
274
  msgid "Start Setup"
275
  msgstr ""
276
 
277
+ #: redirection-strings.php:215
278
  msgid "When ready please press the button to continue."
279
  msgstr ""
280
 
281
+ #: redirection-strings.php:214
282
  msgid "First you will be asked a few questions, and then Redirection will set up your database."
283
  msgstr ""
284
 
285
+ #: redirection-strings.php:213
286
  msgid "What's next?"
287
  msgstr ""
288
 
289
+ #: redirection-strings.php:212
290
  msgid "Check a URL is being redirected"
291
  msgstr ""
292
 
293
+ #: redirection-strings.php:211
294
  msgid "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
295
  msgstr ""
296
 
297
+ #: redirection-strings.php:210
298
  msgid "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
299
  msgstr ""
300
 
301
+ #: redirection-strings.php:209
302
  msgid "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
303
  msgstr ""
304
 
305
+ #: redirection-strings.php:208
306
  msgid "Some features you may find useful are"
307
  msgstr ""
308
 
309
+ #: redirection-strings.php:207
310
  msgid "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
311
  msgstr ""
312
 
313
+ #: redirection-strings.php:201
314
  msgid "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
315
  msgstr ""
316
 
317
+ #: redirection-strings.php:200
318
  msgid "How do I use this plugin?"
319
  msgstr ""
320
 
321
+ #: redirection-strings.php:199
322
  msgid "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
323
  msgstr ""
324
 
325
+ #: redirection-strings.php:198
326
  msgid "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
327
  msgstr ""
328
 
329
+ #: redirection-strings.php:197
330
  msgid "Welcome to Redirection 🚀🎉"
331
  msgstr ""
332
 
333
+ #: redirection-strings.php:169
334
  msgid "This will redirect everything, including the login pages. Please be sure you want to do this."
335
  msgstr ""
336
 
337
+ #: redirection-strings.php:168
338
  msgid "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
339
  msgstr ""
340
 
402
  msgid "Database problem"
403
  msgstr ""
404
 
405
+ #: redirection-admin.php:428
406
  msgid "Please enable JavaScript"
407
  msgstr ""
408
 
409
+ #: redirection-admin.php:147
410
  msgid "Please upgrade your database"
411
  msgstr ""
412
 
413
+ #: redirection-admin.php:138 redirection-strings.php:270
414
  msgid "Upgrade Database"
415
  msgstr ""
416
 
417
  #. translators: 1: URL to plugin page
418
+ #: redirection-admin.php:75
419
  msgid "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
420
  msgstr ""
421
 
430
  msgstr ""
431
 
432
  #. translators: 1: table name
433
+ #: database/schema/latest.php:102
434
  msgid "Table \"%s\" is missing"
435
  msgstr ""
436
 
499
  msgid "Target URL when matched (empty to ignore)"
500
  msgstr "Target URL when matched (empty to ignore)"
501
 
502
+ #: redirection-strings.php:362 redirection-strings.php:367
503
  msgid "Show All"
504
  msgstr "Show All"
505
 
506
+ #: redirection-strings.php:359
507
  msgid "Delete all logs for these entries"
508
  msgstr "Delete all logs for these entries"
509
 
510
+ #: redirection-strings.php:358 redirection-strings.php:371
511
  msgid "Delete all logs for this entry"
512
  msgstr "Delete all logs for this entry"
513
 
514
+ #: redirection-strings.php:357
515
  msgid "Delete Log Entries"
516
  msgstr "Delete Log Entries"
517
 
518
+ #: redirection-strings.php:355
519
  msgid "Group by IP"
520
  msgstr "Group by IP"
521
 
522
+ #: redirection-strings.php:354
523
  msgid "Group by URL"
524
  msgstr "Group by URL"
525
 
526
+ #: redirection-strings.php:353
527
  msgid "No grouping"
528
  msgstr "No grouping"
529
 
530
+ #: redirection-strings.php:352 redirection-strings.php:368
531
  msgid "Ignore URL"
532
  msgstr "Ignore URL"
533
 
534
+ #: redirection-strings.php:349 redirection-strings.php:364
535
  msgid "Block IP"
536
  msgstr "Block IP"
537
 
538
+ #: redirection-strings.php:348 redirection-strings.php:351
539
+ #: redirection-strings.php:361 redirection-strings.php:366
540
  msgid "Redirect All"
541
  msgstr "Redirect All"
542
 
543
+ #: redirection-strings.php:340 redirection-strings.php:342
544
  msgid "Count"
545
  msgstr "Count"
546
 
547
+ #: redirection-strings.php:91 matches/page.php:9
548
  msgid "URL and WordPress page type"
549
  msgstr "URL and WordPress page type"
550
 
551
+ #: redirection-strings.php:87 matches/ip.php:9
552
  msgid "URL and IP"
553
  msgstr "URL and IP"
554
 
555
+ #: redirection-strings.php:490
556
  msgid "Problem"
557
  msgstr "Problem"
558
 
559
+ #: redirection-strings.php:489
560
  msgid "Good"
561
  msgstr "Good"
562
 
563
+ #: redirection-strings.php:479
564
  msgid "Check"
565
  msgstr "Check"
566
 
567
+ #: redirection-strings.php:463
568
  msgid "Check Redirect"
569
  msgstr "Check Redirect"
570
 
600
  msgid "Error"
601
  msgstr "Error"
602
 
603
+ #: redirection-strings.php:478
604
  msgid "Enter full URL, including http:// or https://"
605
  msgstr "Enter full URL, including http:// or https://"
606
 
607
+ #: redirection-strings.php:476
608
  msgid "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
609
  msgstr "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
610
 
611
+ #: redirection-strings.php:475
612
  msgid "Redirect Tester"
613
  msgstr "Redirect Tester"
614
 
615
+ #: redirection-strings.php:474
616
  msgid "Target"
617
  msgstr "Target"
618
 
619
+ #: redirection-strings.php:473
620
  msgid "URL is not being redirected with Redirection"
621
  msgstr "URL is not being redirected with Redirection"
622
 
623
+ #: redirection-strings.php:472
624
  msgid "URL is being redirected with Redirection"
625
  msgstr "URL is being redirected with Redirection"
626
 
627
+ #: redirection-strings.php:471 redirection-strings.php:480
628
  msgid "Unable to load details"
629
  msgstr "Unable to load details"
630
 
660
  msgid "The target URL you want to redirect to if matched"
661
  msgstr "The target URL you want to redirect to if matched"
662
 
663
+ #: redirection-strings.php:442
664
  msgid "(beta)"
665
  msgstr "(beta)"
666
 
667
+ #: redirection-strings.php:440
 
 
 
 
668
  msgid "Force HTTPS"
669
  msgstr "Force HTTPS"
670
 
671
+ #: redirection-strings.php:423
672
  msgid "GDPR / Privacy information"
673
  msgstr "GDPR / Privacy information"
674
 
675
+ #: redirection-strings.php:287
676
  msgid "Add New"
677
  msgstr "Add New"
678
 
680
  msgid "Please logout and login again."
681
  msgstr "Please logout and login again."
682
 
683
+ #: redirection-strings.php:83 matches/user-role.php:9
684
  msgid "URL and role/capability"
685
  msgstr "URL and role/capability"
686
 
687
+ #: redirection-strings.php:88 matches/server.php:9
688
  msgid "URL and server"
689
  msgstr "URL and server"
690
 
740
  msgid "Cookie"
741
  msgstr "Cookie"
742
 
743
+ #: redirection-strings.php:281
744
  msgid "clearing your cache."
745
  msgstr "clearing your cache."
746
 
747
+ #: redirection-strings.php:280
748
  msgid "If you are using a caching system such as Cloudflare then please read this: "
749
  msgstr "If you are using a caching system such as Cloudflare then please read this: "
750
 
751
+ #: redirection-strings.php:89 matches/http-header.php:11
752
  msgid "URL and HTTP header"
753
  msgstr "URL and HTTP header"
754
 
755
+ #: redirection-strings.php:90 matches/custom-filter.php:9
756
  msgid "URL and custom filter"
757
  msgstr "URL and custom filter"
758
 
759
+ #: redirection-strings.php:86 matches/cookie.php:7
760
  msgid "URL and cookie"
761
  msgstr "URL and cookie"
762
 
763
+ #: redirection-strings.php:496
764
  msgid "404 deleted"
765
  msgstr "404 deleted"
766
 
767
+ #: redirection-strings.php:230 redirection-strings.php:445
768
  msgid "REST API"
769
  msgstr "REST API"
770
 
771
+ #: redirection-strings.php:446
772
  msgid "How Redirection uses the REST API - don't change unless necessary"
773
  msgstr "How Redirection uses the REST API - don't change unless necessary"
774
 
800
  msgid "None of the suggestions helped"
801
  msgstr "None of the suggestions helped"
802
 
803
+ #: redirection-admin.php:407
804
  msgid "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
805
  msgstr "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
806
 
807
+ #: redirection-admin.php:401
808
  msgid "Unable to load Redirection ☹️"
809
  msgstr "Unable to load Redirection ☹️"
810
 
841
  msgid "https://johngodley.com"
842
  msgstr "https://johngodley.com"
843
 
844
+ #: redirection-strings.php:188
845
  msgid "Useragent Error"
846
  msgstr "Useragent Error"
847
 
848
+ #: redirection-strings.php:190
849
  msgid "Unknown Useragent"
850
  msgstr "Unknown Useragent"
851
 
852
+ #: redirection-strings.php:191
853
  msgid "Device"
854
  msgstr "Device"
855
 
856
+ #: redirection-strings.php:192
857
  msgid "Operating System"
858
  msgstr "Operating System"
859
 
860
+ #: redirection-strings.php:193
861
  msgid "Browser"
862
  msgstr "Browser"
863
 
864
+ #: redirection-strings.php:194
865
  msgid "Engine"
866
  msgstr "Engine"
867
 
868
+ #: redirection-strings.php:195
869
  msgid "Useragent"
870
  msgstr "Useragent"
871
 
872
+ #: redirection-strings.php:52 redirection-strings.php:196
873
  msgid "Agent"
874
  msgstr "Agent"
875
 
876
+ #: redirection-strings.php:402
877
  msgid "No IP logging"
878
  msgstr "No IP logging"
879
 
880
+ #: redirection-strings.php:403
881
  msgid "Full IP logging"
882
  msgstr "Full IP logging"
883
 
884
+ #: redirection-strings.php:404
885
  msgid "Anonymize IP (mask last part)"
886
  msgstr "Anonymise IP (mask last part)"
887
 
888
+ #: redirection-strings.php:415
889
  msgid "Monitor changes to %(type)s"
890
  msgstr "Monitor changes to %(type)s"
891
 
892
+ #: redirection-strings.php:421
893
  msgid "IP Logging"
894
  msgstr "IP Logging"
895
 
896
+ #: redirection-strings.php:422
897
  msgid "(select IP logging level)"
898
  msgstr "(select IP logging level)"
899
 
900
+ #: redirection-strings.php:336 redirection-strings.php:363
901
+ #: redirection-strings.php:374
902
  msgid "Geo Info"
903
  msgstr "Geo Info"
904
 
905
+ #: redirection-strings.php:337 redirection-strings.php:375
906
  msgid "Agent Info"
907
  msgstr "Agent Info"
908
 
909
+ #: redirection-strings.php:338 redirection-strings.php:376
910
  msgid "Filter by IP"
911
  msgstr "Filter by IP"
912
 
913
+ #: redirection-strings.php:332 redirection-strings.php:345
914
  msgid "Referrer / User Agent"
915
  msgstr "Referrer / User Agent"
916
 
919
  msgstr "Geo IP Error"
920
 
921
  #: redirection-strings.php:38 redirection-strings.php:57
922
+ #: redirection-strings.php:189
923
  msgid "Something went wrong obtaining this information"
924
  msgstr "Something went wrong obtaining this information"
925
 
960
  msgid "Trash"
961
  msgstr "Trash"
962
 
963
+ #: redirection-admin.php:406
964
  msgid "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
965
  msgstr "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
966
 
967
  #. translators: URL
968
+ #: redirection-admin.php:298
969
  msgid "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
970
  msgstr "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
971
 
973
  msgid "https://redirection.me/"
974
  msgstr "https://redirection.me/"
975
 
976
+ #: redirection-strings.php:467
977
  msgid "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
978
  msgstr "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
979
 
980
+ #: redirection-strings.php:468
981
  msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
982
  msgstr "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
983
 
984
+ #: redirection-strings.php:470
985
  msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
986
  msgstr "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
987
 
988
+ #: redirection-strings.php:397
989
  msgid "Never cache"
990
  msgstr "Never cache"
991
 
992
+ #: redirection-strings.php:398
993
  msgid "An hour"
994
  msgstr "An hour"
995
 
996
+ #: redirection-strings.php:443
997
  msgid "Redirect Cache"
998
  msgstr "Redirect Cache"
999
 
1000
+ #: redirection-strings.php:444
1001
  msgid "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
1002
  msgstr "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
1003
 
1004
+ #: redirection-strings.php:303
1005
  msgid "Are you sure you want to import from %s?"
1006
  msgstr "Are you sure you want to import from %s?"
1007
 
1008
+ #: redirection-strings.php:304
1009
  msgid "Plugin Importers"
1010
  msgstr "Plugin Importers"
1011
 
1012
+ #: redirection-strings.php:305
1013
  msgid "The following redirect plugins were detected on your site and can be imported from."
1014
  msgstr "The following redirect plugins were detected on your site and can be imported from."
1015
 
1016
+ #: redirection-strings.php:288
1017
  msgid "total = "
1018
  msgstr "total = "
1019
 
1020
+ #: redirection-strings.php:289
1021
  msgid "Import from %s"
1022
  msgstr "Import from %s"
1023
 
1024
  #. translators: 1: Expected WordPress version, 2: Actual WordPress version
1025
+ #: redirection-admin.php:389
1026
  msgid "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1027
  msgstr "Redirection requires WordPress v%1s, you are using v%2s - please update your WordPress"
1028
 
1029
+ #: models/importer.php:217
1030
  msgid "Default WordPress \"old slugs\""
1031
  msgstr "Default WordPress \"old slugs\""
1032
 
1033
+ #: redirection-strings.php:414
1034
  msgid "Create associated redirect (added to end of URL)"
1035
  msgstr "Create associated redirect (added to end of URL)"
1036
 
1037
+ #: redirection-admin.php:409
1038
  msgid "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1039
  msgstr "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1040
 
1041
+ #: redirection-strings.php:487
1042
  msgid "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1043
  msgstr "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1044
 
1045
+ #: redirection-strings.php:488
1046
  msgid "⚡️ Magic fix ⚡️"
1047
  msgstr "⚡️ Magic fix ⚡️"
1048
 
1049
+ #: redirection-strings.php:491
1050
  msgid "Plugin Status"
1051
  msgstr "Plugin Status"
1052
 
1066
  msgid "Libraries"
1067
  msgstr "Libraries"
1068
 
1069
+ #: redirection-strings.php:411
1070
  msgid "URL Monitor Changes"
1071
  msgstr "URL Monitor Changes"
1072
 
1073
+ #: redirection-strings.php:412
1074
  msgid "Save changes to this group"
1075
  msgstr "Save changes to this group"
1076
 
1077
+ #: redirection-strings.php:413
1078
  msgid "For example \"/amp\""
1079
  msgstr "For example \"/amp\""
1080
 
1081
+ #: redirection-strings.php:424
1082
  msgid "URL Monitor"
1083
  msgstr "URL Monitor"
1084
 
1085
+ #: redirection-strings.php:370
1086
  msgid "Delete 404s"
1087
  msgstr "Delete 404s"
1088
 
1089
+ #: redirection-strings.php:323
1090
  msgid "Delete all from IP %s"
1091
  msgstr "Delete all from IP %s"
1092
 
1093
+ #: redirection-strings.php:324
1094
  msgid "Delete all matching \"%s\""
1095
  msgstr "Delete all matching \"%s\""
1096
 
1098
  msgid "Your server has rejected the request for being too big. You will need to change it to continue."
1099
  msgstr "Your server has rejected the request for being too big. You will need to change it to continue."
1100
 
1101
+ #: redirection-admin.php:404
1102
  msgid "Also check if your browser is able to load <code>redirection.js</code>:"
1103
  msgstr "Also check if your browser is able to load <code>redirection.js</code>:"
1104
 
1105
+ #: redirection-admin.php:403 redirection-strings.php:284
1106
  msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1107
  msgstr "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1108
 
1109
+ #: redirection-admin.php:392
1110
  msgid "Unable to load Redirection"
1111
  msgstr "Unable to load Redirection"
1112
 
1162
  msgid "All tables present"
1163
  msgstr "All tables present"
1164
 
1165
+ #: redirection-strings.php:278
1166
  msgid "Cached Redirection detected"
1167
  msgstr "Cached Redirection detected"
1168
 
1169
+ #: redirection-strings.php:279
1170
  msgid "Please clear your browser cache and reload this page."
1171
  msgstr "Please clear your browser cache and reload this page."
1172
 
1186
  msgid "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1187
  msgstr "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1188
 
1189
+ #: redirection-admin.php:408
1190
  msgid "If you think Redirection is at fault then create an issue."
1191
  msgstr "If you think Redirection is at fault then create an issue."
1192
 
1193
+ #: redirection-admin.php:402
1194
  msgid "This may be caused by another plugin - look at your browser's error console for more details."
1195
  msgstr "This may be caused by another plugin - look at your browser's error console for more details."
1196
 
1197
+ #: redirection-admin.php:424
1198
  msgid "Loading, please wait..."
1199
  msgstr "Loading, please wait..."
1200
 
1201
+ #: redirection-strings.php:308
1202
  msgid "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1203
  msgstr "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1204
 
1205
+ #: redirection-strings.php:283
1206
  msgid "Redirection is not working. Try clearing your browser cache and reloading this page."
1207
  msgstr "Redirection is not working. Try clearing your browser cache and reloading this page."
1208
 
1209
+ #: redirection-strings.php:285
1210
  msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1211
  msgstr "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1212
 
1214
  msgid "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1215
  msgstr "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1216
 
1217
+ #: redirection-admin.php:412 redirection-strings.php:33
1218
  msgid "Create Issue"
1219
  msgstr "Create Issue"
1220
 
1226
  msgid "Important details"
1227
  msgstr "Important details"
1228
 
1229
+ #: redirection-strings.php:466
1230
  msgid "Need help?"
1231
  msgstr "Need help?"
1232
 
1233
+ #: redirection-strings.php:469
1234
  msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1235
  msgstr "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1236
 
1237
+ #: redirection-strings.php:450
1238
  msgid "Pos"
1239
  msgstr "Pos"
1240
 
1246
  msgid "Position"
1247
  msgstr "Position"
1248
 
1249
+ #: redirection-strings.php:437
1250
  msgid "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1251
  msgstr "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1252
 
1253
+ #: redirection-strings.php:438
1254
  msgid "Apache Module"
1255
  msgstr "Apache Module"
1256
 
1257
+ #: redirection-strings.php:439
1258
  msgid "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1259
  msgstr "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1260
 
1261
+ #: redirection-strings.php:290
1262
  msgid "Import to group"
1263
  msgstr "Import to group"
1264
 
1265
+ #: redirection-strings.php:291
1266
  msgid "Import a CSV, .htaccess, or JSON file."
1267
  msgstr "Import a CSV, .htaccess, or JSON file."
1268
 
1269
+ #: redirection-strings.php:292
1270
  msgid "Click 'Add File' or drag and drop here."
1271
  msgstr "Click 'Add File' or drag and drop here."
1272
 
1273
+ #: redirection-strings.php:293
1274
  msgid "Add File"
1275
  msgstr "Add File"
1276
 
1277
+ #: redirection-strings.php:294
1278
  msgid "File selected"
1279
  msgstr "File selected"
1280
 
1281
+ #: redirection-strings.php:297
1282
  msgid "Importing"
1283
  msgstr "Importing"
1284
 
1285
+ #: redirection-strings.php:298
1286
  msgid "Finished importing"
1287
  msgstr "Finished importing"
1288
 
1289
+ #: redirection-strings.php:299
1290
  msgid "Total redirects imported:"
1291
  msgstr "Total redirects imported:"
1292
 
1293
+ #: redirection-strings.php:300
1294
  msgid "Double-check the file is the correct format!"
1295
  msgstr "Double-check the file is the correct format!"
1296
 
1297
+ #: redirection-strings.php:301
1298
  msgid "OK"
1299
  msgstr "OK"
1300
 
1301
+ #: redirection-strings.php:119 redirection-strings.php:302
1302
  msgid "Close"
1303
  msgstr "Close"
1304
 
1305
+ #: redirection-strings.php:307
1306
  msgid "All imports will be appended to the current database."
1307
  msgstr "All imports will be appended to the current database."
1308
 
1309
+ #: redirection-strings.php:309
1310
  msgid "Export"
1311
  msgstr "Export"
1312
 
1313
+ #: redirection-strings.php:310
1314
  msgid "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1315
  msgstr "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1316
 
1317
+ #: redirection-strings.php:311
1318
  msgid "Everything"
1319
  msgstr "Everything"
1320
 
1321
+ #: redirection-strings.php:312
1322
  msgid "WordPress redirects"
1323
  msgstr "WordPress redirects"
1324
 
1325
+ #: redirection-strings.php:313
1326
  msgid "Apache redirects"
1327
  msgstr "Apache redirects"
1328
 
1329
+ #: redirection-strings.php:314
1330
  msgid "Nginx redirects"
1331
  msgstr "Nginx redirects"
1332
 
1333
+ #: redirection-strings.php:315
1334
  msgid "CSV"
1335
  msgstr "CSV"
1336
 
1337
+ #: redirection-strings.php:316
1338
  msgid "Apache .htaccess"
1339
  msgstr "Apache .htaccess"
1340
 
1341
+ #: redirection-strings.php:317
1342
  msgid "Nginx rewrite rules"
1343
  msgstr "Nginx rewrite rules"
1344
 
1345
+ #: redirection-strings.php:318
1346
  msgid "Redirection JSON"
1347
  msgstr "Redirection JSON"
1348
 
1349
+ #: redirection-strings.php:319
1350
  msgid "View"
1351
  msgstr "View"
1352
 
1353
+ #: redirection-strings.php:63 redirection-strings.php:273
 
 
 
 
1354
  msgid "Import/Export"
1355
  msgstr "Import/Export"
1356
 
1357
+ #: redirection-strings.php:274
1358
  msgid "Logs"
1359
  msgstr "Logs"
1360
 
1361
+ #: redirection-strings.php:275
1362
  msgid "404 errors"
1363
  msgstr "404 errors"
1364
 
1365
+ #: redirection-strings.php:286
1366
  msgid "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1367
  msgstr "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1368
 
1369
+ #: redirection-strings.php:386
1370
  msgid "I'd like to support some more."
1371
  msgstr "I'd like to support some more."
1372
 
1373
+ #: redirection-strings.php:389
1374
  msgid "Support 💰"
1375
  msgstr "Support 💰"
1376
 
1377
+ #: redirection-strings.php:492
1378
  msgid "Redirection saved"
1379
  msgstr "Redirection saved"
1380
 
1381
+ #: redirection-strings.php:493
1382
  msgid "Log deleted"
1383
  msgstr "Log deleted"
1384
 
1385
+ #: redirection-strings.php:494
1386
  msgid "Settings saved"
1387
  msgstr "Settings saved"
1388
 
1389
+ #: redirection-strings.php:495
1390
  msgid "Group saved"
1391
  msgstr "Group saved"
1392
 
1393
+ #: redirection-strings.php:245
1394
  msgid "Are you sure you want to delete this item?"
1395
  msgid_plural "Are you sure you want to delete these items?"
1396
  msgstr[0] "Are you sure you want to delete this item?"
1397
  msgstr[1] "Are you sure you want to delete these items?"
1398
 
1399
+ #: redirection-strings.php:465
1400
  msgid "pass"
1401
  msgstr "pass"
1402
 
1403
+ #: redirection-strings.php:457
1404
  msgid "All groups"
1405
  msgstr "All groups"
1406
 
1460
  msgid "View notice"
1461
  msgstr "View notice"
1462
 
1463
+ #: models/redirect-sanitizer.php:185
1464
  msgid "Invalid source URL"
1465
  msgstr "Invalid source URL"
1466
 
1467
+ #: models/redirect-sanitizer.php:114
1468
  msgid "Invalid redirect action"
1469
  msgstr "Invalid redirect action"
1470
 
1471
+ #: models/redirect-sanitizer.php:108
1472
  msgid "Invalid redirect matcher"
1473
  msgstr "Invalid redirect matcher"
1474
 
1476
  msgid "Unable to add new redirect"
1477
  msgstr "Unable to add new redirect"
1478
 
1479
+ #: redirection-strings.php:23 redirection-strings.php:282
1480
  msgid "Something went wrong 🙁"
1481
  msgstr "Something went wrong 🙁"
1482
 
1485
  msgstr "I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"
1486
 
1487
  #. translators: maximum number of log entries
1488
+ #: redirection-admin.php:183
1489
  msgid "Log entries (%d max)"
1490
  msgstr "Log entries (%d max)"
1491
 
1492
+ #: redirection-strings.php:186
1493
  msgid "Search by IP"
1494
  msgstr "Search by IP"
1495
 
1496
+ #: redirection-strings.php:181
1497
  msgid "Select bulk action"
1498
  msgstr "Select bulk action"
1499
 
1500
+ #: redirection-strings.php:182
1501
  msgid "Bulk Actions"
1502
  msgstr "Bulk Actions"
1503
 
1504
+ #: redirection-strings.php:183
1505
  msgid "Apply"
1506
  msgstr "Apply"
1507
 
1508
+ #: redirection-strings.php:174
1509
  msgid "First page"
1510
  msgstr "First page"
1511
 
1512
+ #: redirection-strings.php:175
1513
  msgid "Prev page"
1514
  msgstr "Prev page"
1515
 
1516
+ #: redirection-strings.php:176
1517
  msgid "Current Page"
1518
  msgstr "Current Page"
1519
 
1520
+ #: redirection-strings.php:177
1521
  msgid "of %(page)s"
1522
  msgstr "of %(page)s"
1523
 
1524
+ #: redirection-strings.php:178
1525
  msgid "Next page"
1526
  msgstr "Next page"
1527
 
1528
+ #: redirection-strings.php:179
1529
  msgid "Last page"
1530
  msgstr "Last page"
1531
 
1532
+ #: redirection-strings.php:180
1533
  msgid "%s item"
1534
  msgid_plural "%s items"
1535
  msgstr[0] "%s item"
1536
  msgstr[1] "%s items"
1537
 
1538
+ #: redirection-strings.php:173
1539
  msgid "Select All"
1540
  msgstr "Select All"
1541
 
1542
+ #: redirection-strings.php:185
1543
  msgid "Sorry, something went wrong loading the data - please try again"
1544
  msgstr "Sorry, something went wrong loading the data - please try again"
1545
 
1546
+ #: redirection-strings.php:184
1547
  msgid "No results"
1548
  msgstr "No results"
1549
 
1550
+ #: redirection-strings.php:326
1551
  msgid "Delete the logs - are you sure?"
1552
  msgstr "Delete the logs - are you sure?"
1553
 
1554
+ #: redirection-strings.php:327
1555
  msgid "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1556
  msgstr "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1557
 
1558
+ #: redirection-strings.php:328
1559
  msgid "Yes! Delete the logs"
1560
  msgstr "Yes! Delete the logs"
1561
 
1562
+ #: redirection-strings.php:329
1563
  msgid "No! Don't delete the logs"
1564
  msgstr "No! Don't delete the logs"
1565
 
1566
+ #: redirection-strings.php:482
1567
  msgid "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1568
  msgstr "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1569
 
1570
+ #: redirection-strings.php:481 redirection-strings.php:483
1571
  msgid "Newsletter"
1572
  msgstr "Newsletter"
1573
 
1574
+ #: redirection-strings.php:484
1575
  msgid "Want to keep up to date with changes to Redirection?"
1576
  msgstr "Want to keep up to date with changes to Redirection?"
1577
 
1578
+ #: redirection-strings.php:485
1579
  msgid "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1580
  msgstr "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1581
 
1582
+ #: redirection-strings.php:486
1583
  msgid "Your email address:"
1584
  msgstr "Your email address:"
1585
 
1586
+ #: redirection-strings.php:385
1587
  msgid "You've supported this plugin - thank you!"
1588
  msgstr "You've supported this plugin - thank you!"
1589
 
1590
+ #: redirection-strings.php:388
1591
  msgid "You get useful software and I get to carry on making it better."
1592
  msgstr "You get useful software and I get to carry on making it better."
1593
 
1594
+ #: redirection-strings.php:396 redirection-strings.php:401
1595
  msgid "Forever"
1596
  msgstr "Forever"
1597
 
1598
+ #: redirection-strings.php:377
1599
  msgid "Delete the plugin - are you sure?"
1600
  msgstr "Delete the plugin - are you sure?"
1601
 
1602
+ #: redirection-strings.php:378
1603
  msgid "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1604
  msgstr "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1605
 
1606
+ #: redirection-strings.php:379
1607
  msgid "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1608
  msgstr "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1609
 
1610
+ #: redirection-strings.php:380
1611
  msgid "Yes! Delete the plugin"
1612
  msgstr "Yes! Delete the plugin"
1613
 
1614
+ #: redirection-strings.php:381
1615
  msgid "No! Don't delete the plugin"
1616
  msgstr "No! Don't delete the plugin"
1617
 
1623
  msgid "Manage all your 301 redirects and monitor 404 errors"
1624
  msgstr "Manage all your 301 redirects and monitor 404 errors."
1625
 
1626
+ #: redirection-strings.php:387
1627
  msgid "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1628
  msgstr "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1629
 
1630
+ #: redirection-admin.php:299
1631
  msgid "Redirection Support"
1632
  msgstr "Redirection Support"
1633
 
1634
+ #: redirection-strings.php:65 redirection-strings.php:277
1635
  msgid "Support"
1636
  msgstr "Support"
1637
 
1643
  msgid "Log"
1644
  msgstr "Log"
1645
 
1646
+ #: redirection-strings.php:383
1647
  msgid "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1648
  msgstr "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1649
 
1650
+ #: redirection-strings.php:382
1651
  msgid "Delete Redirection"
1652
  msgstr "Delete Redirection"
1653
 
1654
+ #: redirection-strings.php:295
1655
  msgid "Upload"
1656
  msgstr "Upload"
1657
 
1658
+ #: redirection-strings.php:306
1659
  msgid "Import"
1660
  msgstr "Import"
1661
 
1662
+ #: redirection-strings.php:447
1663
  msgid "Update"
1664
  msgstr "Update"
1665
 
1666
+ #: redirection-strings.php:436
1667
  msgid "Auto-generate URL"
1668
  msgstr "Auto-generate URL"
1669
 
1670
+ #: redirection-strings.php:426
1671
  msgid "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1672
  msgstr "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1673
 
1674
+ #: redirection-strings.php:425
1675
  msgid "RSS Token"
1676
  msgstr "RSS Token"
1677
 
1678
+ #: redirection-strings.php:419
1679
  msgid "404 Logs"
1680
  msgstr "404 Logs"
1681
 
1682
+ #: redirection-strings.php:418 redirection-strings.php:420
1683
  msgid "(time to keep logs for)"
1684
  msgstr "(time to keep logs for)"
1685
 
1686
+ #: redirection-strings.php:417
1687
  msgid "Redirect Logs"
1688
  msgstr "Redirect Logs"
1689
 
1690
+ #: redirection-strings.php:416
1691
  msgid "I'm a nice person and I have helped support the author of this plugin"
1692
  msgstr "I'm a nice person and I have helped support the author of this plugin."
1693
 
1694
+ #: redirection-strings.php:390
1695
  msgid "Plugin Support"
1696
  msgstr "Plugin Support"
1697
 
1698
+ #: redirection-strings.php:64 redirection-strings.php:276
1699
  msgid "Options"
1700
  msgstr "Options"
1701
 
1702
+ #: redirection-strings.php:395
1703
  msgid "Two months"
1704
  msgstr "Two months"
1705
 
1706
+ #: redirection-strings.php:394
1707
  msgid "A month"
1708
  msgstr "A month"
1709
 
1710
+ #: redirection-strings.php:393 redirection-strings.php:400
1711
  msgid "A week"
1712
  msgstr "A week"
1713
 
1714
+ #: redirection-strings.php:392 redirection-strings.php:399
1715
  msgid "A day"
1716
  msgstr "A day"
1717
 
1718
+ #: redirection-strings.php:391
1719
  msgid "No logs"
1720
  msgstr "No logs"
1721
 
1722
+ #: redirection-strings.php:325 redirection-strings.php:360
1723
+ #: redirection-strings.php:365
1724
  msgid "Delete All"
1725
  msgstr "Delete All"
1726
 
1727
+ #: redirection-strings.php:254
1728
  msgid "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1729
  msgstr "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1730
 
1731
+ #: redirection-strings.php:253
1732
  msgid "Add Group"
1733
  msgstr "Add Group"
1734
 
1735
+ #: redirection-strings.php:187
1736
  msgid "Search"
1737
  msgstr "Search"
1738
 
1739
+ #: redirection-strings.php:60 redirection-strings.php:272
1740
  msgid "Groups"
1741
  msgstr "Groups"
1742
 
1743
  #: redirection-strings.php:25 redirection-strings.php:117
1744
+ #: redirection-strings.php:263
1745
  msgid "Save"
1746
  msgstr "Save"
1747
 
1748
+ #: redirection-strings.php:116 redirection-strings.php:172
1749
  msgid "Group"
1750
  msgstr "Group"
1751
 
1753
  msgid "Match"
1754
  msgstr "Match"
1755
 
1756
+ #: redirection-strings.php:458
1757
  msgid "Add new redirection"
1758
  msgstr "Add new redirection"
1759
 
1760
+ #: redirection-strings.php:118 redirection-strings.php:264
1761
+ #: redirection-strings.php:296
1762
  msgid "Cancel"
1763
  msgstr "Cancel"
1764
 
1765
+ #: redirection-strings.php:320
1766
  msgid "Download"
1767
  msgstr "Download"
1768
 
1769
  #. Plugin Name of the plugin
1770
+ #: redirection-strings.php:243
1771
  msgid "Redirection"
1772
  msgstr "Redirection"
1773
 
1774
+ #: redirection-admin.php:141
1775
  msgid "Settings"
1776
  msgstr "Settings"
1777
 
1791
  msgid "Redirect to URL"
1792
  msgstr "Redirect to URL"
1793
 
1794
+ #: models/redirect-sanitizer.php:175
1795
  msgid "Invalid group when creating redirect"
1796
  msgstr "Invalid group when creating redirect"
1797
 
1798
+ #: redirection-strings.php:142 redirection-strings.php:333
1799
+ #: redirection-strings.php:341 redirection-strings.php:346
1800
  msgid "IP"
1801
  msgstr "IP"
1802
 
1803
  #: redirection-strings.php:156 redirection-strings.php:157
1804
+ #: redirection-strings.php:202 redirection-strings.php:331
1805
+ #: redirection-strings.php:339 redirection-strings.php:344
1806
  msgid "Source URL"
1807
  msgstr "Source URL"
1808
 
1809
+ #: redirection-strings.php:330 redirection-strings.php:343
1810
  msgid "Date"
1811
  msgstr "Date"
1812
 
1813
+ #: redirection-strings.php:356 redirection-strings.php:369
1814
+ #: redirection-strings.php:373 redirection-strings.php:459
1815
  msgid "Add Redirect"
1816
  msgstr "Add Redirect"
1817
 
1818
+ #: redirection-strings.php:252
1819
  msgid "All modules"
1820
  msgstr "All modules"
1821
 
1822
+ #: redirection-strings.php:258
1823
  msgid "View Redirects"
1824
  msgstr "View Redirects"
1825
 
1826
+ #: redirection-strings.php:248 redirection-strings.php:262
1827
  msgid "Module"
1828
  msgstr "Module"
1829
 
1830
+ #: redirection-strings.php:59 redirection-strings.php:247
1831
  msgid "Redirects"
1832
  msgstr "Redirects"
1833
 
1834
+ #: redirection-strings.php:246 redirection-strings.php:255
1835
+ #: redirection-strings.php:261
1836
  msgid "Name"
1837
  msgstr "Name"
1838
 
1839
+ #: redirection-strings.php:171
1840
  msgid "Filter"
1841
  msgstr "Filter"
1842
 
1843
+ #: redirection-strings.php:456
1844
  msgid "Reset hits"
1845
  msgstr "Reset hits"
1846
 
1847
+ #: redirection-strings.php:250 redirection-strings.php:260
1848
+ #: redirection-strings.php:454 redirection-strings.php:464
1849
  msgid "Enable"
1850
  msgstr "Enable"
1851
 
1852
+ #: redirection-strings.php:251 redirection-strings.php:259
1853
+ #: redirection-strings.php:455 redirection-strings.php:462
1854
  msgid "Disable"
1855
  msgstr "Disable"
1856
 
1857
+ #: redirection-strings.php:249 redirection-strings.php:257
1858
+ #: redirection-strings.php:334 redirection-strings.php:335
1859
+ #: redirection-strings.php:347 redirection-strings.php:350
1860
+ #: redirection-strings.php:372 redirection-strings.php:384
1861
+ #: redirection-strings.php:453 redirection-strings.php:461
1862
  msgid "Delete"
1863
  msgstr "Delete"
1864
 
1865
+ #: redirection-strings.php:256 redirection-strings.php:460
1866
  msgid "Edit"
1867
  msgstr "Edit"
1868
 
1869
+ #: redirection-strings.php:452
1870
  msgid "Last Access"
1871
  msgstr "Last Access"
1872
 
1873
+ #: redirection-strings.php:451
1874
  msgid "Hits"
1875
  msgstr "Hits"
1876
 
1877
+ #: redirection-strings.php:449 redirection-strings.php:477
1878
  msgid "URL"
1879
  msgstr "URL"
1880
 
1881
+ #: redirection-strings.php:448
1882
  msgid "Type"
1883
  msgstr "Type"
1884
 
1885
+ #: database/schema/latest.php:138
1886
  msgid "Modified Posts"
1887
  msgstr "Modified Posts"
1888
 
1889
+ #: models/group.php:148 redirection-strings.php:271
1890
+ #: database/schema/latest.php:133
1891
  msgid "Redirections"
1892
  msgstr "Redirections"
1893
 
1895
  msgid "User Agent"
1896
  msgstr "User Agent"
1897
 
1898
+ #: redirection-strings.php:85 matches/user-agent.php:10
1899
  msgid "URL and user agent"
1900
  msgstr "URL and user agent"
1901
 
1902
+ #: redirection-strings.php:79 redirection-strings.php:204
1903
  msgid "Target URL"
1904
  msgstr "Target URL"
1905
 
1906
+ #: redirection-strings.php:81 matches/url.php:7
1907
  msgid "URL only"
1908
  msgstr "URL only"
1909
 
1917
  msgid "Referrer"
1918
  msgstr "Referrer"
1919
 
1920
+ #: redirection-strings.php:84 matches/referrer.php:10
1921
  msgid "URL and referrer"
1922
  msgstr "URL and referrer"
1923
 
1929
  msgid "Logged In"
1930
  msgstr "Logged In"
1931
 
1932
+ #: redirection-strings.php:82 matches/login.php:8
1933
  msgid "URL and login status"
1934
  msgstr "URL and login status"
locale/redirection-en_CA.mo CHANGED
Binary file
locale/redirection-en_CA.po CHANGED
@@ -11,6 +11,34 @@ msgstr ""
11
  "Language: en_CA\n"
12
  "Project-Id-Version: Plugins - Redirection - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: redirection.js:33
15
  msgid "blur"
16
  msgstr "blur"
@@ -23,55 +51,55 @@ msgstr "focus"
23
  msgid "scroll"
24
  msgstr "scroll"
25
 
26
- #: redirection-strings.php:432
27
  msgid "Pass - as ignore, but also copies the query parameters to the target"
28
  msgstr "Pass - as ignore, but also copies the query parameters to the target"
29
 
30
- #: redirection-strings.php:431
31
  msgid "Ignore - as exact, but ignores any query parameters not in your source"
32
  msgstr "Ignore - as exact, but ignores any query parameters not in your source"
33
 
34
- #: redirection-strings.php:430
35
  msgid "Exact - matches the query parameters exactly defined in your source, in any order"
36
  msgstr "Exact - matches the query parameters exactly defined in your source, in any order"
37
 
38
- #: redirection-strings.php:428
39
  msgid "Default query matching"
40
  msgstr "Default query matching"
41
 
42
- #: redirection-strings.php:427
43
  msgid "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
44
  msgstr "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
45
 
46
- #: redirection-strings.php:426
47
  msgid "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
48
  msgstr "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
49
 
50
- #: redirection-strings.php:425 redirection-strings.php:429
51
  msgid "Applies to all redirections unless you configure them otherwise."
52
  msgstr "Applies to all redirections unless you configure them otherwise."
53
 
54
- #: redirection-strings.php:424
55
  msgid "Default URL settings"
56
  msgstr "Default URL settings"
57
 
58
- #: redirection-strings.php:407
59
  msgid "Ignore and pass all query parameters"
60
  msgstr "Ignore and pass all query parameters"
61
 
62
- #: redirection-strings.php:406
63
  msgid "Ignore all query parameters"
64
  msgstr "Ignore all query parameters"
65
 
66
- #: redirection-strings.php:405
67
  msgid "Exact match"
68
  msgstr "Exact match"
69
 
70
- #: redirection-strings.php:232
71
  msgid "Caching software (e.g Cloudflare)"
72
  msgstr "Caching software (e.g Cloudflare)"
73
 
74
- #: redirection-strings.php:230
75
  msgid "A security plugin (e.g Wordfence)"
76
  msgstr "A security plugin (e.g Wordfence)"
77
 
@@ -107,205 +135,206 @@ msgstr "Ignore Case"
107
  msgid "Ignore Slash"
108
  msgstr "Ignore Slash"
109
 
110
- #: redirection-strings.php:404
111
  msgid "Relative REST API"
112
  msgstr "Relative REST API"
113
 
114
- #: redirection-strings.php:403
115
  msgid "Raw REST API"
116
  msgstr "Raw REST API"
117
 
118
- #: redirection-strings.php:402
119
  msgid "Default REST API"
120
  msgstr "Default REST API"
121
 
122
- #: redirection-strings.php:204
123
  msgid "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
124
  msgstr "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
125
 
126
- #: redirection-strings.php:203
127
  msgid "(Example) The target URL is the new URL"
128
  msgstr "(Example) The target URL is the new URL"
129
 
130
- #: redirection-strings.php:201
131
  msgid "(Example) The source URL is your old or original URL"
132
  msgstr "(Example) The source URL is your old or original URL"
133
 
134
- #: redirection.php:37
 
135
  msgid "Disabled! Detected PHP %s, need PHP 5.4+"
136
  msgstr "Disabled! Detected PHP %s, need PHP 5.4+"
137
 
138
- #: redirection-strings.php:266
139
  msgid "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
140
  msgstr "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
141
 
142
- #: redirection-strings.php:262
143
  msgid "A database upgrade is in progress. Please continue to finish."
144
  msgstr "A database upgrade is in progress. Please continue to finish."
145
 
146
  #. translators: 1: URL to plugin page, 2: current version, 3: target version
147
- #: redirection-admin.php:77
148
  msgid "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
149
  msgstr "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
150
 
151
- #: redirection-strings.php:263
152
  msgid "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
153
  msgstr "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
154
 
155
- #: redirection-strings.php:265
156
  msgid "Redirection database needs updating"
157
  msgstr "Redirection database needs updating"
158
 
159
- #: redirection-strings.php:264
160
  msgid "Update Required"
161
  msgstr "Update Required"
162
 
163
- #: redirection-strings.php:241
164
  msgid "I need some support!"
165
  msgstr "I need some support!"
166
 
167
- #: redirection-strings.php:238
168
  msgid "Finish Setup"
169
  msgstr "Finish Setup"
170
 
171
- #: redirection-strings.php:237
172
  msgid "Checking your REST API"
173
  msgstr "Checking your REST API"
174
 
175
- #: redirection-strings.php:236
176
  msgid "Retry"
177
  msgstr "Retry"
178
 
179
- #: redirection-strings.php:235
180
  msgid "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
181
  msgstr "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
182
 
183
- #: redirection-strings.php:234
184
  msgid "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
185
  msgstr "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
186
 
187
- #: redirection-strings.php:233
188
  msgid "Some other plugin that blocks the REST API"
189
  msgstr "Some other plugin that blocks the REST API"
190
 
191
- #: redirection-strings.php:231
192
  msgid "A server firewall or other server configuration (e.g OVH)"
193
  msgstr "A server firewall or other server configuration (e.g OVH)"
194
 
195
- #: redirection-strings.php:229
196
  msgid "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
197
  msgstr "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
198
 
199
- #: redirection-strings.php:227 redirection-strings.php:239
200
  msgid "Go back"
201
  msgstr "Go back"
202
 
203
- #: redirection-strings.php:226
204
  msgid "Continue Setup"
205
  msgstr "Continue Setup"
206
 
207
- #: redirection-strings.php:224
208
  msgid "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
209
  msgstr "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
210
 
211
- #: redirection-strings.php:223
212
  msgid "Store IP information for redirects and 404 errors."
213
  msgstr "Store IP information for redirects and 404 errors."
214
 
215
- #: redirection-strings.php:221
216
  msgid "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
217
  msgstr "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
218
 
219
- #: redirection-strings.php:220
220
  msgid "Keep a log of all redirects and 404 errors."
221
  msgstr "Keep a log of all redirects and 404 errors."
222
 
223
- #: redirection-strings.php:219 redirection-strings.php:222
224
- #: redirection-strings.php:225
225
  msgid "{{link}}Read more about this.{{/link}}"
226
  msgstr "{{link}}Read more about this.{{/link}}"
227
 
228
- #: redirection-strings.php:218
229
  msgid "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
230
  msgstr "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
231
 
232
- #: redirection-strings.php:217
233
  msgid "Monitor permalink changes in WordPress posts and pages"
234
  msgstr "Monitor permalink changes in WordPress posts and pages"
235
 
236
- #: redirection-strings.php:216
237
  msgid "These are some options you may want to enable now. They can be changed at any time."
238
  msgstr "These are some options you may want to enable now. They can be changed at any time."
239
 
240
- #: redirection-strings.php:215
241
  msgid "Basic Setup"
242
  msgstr "Basic Setup"
243
 
244
- #: redirection-strings.php:214
245
  msgid "Start Setup"
246
  msgstr "Start Setup"
247
 
248
- #: redirection-strings.php:213
249
  msgid "When ready please press the button to continue."
250
  msgstr "When ready please press the button to continue."
251
 
252
- #: redirection-strings.php:212
253
  msgid "First you will be asked a few questions, and then Redirection will set up your database."
254
  msgstr "First you will be asked a few questions, and then Redirection will set up your database."
255
 
256
- #: redirection-strings.php:211
257
  msgid "What's next?"
258
  msgstr "What's next?"
259
 
260
- #: redirection-strings.php:210
261
  msgid "Check a URL is being redirected"
262
  msgstr "Check a URL is being redirected"
263
 
264
- #: redirection-strings.php:209
265
  msgid "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
266
  msgstr "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
267
 
268
- #: redirection-strings.php:208
269
  msgid "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
270
  msgstr "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
271
 
272
- #: redirection-strings.php:207
273
  msgid "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
274
  msgstr "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
275
 
276
- #: redirection-strings.php:206
277
  msgid "Some features you may find useful are"
278
  msgstr "Some features you may find useful are"
279
 
280
- #: redirection-strings.php:205
281
  msgid "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
282
  msgstr "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
283
 
284
- #: redirection-strings.php:199
285
  msgid "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
286
  msgstr "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
287
 
288
- #: redirection-strings.php:198
289
  msgid "How do I use this plugin?"
290
  msgstr "How do I use this plugin?"
291
 
292
- #: redirection-strings.php:197
293
  msgid "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
294
  msgstr "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
295
 
296
- #: redirection-strings.php:196
297
  msgid "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
298
  msgstr "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
299
 
300
- #: redirection-strings.php:195
301
  msgid "Welcome to Redirection 🚀🎉"
302
  msgstr "Welcome to Redirection 🚀🎉"
303
 
304
- #: redirection-strings.php:168
305
  msgid "This will redirect everything, including the login pages. Please be sure you want to do this."
306
  msgstr "This will redirect everything, including the login pages. Please be sure you want to do this."
307
 
308
- #: redirection-strings.php:167
309
  msgid "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
310
  msgstr "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
311
 
@@ -373,20 +402,20 @@ msgstr "Try again"
373
  msgid "Database problem"
374
  msgstr "Database problem"
375
 
376
- #: redirection-admin.php:419
377
  msgid "Please enable JavaScript"
378
  msgstr "Please enable JavaScript"
379
 
380
- #: redirection-admin.php:146
381
  msgid "Please upgrade your database"
382
  msgstr "Please upgrade your database"
383
 
384
- #: redirection-admin.php:137 redirection-strings.php:267
385
  msgid "Upgrade Database"
386
  msgstr "Upgrade Database"
387
 
388
  #. translators: 1: URL to plugin page
389
- #: redirection-admin.php:74
390
  msgid "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
391
  msgstr "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
392
 
@@ -401,7 +430,7 @@ msgid "Failed to perform query \"%s\""
401
  msgstr "Failed to perform query \"%s\""
402
 
403
  #. translators: 1: table name
404
- #: database/schema/latest.php:101
405
  msgid "Table \"%s\" is missing"
406
  msgstr "Table \"%s\" is missing"
407
 
@@ -470,72 +499,72 @@ msgstr "Target URL when not matched (empty to ignore)"
470
  msgid "Target URL when matched (empty to ignore)"
471
  msgstr "Target URL when matched (empty to ignore)"
472
 
473
- #: redirection-strings.php:359 redirection-strings.php:364
474
  msgid "Show All"
475
  msgstr "Show All"
476
 
477
- #: redirection-strings.php:356
478
  msgid "Delete all logs for these entries"
479
  msgstr "Delete all logs for these entries"
480
 
481
- #: redirection-strings.php:355 redirection-strings.php:368
482
  msgid "Delete all logs for this entry"
483
  msgstr "Delete all logs for this entry"
484
 
485
- #: redirection-strings.php:354
486
  msgid "Delete Log Entries"
487
  msgstr "Delete Log Entries"
488
 
489
- #: redirection-strings.php:352
490
  msgid "Group by IP"
491
  msgstr "Group by IP"
492
 
493
- #: redirection-strings.php:351
494
  msgid "Group by URL"
495
  msgstr "Group by URL"
496
 
497
- #: redirection-strings.php:350
498
  msgid "No grouping"
499
  msgstr "No grouping"
500
 
501
- #: redirection-strings.php:349 redirection-strings.php:365
502
  msgid "Ignore URL"
503
  msgstr "Ignore URL"
504
 
505
- #: redirection-strings.php:346 redirection-strings.php:361
506
  msgid "Block IP"
507
  msgstr "Block IP"
508
 
509
- #: redirection-strings.php:345 redirection-strings.php:348
510
- #: redirection-strings.php:358 redirection-strings.php:363
511
  msgid "Redirect All"
512
  msgstr "Redirect All"
513
 
514
- #: redirection-strings.php:337 redirection-strings.php:339
515
  msgid "Count"
516
  msgstr "Count"
517
 
518
- #: matches/page.php:9 redirection-strings.php:91
519
  msgid "URL and WordPress page type"
520
  msgstr "URL and WordPress page type"
521
 
522
- #: matches/ip.php:9 redirection-strings.php:87
523
  msgid "URL and IP"
524
  msgstr "URL and IP"
525
 
526
- #: redirection-strings.php:487
527
  msgid "Problem"
528
  msgstr "Problem"
529
 
530
- #: redirection-strings.php:486
531
  msgid "Good"
532
  msgstr "Good"
533
 
534
- #: redirection-strings.php:476
535
  msgid "Check"
536
  msgstr "Check"
537
 
538
- #: redirection-strings.php:460
539
  msgid "Check Redirect"
540
  msgstr "Check Redirect"
541
 
@@ -571,31 +600,31 @@ msgstr "Expected"
571
  msgid "Error"
572
  msgstr "Error"
573
 
574
- #: redirection-strings.php:475
575
  msgid "Enter full URL, including http:// or https://"
576
  msgstr "Enter full URL, including http:// or https://"
577
 
578
- #: redirection-strings.php:473
579
  msgid "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
580
  msgstr "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
581
 
582
- #: redirection-strings.php:472
583
  msgid "Redirect Tester"
584
  msgstr "Redirect Tester"
585
 
586
- #: redirection-strings.php:471
587
  msgid "Target"
588
  msgstr "Target"
589
 
590
- #: redirection-strings.php:470
591
  msgid "URL is not being redirected with Redirection"
592
  msgstr "URL is not being redirected with Redirection"
593
 
594
- #: redirection-strings.php:469
595
  msgid "URL is being redirected with Redirection"
596
  msgstr "URL is being redirected with Redirection"
597
 
598
- #: redirection-strings.php:468 redirection-strings.php:477
599
  msgid "Unable to load details"
600
  msgstr "Unable to load details"
601
 
@@ -631,23 +660,19 @@ msgstr "The relative URL you want to redirect from"
631
  msgid "The target URL you want to redirect to if matched"
632
  msgstr "The target URL you want to redirect to if matched"
633
 
634
- #: redirection-strings.php:439
635
  msgid "(beta)"
636
  msgstr "(beta)"
637
 
638
- #: redirection-strings.php:438
639
- msgid "Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"
640
- msgstr "Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"
641
-
642
- #: redirection-strings.php:437
643
  msgid "Force HTTPS"
644
  msgstr "Force HTTPS"
645
 
646
- #: redirection-strings.php:420
647
  msgid "GDPR / Privacy information"
648
  msgstr "GDPR / Privacy information"
649
 
650
- #: redirection-strings.php:284
651
  msgid "Add New"
652
  msgstr "Add New"
653
 
@@ -655,11 +680,11 @@ msgstr "Add New"
655
  msgid "Please logout and login again."
656
  msgstr "Please logout and login again."
657
 
658
- #: matches/user-role.php:9 redirection-strings.php:83
659
  msgid "URL and role/capability"
660
  msgstr "URL and role/capability"
661
 
662
- #: matches/server.php:9 redirection-strings.php:88
663
  msgid "URL and server"
664
  msgstr "URL and server"
665
 
@@ -715,35 +740,35 @@ msgstr "Cookie name"
715
  msgid "Cookie"
716
  msgstr "Cookie"
717
 
718
- #: redirection-strings.php:278
719
  msgid "clearing your cache."
720
  msgstr "clearing your cache."
721
 
722
- #: redirection-strings.php:277
723
  msgid "If you are using a caching system such as Cloudflare then please read this: "
724
  msgstr "If you are using a caching system such as Cloudflare then please read this: "
725
 
726
- #: matches/http-header.php:11 redirection-strings.php:89
727
  msgid "URL and HTTP header"
728
  msgstr "URL and HTTP header"
729
 
730
- #: matches/custom-filter.php:9 redirection-strings.php:90
731
  msgid "URL and custom filter"
732
  msgstr "URL and custom filter"
733
 
734
- #: matches/cookie.php:7 redirection-strings.php:86
735
  msgid "URL and cookie"
736
  msgstr "URL and cookie"
737
 
738
- #: redirection-strings.php:493
739
  msgid "404 deleted"
740
  msgstr "404 deleted"
741
 
742
- #: redirection-strings.php:228 redirection-strings.php:442
743
  msgid "REST API"
744
  msgstr "REST API"
745
 
746
- #: redirection-strings.php:443
747
  msgid "How Redirection uses the REST API - don't change unless necessary"
748
  msgstr "How Redirection uses the REST API - don't change unless necessary"
749
 
@@ -775,11 +800,11 @@ msgstr "{{link}}Please temporarily disable other plugins!{{/link}} This fixes so
775
  msgid "None of the suggestions helped"
776
  msgstr "None of the suggestions helped"
777
 
778
- #: redirection-admin.php:398
779
  msgid "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
780
  msgstr "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
781
 
782
- #: redirection-admin.php:392
783
  msgid "Unable to load Redirection ☹️"
784
  msgstr "Unable to load Redirection ☹️"
785
 
@@ -816,76 +841,76 @@ msgstr "Your WordPress REST API has been disabled. You will need to enable it fo
816
  msgid "https://johngodley.com"
817
  msgstr "https://johngodley.com"
818
 
819
- #: redirection-strings.php:186
820
  msgid "Useragent Error"
821
  msgstr "Useragent Error"
822
 
823
- #: redirection-strings.php:188
824
  msgid "Unknown Useragent"
825
  msgstr "Unknown Useragent"
826
 
827
- #: redirection-strings.php:189
828
  msgid "Device"
829
  msgstr "Device"
830
 
831
- #: redirection-strings.php:190
832
  msgid "Operating System"
833
  msgstr "Operating System"
834
 
835
- #: redirection-strings.php:191
836
  msgid "Browser"
837
  msgstr "Browser"
838
 
839
- #: redirection-strings.php:192
840
  msgid "Engine"
841
  msgstr "Engine"
842
 
843
- #: redirection-strings.php:193
844
  msgid "Useragent"
845
  msgstr "Useragent"
846
 
847
- #: redirection-strings.php:52 redirection-strings.php:194
848
  msgid "Agent"
849
  msgstr "Agent"
850
 
851
- #: redirection-strings.php:399
852
  msgid "No IP logging"
853
  msgstr "No IP logging"
854
 
855
- #: redirection-strings.php:400
856
  msgid "Full IP logging"
857
  msgstr "Full IP logging"
858
 
859
- #: redirection-strings.php:401
860
  msgid "Anonymize IP (mask last part)"
861
  msgstr "Anonymize IP (mask last part)"
862
 
863
- #: redirection-strings.php:412
864
  msgid "Monitor changes to %(type)s"
865
  msgstr "Monitor changes to %(type)s"
866
 
867
- #: redirection-strings.php:418
868
  msgid "IP Logging"
869
  msgstr "IP Logging"
870
 
871
- #: redirection-strings.php:419
872
  msgid "(select IP logging level)"
873
  msgstr "(select IP logging level)"
874
 
875
- #: redirection-strings.php:333 redirection-strings.php:360
876
- #: redirection-strings.php:371
877
  msgid "Geo Info"
878
  msgstr "Geo Info"
879
 
880
- #: redirection-strings.php:334 redirection-strings.php:372
881
  msgid "Agent Info"
882
  msgstr "Agent Info"
883
 
884
- #: redirection-strings.php:335 redirection-strings.php:373
885
  msgid "Filter by IP"
886
  msgstr "Filter by IP"
887
 
888
- #: redirection-strings.php:329 redirection-strings.php:342
889
  msgid "Referrer / User Agent"
890
  msgstr "Referrer / User Agent"
891
 
@@ -894,7 +919,7 @@ msgid "Geo IP Error"
894
  msgstr "Geo IP Error"
895
 
896
  #: redirection-strings.php:38 redirection-strings.php:57
897
- #: redirection-strings.php:187
898
  msgid "Something went wrong obtaining this information"
899
  msgstr "Something went wrong obtaining this information"
900
 
@@ -935,12 +960,12 @@ msgstr "Powered by {{link}}redirect.li{{/link}}"
935
  msgid "Trash"
936
  msgstr "Trash"
937
 
938
- #: redirection-admin.php:397
939
  msgid "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
940
  msgstr "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
941
 
942
  #. translators: URL
943
- #: redirection-admin.php:297
944
  msgid "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
945
  msgstr "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
946
 
@@ -948,80 +973,80 @@ msgstr "You can find full documentation about using Redirection on the <a href=\
948
  msgid "https://redirection.me/"
949
  msgstr "https://redirection.me/"
950
 
951
- #: redirection-strings.php:464
952
  msgid "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
953
  msgstr "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
954
 
955
- #: redirection-strings.php:465
956
  msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
957
  msgstr "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
958
 
959
- #: redirection-strings.php:467
960
  msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
961
  msgstr "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
962
 
963
- #: redirection-strings.php:394
964
  msgid "Never cache"
965
  msgstr "Never cache"
966
 
967
- #: redirection-strings.php:395
968
  msgid "An hour"
969
  msgstr "An hour"
970
 
971
- #: redirection-strings.php:440
972
  msgid "Redirect Cache"
973
  msgstr "Redirect Cache"
974
 
975
- #: redirection-strings.php:441
976
  msgid "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
977
  msgstr "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
978
 
979
- #: redirection-strings.php:300
980
  msgid "Are you sure you want to import from %s?"
981
  msgstr "Are you sure you want to import from %s?"
982
 
983
- #: redirection-strings.php:301
984
  msgid "Plugin Importers"
985
  msgstr "Plugin Importers"
986
 
987
- #: redirection-strings.php:302
988
  msgid "The following redirect plugins were detected on your site and can be imported from."
989
  msgstr "The following redirect plugins were detected on your site and can be imported from."
990
 
991
- #: redirection-strings.php:285
992
  msgid "total = "
993
  msgstr "total = "
994
 
995
- #: redirection-strings.php:286
996
  msgid "Import from %s"
997
  msgstr "Import from %s"
998
 
999
  #. translators: 1: Expected WordPress version, 2: Actual WordPress version
1000
- #: redirection-admin.php:380
1001
  msgid "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1002
  msgstr "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1003
 
1004
- #: models/importer.php:151
1005
  msgid "Default WordPress \"old slugs\""
1006
  msgstr "Default WordPress \"old slugs\""
1007
 
1008
- #: redirection-strings.php:411
1009
  msgid "Create associated redirect (added to end of URL)"
1010
  msgstr "Create associated redirect (added to end of URL)"
1011
 
1012
- #: redirection-admin.php:400
1013
  msgid "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1014
  msgstr "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1015
 
1016
- #: redirection-strings.php:484
1017
  msgid "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1018
  msgstr "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1019
 
1020
- #: redirection-strings.php:485
1021
  msgid "⚡️ Magic fix ⚡️"
1022
  msgstr "⚡️ Magic fix ⚡️"
1023
 
1024
- #: redirection-strings.php:488
1025
  msgid "Plugin Status"
1026
  msgstr "Plugin Status"
1027
 
@@ -1041,31 +1066,31 @@ msgstr "Feed Readers"
1041
  msgid "Libraries"
1042
  msgstr "Libraries"
1043
 
1044
- #: redirection-strings.php:408
1045
  msgid "URL Monitor Changes"
1046
  msgstr "URL Monitor Changes"
1047
 
1048
- #: redirection-strings.php:409
1049
  msgid "Save changes to this group"
1050
  msgstr "Save changes to this group"
1051
 
1052
- #: redirection-strings.php:410
1053
  msgid "For example \"/amp\""
1054
  msgstr "For example \"/amp\""
1055
 
1056
- #: redirection-strings.php:421
1057
  msgid "URL Monitor"
1058
  msgstr "URL Monitor"
1059
 
1060
- #: redirection-strings.php:367
1061
  msgid "Delete 404s"
1062
  msgstr "Delete 404s"
1063
 
1064
- #: redirection-strings.php:319
1065
  msgid "Delete all from IP %s"
1066
  msgstr "Delete all from IP %s"
1067
 
1068
- #: redirection-strings.php:320
1069
  msgid "Delete all matching \"%s\""
1070
  msgstr "Delete all matching \"%s\""
1071
 
@@ -1073,15 +1098,15 @@ msgstr "Delete all matching \"%s\""
1073
  msgid "Your server has rejected the request for being too big. You will need to change it to continue."
1074
  msgstr "Your server has rejected the request for being too big. You will need to change it to continue."
1075
 
1076
- #: redirection-admin.php:395
1077
  msgid "Also check if your browser is able to load <code>redirection.js</code>:"
1078
  msgstr "Also check if your browser is able to load <code>redirection.js</code>:"
1079
 
1080
- #: redirection-admin.php:394 redirection-strings.php:281
1081
  msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1082
  msgstr "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1083
 
1084
- #: redirection-admin.php:383
1085
  msgid "Unable to load Redirection"
1086
  msgstr "Unable to load Redirection"
1087
 
@@ -1137,11 +1162,11 @@ msgstr "The following tables are missing:"
1137
  msgid "All tables present"
1138
  msgstr "All tables present"
1139
 
1140
- #: redirection-strings.php:275
1141
  msgid "Cached Redirection detected"
1142
  msgstr "Cached Redirection detected"
1143
 
1144
- #: redirection-strings.php:276
1145
  msgid "Please clear your browser cache and reload this page."
1146
  msgstr "Please clear your browser cache and reload this page."
1147
 
@@ -1161,27 +1186,27 @@ msgstr "Your server returned a 403 Forbidden error which may indicate the reques
1161
  msgid "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1162
  msgstr "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1163
 
1164
- #: redirection-admin.php:399
1165
  msgid "If you think Redirection is at fault then create an issue."
1166
  msgstr "If you think Redirection is at fault then create an issue."
1167
 
1168
- #: redirection-admin.php:393
1169
  msgid "This may be caused by another plugin - look at your browser's error console for more details."
1170
  msgstr "This may be caused by another plugin - look at your browser's error console for more details."
1171
 
1172
- #: redirection-admin.php:415
1173
  msgid "Loading, please wait..."
1174
  msgstr "Loading, please wait..."
1175
 
1176
- #: redirection-strings.php:305
1177
  msgid "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1178
  msgstr "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1179
 
1180
- #: redirection-strings.php:280
1181
  msgid "Redirection is not working. Try clearing your browser cache and reloading this page."
1182
  msgstr "Redirection is not working. Try clearing your browser cache and reloading this page."
1183
 
1184
- #: redirection-strings.php:282
1185
  msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1186
  msgstr "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1187
 
@@ -1189,7 +1214,7 @@ msgstr "If that doesn't help, open your browser's error console and create a {{l
1189
  msgid "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1190
  msgstr "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1191
 
1192
- #: redirection-admin.php:403 redirection-strings.php:33
1193
  msgid "Create Issue"
1194
  msgstr "Create Issue"
1195
 
@@ -1201,15 +1226,15 @@ msgstr "Email"
1201
  msgid "Important details"
1202
  msgstr "Important details"
1203
 
1204
- #: redirection-strings.php:463
1205
  msgid "Need help?"
1206
  msgstr "Need help?"
1207
 
1208
- #: redirection-strings.php:466
1209
  msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1210
  msgstr "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1211
 
1212
- #: redirection-strings.php:447
1213
  msgid "Pos"
1214
  msgstr "Pos"
1215
 
@@ -1221,165 +1246,161 @@ msgstr "410 - Gone"
1221
  msgid "Position"
1222
  msgstr "Position"
1223
 
1224
- #: redirection-strings.php:434
1225
  msgid "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1226
  msgstr "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1227
 
1228
- #: redirection-strings.php:435
1229
  msgid "Apache Module"
1230
  msgstr "Apache Module"
1231
 
1232
- #: redirection-strings.php:436
1233
  msgid "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1234
  msgstr "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1235
 
1236
- #: redirection-strings.php:287
1237
  msgid "Import to group"
1238
  msgstr "Import to group"
1239
 
1240
- #: redirection-strings.php:288
1241
  msgid "Import a CSV, .htaccess, or JSON file."
1242
  msgstr "Import a CSV, .htaccess, or JSON file."
1243
 
1244
- #: redirection-strings.php:289
1245
  msgid "Click 'Add File' or drag and drop here."
1246
  msgstr "Click 'Add File' or drag and drop here."
1247
 
1248
- #: redirection-strings.php:290
1249
  msgid "Add File"
1250
  msgstr "Add File"
1251
 
1252
- #: redirection-strings.php:291
1253
  msgid "File selected"
1254
  msgstr "File selected"
1255
 
1256
- #: redirection-strings.php:294
1257
  msgid "Importing"
1258
  msgstr "Importing"
1259
 
1260
- #: redirection-strings.php:295
1261
  msgid "Finished importing"
1262
  msgstr "Finished importing"
1263
 
1264
- #: redirection-strings.php:296
1265
  msgid "Total redirects imported:"
1266
  msgstr "Total redirects imported:"
1267
 
1268
- #: redirection-strings.php:297
1269
  msgid "Double-check the file is the correct format!"
1270
  msgstr "Double-check the file is the correct format!"
1271
 
1272
- #: redirection-strings.php:298
1273
  msgid "OK"
1274
  msgstr "OK"
1275
 
1276
- #: redirection-strings.php:119 redirection-strings.php:299
1277
  msgid "Close"
1278
  msgstr "Close"
1279
 
1280
- #: redirection-strings.php:304
1281
  msgid "All imports will be appended to the current database."
1282
  msgstr "All imports will be appended to the current database."
1283
 
1284
- #: redirection-strings.php:306 redirection-strings.php:326
1285
  msgid "Export"
1286
  msgstr "Export"
1287
 
1288
- #: redirection-strings.php:307
1289
  msgid "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1290
  msgstr "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1291
 
1292
- #: redirection-strings.php:308
1293
  msgid "Everything"
1294
  msgstr "Everything"
1295
 
1296
- #: redirection-strings.php:309
1297
  msgid "WordPress redirects"
1298
  msgstr "WordPress redirects"
1299
 
1300
- #: redirection-strings.php:310
1301
  msgid "Apache redirects"
1302
  msgstr "Apache redirects"
1303
 
1304
- #: redirection-strings.php:311
1305
  msgid "Nginx redirects"
1306
  msgstr "Nginx redirects"
1307
 
1308
- #: redirection-strings.php:312
1309
  msgid "CSV"
1310
  msgstr "CSV"
1311
 
1312
- #: redirection-strings.php:313
1313
  msgid "Apache .htaccess"
1314
  msgstr "Apache .htaccess"
1315
 
1316
- #: redirection-strings.php:314
1317
  msgid "Nginx rewrite rules"
1318
  msgstr "Nginx rewrite rules"
1319
 
1320
- #: redirection-strings.php:315
1321
  msgid "Redirection JSON"
1322
  msgstr "Redirection JSON"
1323
 
1324
- #: redirection-strings.php:316
1325
  msgid "View"
1326
  msgstr "View"
1327
 
1328
- #: redirection-strings.php:318
1329
- msgid "Log files can be exported from the log pages."
1330
- msgstr "Log files can be exported from the log pages."
1331
-
1332
- #: redirection-strings.php:63 redirection-strings.php:270
1333
  msgid "Import/Export"
1334
  msgstr "Import/Export"
1335
 
1336
- #: redirection-strings.php:271
1337
  msgid "Logs"
1338
  msgstr "Logs"
1339
 
1340
- #: redirection-strings.php:272
1341
  msgid "404 errors"
1342
  msgstr "404 errors"
1343
 
1344
- #: redirection-strings.php:283
1345
  msgid "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1346
  msgstr "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1347
 
1348
- #: redirection-strings.php:383
1349
  msgid "I'd like to support some more."
1350
  msgstr "I'd like to support some more."
1351
 
1352
- #: redirection-strings.php:386
1353
  msgid "Support 💰"
1354
  msgstr "Support 💰"
1355
 
1356
- #: redirection-strings.php:489
1357
  msgid "Redirection saved"
1358
  msgstr "Redirection saved"
1359
 
1360
- #: redirection-strings.php:490
1361
  msgid "Log deleted"
1362
  msgstr "Log deleted"
1363
 
1364
- #: redirection-strings.php:491
1365
  msgid "Settings saved"
1366
  msgstr "Settings saved"
1367
 
1368
- #: redirection-strings.php:492
1369
  msgid "Group saved"
1370
  msgstr "Group saved"
1371
 
1372
- #: redirection-strings.php:242
1373
  msgid "Are you sure you want to delete this item?"
1374
  msgid_plural "Are you sure you want to delete these items?"
1375
  msgstr[0] "Are you sure you want to delete this item?"
1376
  msgstr[1] "Are you sure you want to delete these items?"
1377
 
1378
- #: redirection-strings.php:462
1379
  msgid "pass"
1380
  msgstr "pass"
1381
 
1382
- #: redirection-strings.php:454
1383
  msgid "All groups"
1384
  msgstr "All groups"
1385
 
@@ -1439,15 +1460,15 @@ msgstr "Saving..."
1439
  msgid "View notice"
1440
  msgstr "View notice"
1441
 
1442
- #: models/redirect-sanitizer.php:170
1443
  msgid "Invalid source URL"
1444
  msgstr "Invalid source URL"
1445
 
1446
- #: models/redirect-sanitizer.php:99
1447
  msgid "Invalid redirect action"
1448
  msgstr "Invalid redirect action"
1449
 
1450
- #: models/redirect-sanitizer.php:93
1451
  msgid "Invalid redirect matcher"
1452
  msgstr "Invalid redirect matcher"
1453
 
@@ -1455,7 +1476,7 @@ msgstr "Invalid redirect matcher"
1455
  msgid "Unable to add new redirect"
1456
  msgstr "Unable to add new redirect"
1457
 
1458
- #: redirection-strings.php:23 redirection-strings.php:279
1459
  msgid "Something went wrong 🙁"
1460
  msgstr "Something went wrong 🙁"
1461
 
@@ -1464,133 +1485,133 @@ msgid "I was trying to do a thing and it went wrong. It may be a temporary issue
1464
  msgstr "I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"
1465
 
1466
  #. translators: maximum number of log entries
1467
- #: redirection-admin.php:182
1468
  msgid "Log entries (%d max)"
1469
  msgstr "Log entries (%d max)"
1470
 
1471
- #: redirection-strings.php:184
1472
  msgid "Search by IP"
1473
  msgstr "Search by IP"
1474
 
1475
- #: redirection-strings.php:179
1476
  msgid "Select bulk action"
1477
  msgstr "Select bulk action"
1478
 
1479
- #: redirection-strings.php:180
1480
  msgid "Bulk Actions"
1481
  msgstr "Bulk Actions"
1482
 
1483
- #: redirection-strings.php:181
1484
  msgid "Apply"
1485
  msgstr "Apply"
1486
 
1487
- #: redirection-strings.php:172
1488
  msgid "First page"
1489
  msgstr "First page"
1490
 
1491
- #: redirection-strings.php:173
1492
  msgid "Prev page"
1493
  msgstr "Prev page"
1494
 
1495
- #: redirection-strings.php:174
1496
  msgid "Current Page"
1497
  msgstr "Current Page"
1498
 
1499
- #: redirection-strings.php:175
1500
  msgid "of %(page)s"
1501
  msgstr "of %(page)s"
1502
 
1503
- #: redirection-strings.php:176
1504
  msgid "Next page"
1505
  msgstr "Next page"
1506
 
1507
- #: redirection-strings.php:177
1508
  msgid "Last page"
1509
  msgstr "Last page"
1510
 
1511
- #: redirection-strings.php:178
1512
  msgid "%s item"
1513
  msgid_plural "%s items"
1514
  msgstr[0] "%s item"
1515
  msgstr[1] "%s items"
1516
 
1517
- #: redirection-strings.php:171
1518
  msgid "Select All"
1519
  msgstr "Select All"
1520
 
1521
- #: redirection-strings.php:183
1522
  msgid "Sorry, something went wrong loading the data - please try again"
1523
  msgstr "Sorry, something went wrong loading the data - please try again"
1524
 
1525
- #: redirection-strings.php:182
1526
  msgid "No results"
1527
  msgstr "No results"
1528
 
1529
- #: redirection-strings.php:322
1530
  msgid "Delete the logs - are you sure?"
1531
  msgstr "Delete the logs - are you sure?"
1532
 
1533
- #: redirection-strings.php:323
1534
  msgid "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1535
  msgstr "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1536
 
1537
- #: redirection-strings.php:324
1538
  msgid "Yes! Delete the logs"
1539
  msgstr "Yes! Delete the logs"
1540
 
1541
- #: redirection-strings.php:325
1542
  msgid "No! Don't delete the logs"
1543
  msgstr "No! Don't delete the logs"
1544
 
1545
- #: redirection-strings.php:479
1546
  msgid "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1547
  msgstr "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1548
 
1549
- #: redirection-strings.php:478 redirection-strings.php:480
1550
  msgid "Newsletter"
1551
  msgstr "Newsletter"
1552
 
1553
- #: redirection-strings.php:481
1554
  msgid "Want to keep up to date with changes to Redirection?"
1555
  msgstr "Want to keep up to date with changes to Redirection?"
1556
 
1557
- #: redirection-strings.php:482
1558
  msgid "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1559
  msgstr "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1560
 
1561
- #: redirection-strings.php:483
1562
  msgid "Your email address:"
1563
  msgstr "Your email address:"
1564
 
1565
- #: redirection-strings.php:382
1566
  msgid "You've supported this plugin - thank you!"
1567
  msgstr "You've supported this plugin - thank you!"
1568
 
1569
- #: redirection-strings.php:385
1570
  msgid "You get useful software and I get to carry on making it better."
1571
  msgstr "You get useful software and I get to carry on making it better."
1572
 
1573
- #: redirection-strings.php:393 redirection-strings.php:398
1574
  msgid "Forever"
1575
  msgstr "Forever"
1576
 
1577
- #: redirection-strings.php:374
1578
  msgid "Delete the plugin - are you sure?"
1579
  msgstr "Delete the plugin - are you sure?"
1580
 
1581
- #: redirection-strings.php:375
1582
  msgid "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1583
  msgstr "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1584
 
1585
- #: redirection-strings.php:376
1586
  msgid "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1587
  msgstr "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1588
 
1589
- #: redirection-strings.php:377
1590
  msgid "Yes! Delete the plugin"
1591
  msgstr "Yes! Delete the plugin"
1592
 
1593
- #: redirection-strings.php:378
1594
  msgid "No! Don't delete the plugin"
1595
  msgstr "No! Don't delete the plugin"
1596
 
@@ -1602,15 +1623,15 @@ msgstr "John Godley"
1602
  msgid "Manage all your 301 redirects and monitor 404 errors"
1603
  msgstr "Manage all your 301 redirects and monitor 404 errors."
1604
 
1605
- #: redirection-strings.php:384
1606
  msgid "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1607
  msgstr "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1608
 
1609
- #: redirection-admin.php:298
1610
  msgid "Redirection Support"
1611
  msgstr "Redirection Support"
1612
 
1613
- #: redirection-strings.php:65 redirection-strings.php:274
1614
  msgid "Support"
1615
  msgstr "Support"
1616
 
@@ -1622,109 +1643,109 @@ msgstr "404s"
1622
  msgid "Log"
1623
  msgstr "Log"
1624
 
1625
- #: redirection-strings.php:380
1626
  msgid "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1627
  msgstr "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1628
 
1629
- #: redirection-strings.php:379
1630
  msgid "Delete Redirection"
1631
  msgstr "Delete Redirection"
1632
 
1633
- #: redirection-strings.php:292
1634
  msgid "Upload"
1635
  msgstr "Upload"
1636
 
1637
- #: redirection-strings.php:303
1638
  msgid "Import"
1639
  msgstr "Import"
1640
 
1641
- #: redirection-strings.php:444
1642
  msgid "Update"
1643
  msgstr "Update"
1644
 
1645
- #: redirection-strings.php:433
1646
  msgid "Auto-generate URL"
1647
  msgstr "Auto-generate URL"
1648
 
1649
- #: redirection-strings.php:423
1650
  msgid "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1651
  msgstr "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1652
 
1653
- #: redirection-strings.php:422
1654
  msgid "RSS Token"
1655
  msgstr "RSS Token"
1656
 
1657
- #: redirection-strings.php:416
1658
  msgid "404 Logs"
1659
  msgstr "404 Logs"
1660
 
1661
- #: redirection-strings.php:415 redirection-strings.php:417
1662
  msgid "(time to keep logs for)"
1663
  msgstr "(time to keep logs for)"
1664
 
1665
- #: redirection-strings.php:414
1666
  msgid "Redirect Logs"
1667
  msgstr "Redirect Logs"
1668
 
1669
- #: redirection-strings.php:413
1670
  msgid "I'm a nice person and I have helped support the author of this plugin"
1671
  msgstr "I'm a nice person and I have helped support the author of this plugin."
1672
 
1673
- #: redirection-strings.php:387
1674
  msgid "Plugin Support"
1675
  msgstr "Plugin Support"
1676
 
1677
- #: redirection-strings.php:64 redirection-strings.php:273
1678
  msgid "Options"
1679
  msgstr "Options"
1680
 
1681
- #: redirection-strings.php:392
1682
  msgid "Two months"
1683
  msgstr "Two months"
1684
 
1685
- #: redirection-strings.php:391
1686
  msgid "A month"
1687
  msgstr "A month"
1688
 
1689
- #: redirection-strings.php:390 redirection-strings.php:397
1690
  msgid "A week"
1691
  msgstr "A week"
1692
 
1693
- #: redirection-strings.php:389 redirection-strings.php:396
1694
  msgid "A day"
1695
  msgstr "A day"
1696
 
1697
- #: redirection-strings.php:388
1698
  msgid "No logs"
1699
  msgstr "No logs"
1700
 
1701
- #: redirection-strings.php:321 redirection-strings.php:357
1702
- #: redirection-strings.php:362
1703
  msgid "Delete All"
1704
  msgstr "Delete All"
1705
 
1706
- #: redirection-strings.php:251
1707
  msgid "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1708
  msgstr "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1709
 
1710
- #: redirection-strings.php:250
1711
  msgid "Add Group"
1712
  msgstr "Add Group"
1713
 
1714
- #: redirection-strings.php:185
1715
  msgid "Search"
1716
  msgstr "Search"
1717
 
1718
- #: redirection-strings.php:60 redirection-strings.php:269
1719
  msgid "Groups"
1720
  msgstr "Groups"
1721
 
1722
  #: redirection-strings.php:25 redirection-strings.php:117
1723
- #: redirection-strings.php:260
1724
  msgid "Save"
1725
  msgstr "Save"
1726
 
1727
- #: redirection-strings.php:116 redirection-strings.php:170
1728
  msgid "Group"
1729
  msgstr "Group"
1730
 
@@ -1732,25 +1753,25 @@ msgstr "Group"
1732
  msgid "Match"
1733
  msgstr "Match"
1734
 
1735
- #: redirection-strings.php:455
1736
  msgid "Add new redirection"
1737
  msgstr "Add new redirection"
1738
 
1739
- #: redirection-strings.php:118 redirection-strings.php:261
1740
- #: redirection-strings.php:293
1741
  msgid "Cancel"
1742
  msgstr "Cancel"
1743
 
1744
- #: redirection-strings.php:317
1745
  msgid "Download"
1746
  msgstr "Download"
1747
 
1748
  #. Plugin Name of the plugin
1749
- #: redirection-strings.php:240
1750
  msgid "Redirection"
1751
  msgstr "Redirection"
1752
 
1753
- #: redirection-admin.php:140
1754
  msgid "Settings"
1755
  msgstr "Settings"
1756
 
@@ -1770,103 +1791,103 @@ msgstr "Redirect to random post"
1770
  msgid "Redirect to URL"
1771
  msgstr "Redirect to URL"
1772
 
1773
- #: models/redirect-sanitizer.php:160
1774
  msgid "Invalid group when creating redirect"
1775
  msgstr "Invalid group when creating redirect"
1776
 
1777
- #: redirection-strings.php:142 redirection-strings.php:330
1778
- #: redirection-strings.php:338 redirection-strings.php:343
1779
  msgid "IP"
1780
  msgstr "IP"
1781
 
1782
  #: redirection-strings.php:156 redirection-strings.php:157
1783
- #: redirection-strings.php:200 redirection-strings.php:328
1784
- #: redirection-strings.php:336 redirection-strings.php:341
1785
  msgid "Source URL"
1786
  msgstr "Source URL"
1787
 
1788
- #: redirection-strings.php:327 redirection-strings.php:340
1789
  msgid "Date"
1790
  msgstr "Date"
1791
 
1792
- #: redirection-strings.php:353 redirection-strings.php:366
1793
- #: redirection-strings.php:370 redirection-strings.php:456
1794
  msgid "Add Redirect"
1795
  msgstr "Add Redirect"
1796
 
1797
- #: redirection-strings.php:249
1798
  msgid "All modules"
1799
  msgstr "All modules"
1800
 
1801
- #: redirection-strings.php:255
1802
  msgid "View Redirects"
1803
  msgstr "View Redirects"
1804
 
1805
- #: redirection-strings.php:245 redirection-strings.php:259
1806
  msgid "Module"
1807
  msgstr "Module"
1808
 
1809
- #: redirection-strings.php:59 redirection-strings.php:244
1810
  msgid "Redirects"
1811
  msgstr "Redirects"
1812
 
1813
- #: redirection-strings.php:243 redirection-strings.php:252
1814
- #: redirection-strings.php:258
1815
  msgid "Name"
1816
  msgstr "Name"
1817
 
1818
- #: redirection-strings.php:169
1819
  msgid "Filter"
1820
  msgstr "Filter"
1821
 
1822
- #: redirection-strings.php:453
1823
  msgid "Reset hits"
1824
  msgstr "Reset hits"
1825
 
1826
- #: redirection-strings.php:247 redirection-strings.php:257
1827
- #: redirection-strings.php:451 redirection-strings.php:461
1828
  msgid "Enable"
1829
  msgstr "Enable"
1830
 
1831
- #: redirection-strings.php:248 redirection-strings.php:256
1832
- #: redirection-strings.php:452 redirection-strings.php:459
1833
  msgid "Disable"
1834
  msgstr "Disable"
1835
 
1836
- #: redirection-strings.php:246 redirection-strings.php:254
1837
- #: redirection-strings.php:331 redirection-strings.php:332
1838
- #: redirection-strings.php:344 redirection-strings.php:347
1839
- #: redirection-strings.php:369 redirection-strings.php:381
1840
- #: redirection-strings.php:450 redirection-strings.php:458
1841
  msgid "Delete"
1842
  msgstr "Delete"
1843
 
1844
- #: redirection-strings.php:253 redirection-strings.php:457
1845
  msgid "Edit"
1846
  msgstr "Edit"
1847
 
1848
- #: redirection-strings.php:449
1849
  msgid "Last Access"
1850
  msgstr "Last Access"
1851
 
1852
- #: redirection-strings.php:448
1853
  msgid "Hits"
1854
  msgstr "Hits"
1855
 
1856
- #: redirection-strings.php:446 redirection-strings.php:474
1857
  msgid "URL"
1858
  msgstr "URL"
1859
 
1860
- #: redirection-strings.php:445
1861
  msgid "Type"
1862
  msgstr "Type"
1863
 
1864
- #: database/schema/latest.php:137
1865
  msgid "Modified Posts"
1866
  msgstr "Modified Posts"
1867
 
1868
- #: models/group.php:148 redirection-strings.php:268
1869
- #: database/schema/latest.php:132
1870
  msgid "Redirections"
1871
  msgstr "Redirections"
1872
 
@@ -1874,15 +1895,15 @@ msgstr "Redirections"
1874
  msgid "User Agent"
1875
  msgstr "User Agent"
1876
 
1877
- #: matches/user-agent.php:10 redirection-strings.php:85
1878
  msgid "URL and user agent"
1879
  msgstr "URL and user agent"
1880
 
1881
- #: redirection-strings.php:79 redirection-strings.php:202
1882
  msgid "Target URL"
1883
  msgstr "Target URL"
1884
 
1885
- #: matches/url.php:7 redirection-strings.php:81
1886
  msgid "URL only"
1887
  msgstr "URL only"
1888
 
@@ -1896,7 +1917,7 @@ msgstr "Regex"
1896
  msgid "Referrer"
1897
  msgstr "Referrer"
1898
 
1899
- #: matches/referrer.php:10 redirection-strings.php:84
1900
  msgid "URL and referrer"
1901
  msgstr "URL and referrer"
1902
 
@@ -1908,6 +1929,6 @@ msgstr "Logged Out"
1908
  msgid "Logged In"
1909
  msgstr "Logged In"
1910
 
1911
- #: matches/login.php:8 redirection-strings.php:82
1912
  msgid "URL and login status"
1913
  msgstr "URL and login status"
11
  "Language: en_CA\n"
12
  "Project-Id-Version: Plugins - Redirection - Stable (latest release)\n"
13
 
14
+ #: redirection-strings.php:441
15
+ msgid "Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling."
16
+ msgstr ""
17
+
18
+ #: redirection-strings.php:322
19
+ msgid "Export 404"
20
+ msgstr ""
21
+
22
+ #: redirection-strings.php:321
23
+ msgid "Export redirect"
24
+ msgstr ""
25
+
26
+ #: redirection-strings.php:240
27
+ msgid "You need at least one GET/POST pair for the plugin to work."
28
+ msgstr ""
29
+
30
+ #: redirection-strings.php:170
31
+ msgid "Leave a target blank if you do not wish to redirect otherwise you could create a loop."
32
+ msgstr ""
33
+
34
+ #: redirection-strings.php:167
35
+ msgid "WordPress permalink structures do not work in normal URLs. Please use a regular expression."
36
+ msgstr ""
37
+
38
+ #: models/redirect.php:299
39
+ msgid "Unable to update redirect"
40
+ msgstr ""
41
+
42
  #: redirection.js:33
43
  msgid "blur"
44
  msgstr "blur"
51
  msgid "scroll"
52
  msgstr "scroll"
53
 
54
+ #: redirection-strings.php:435
55
  msgid "Pass - as ignore, but also copies the query parameters to the target"
56
  msgstr "Pass - as ignore, but also copies the query parameters to the target"
57
 
58
+ #: redirection-strings.php:434
59
  msgid "Ignore - as exact, but ignores any query parameters not in your source"
60
  msgstr "Ignore - as exact, but ignores any query parameters not in your source"
61
 
62
+ #: redirection-strings.php:433
63
  msgid "Exact - matches the query parameters exactly defined in your source, in any order"
64
  msgstr "Exact - matches the query parameters exactly defined in your source, in any order"
65
 
66
+ #: redirection-strings.php:431
67
  msgid "Default query matching"
68
  msgstr "Default query matching"
69
 
70
+ #: redirection-strings.php:430
71
  msgid "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
72
  msgstr "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
73
 
74
+ #: redirection-strings.php:429
75
  msgid "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
76
  msgstr "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
77
 
78
+ #: redirection-strings.php:428 redirection-strings.php:432
79
  msgid "Applies to all redirections unless you configure them otherwise."
80
  msgstr "Applies to all redirections unless you configure them otherwise."
81
 
82
+ #: redirection-strings.php:427
83
  msgid "Default URL settings"
84
  msgstr "Default URL settings"
85
 
86
+ #: redirection-strings.php:410
87
  msgid "Ignore and pass all query parameters"
88
  msgstr "Ignore and pass all query parameters"
89
 
90
+ #: redirection-strings.php:409
91
  msgid "Ignore all query parameters"
92
  msgstr "Ignore all query parameters"
93
 
94
+ #: redirection-strings.php:408
95
  msgid "Exact match"
96
  msgstr "Exact match"
97
 
98
+ #: redirection-strings.php:234
99
  msgid "Caching software (e.g Cloudflare)"
100
  msgstr "Caching software (e.g Cloudflare)"
101
 
102
+ #: redirection-strings.php:232
103
  msgid "A security plugin (e.g Wordfence)"
104
  msgstr "A security plugin (e.g Wordfence)"
105
 
135
  msgid "Ignore Slash"
136
  msgstr "Ignore Slash"
137
 
138
+ #: redirection-strings.php:407
139
  msgid "Relative REST API"
140
  msgstr "Relative REST API"
141
 
142
+ #: redirection-strings.php:406
143
  msgid "Raw REST API"
144
  msgstr "Raw REST API"
145
 
146
+ #: redirection-strings.php:405
147
  msgid "Default REST API"
148
  msgstr "Default REST API"
149
 
150
+ #: redirection-strings.php:206
151
  msgid "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
152
  msgstr "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
153
 
154
+ #: redirection-strings.php:205
155
  msgid "(Example) The target URL is the new URL"
156
  msgstr "(Example) The target URL is the new URL"
157
 
158
+ #: redirection-strings.php:203
159
  msgid "(Example) The source URL is your old or original URL"
160
  msgstr "(Example) The source URL is your old or original URL"
161
 
162
+ #. translators: 1: PHP version
163
+ #: redirection.php:38
164
  msgid "Disabled! Detected PHP %s, need PHP 5.4+"
165
  msgstr "Disabled! Detected PHP %s, need PHP 5.4+"
166
 
167
+ #: redirection-strings.php:269
168
  msgid "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
169
  msgstr "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
170
 
171
+ #: redirection-strings.php:265
172
  msgid "A database upgrade is in progress. Please continue to finish."
173
  msgstr "A database upgrade is in progress. Please continue to finish."
174
 
175
  #. translators: 1: URL to plugin page, 2: current version, 3: target version
176
+ #: redirection-admin.php:78
177
  msgid "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
178
  msgstr "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
179
 
180
+ #: redirection-strings.php:266
181
  msgid "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
182
  msgstr "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
183
 
184
+ #: redirection-strings.php:268
185
  msgid "Redirection database needs updating"
186
  msgstr "Redirection database needs updating"
187
 
188
+ #: redirection-strings.php:267
189
  msgid "Update Required"
190
  msgstr "Update Required"
191
 
192
+ #: redirection-strings.php:244
193
  msgid "I need some support!"
194
  msgstr "I need some support!"
195
 
196
+ #: redirection-strings.php:241
197
  msgid "Finish Setup"
198
  msgstr "Finish Setup"
199
 
200
+ #: redirection-strings.php:239
201
  msgid "Checking your REST API"
202
  msgstr "Checking your REST API"
203
 
204
+ #: redirection-strings.php:238
205
  msgid "Retry"
206
  msgstr "Retry"
207
 
208
+ #: redirection-strings.php:237
209
  msgid "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
210
  msgstr "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
211
 
212
+ #: redirection-strings.php:236
213
  msgid "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
214
  msgstr "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
215
 
216
+ #: redirection-strings.php:235
217
  msgid "Some other plugin that blocks the REST API"
218
  msgstr "Some other plugin that blocks the REST API"
219
 
220
+ #: redirection-strings.php:233
221
  msgid "A server firewall or other server configuration (e.g OVH)"
222
  msgstr "A server firewall or other server configuration (e.g OVH)"
223
 
224
+ #: redirection-strings.php:231
225
  msgid "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
226
  msgstr "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
227
 
228
+ #: redirection-strings.php:229 redirection-strings.php:242
229
  msgid "Go back"
230
  msgstr "Go back"
231
 
232
+ #: redirection-strings.php:228
233
  msgid "Continue Setup"
234
  msgstr "Continue Setup"
235
 
236
+ #: redirection-strings.php:226
237
  msgid "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
238
  msgstr "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
239
 
240
+ #: redirection-strings.php:225
241
  msgid "Store IP information for redirects and 404 errors."
242
  msgstr "Store IP information for redirects and 404 errors."
243
 
244
+ #: redirection-strings.php:223
245
  msgid "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
246
  msgstr "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
247
 
248
+ #: redirection-strings.php:222
249
  msgid "Keep a log of all redirects and 404 errors."
250
  msgstr "Keep a log of all redirects and 404 errors."
251
 
252
+ #: redirection-strings.php:221 redirection-strings.php:224
253
+ #: redirection-strings.php:227
254
  msgid "{{link}}Read more about this.{{/link}}"
255
  msgstr "{{link}}Read more about this.{{/link}}"
256
 
257
+ #: redirection-strings.php:220
258
  msgid "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
259
  msgstr "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
260
 
261
+ #: redirection-strings.php:219
262
  msgid "Monitor permalink changes in WordPress posts and pages"
263
  msgstr "Monitor permalink changes in WordPress posts and pages"
264
 
265
+ #: redirection-strings.php:218
266
  msgid "These are some options you may want to enable now. They can be changed at any time."
267
  msgstr "These are some options you may want to enable now. They can be changed at any time."
268
 
269
+ #: redirection-strings.php:217
270
  msgid "Basic Setup"
271
  msgstr "Basic Setup"
272
 
273
+ #: redirection-strings.php:216
274
  msgid "Start Setup"
275
  msgstr "Start Setup"
276
 
277
+ #: redirection-strings.php:215
278
  msgid "When ready please press the button to continue."
279
  msgstr "When ready please press the button to continue."
280
 
281
+ #: redirection-strings.php:214
282
  msgid "First you will be asked a few questions, and then Redirection will set up your database."
283
  msgstr "First you will be asked a few questions, and then Redirection will set up your database."
284
 
285
+ #: redirection-strings.php:213
286
  msgid "What's next?"
287
  msgstr "What's next?"
288
 
289
+ #: redirection-strings.php:212
290
  msgid "Check a URL is being redirected"
291
  msgstr "Check a URL is being redirected"
292
 
293
+ #: redirection-strings.php:211
294
  msgid "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
295
  msgstr "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
296
 
297
+ #: redirection-strings.php:210
298
  msgid "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
299
  msgstr "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
300
 
301
+ #: redirection-strings.php:209
302
  msgid "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
303
  msgstr "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
304
 
305
+ #: redirection-strings.php:208
306
  msgid "Some features you may find useful are"
307
  msgstr "Some features you may find useful are"
308
 
309
+ #: redirection-strings.php:207
310
  msgid "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
311
  msgstr "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
312
 
313
+ #: redirection-strings.php:201
314
  msgid "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
315
  msgstr "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
316
 
317
+ #: redirection-strings.php:200
318
  msgid "How do I use this plugin?"
319
  msgstr "How do I use this plugin?"
320
 
321
+ #: redirection-strings.php:199
322
  msgid "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
323
  msgstr "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
324
 
325
+ #: redirection-strings.php:198
326
  msgid "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
327
  msgstr "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
328
 
329
+ #: redirection-strings.php:197
330
  msgid "Welcome to Redirection 🚀🎉"
331
  msgstr "Welcome to Redirection 🚀🎉"
332
 
333
+ #: redirection-strings.php:169
334
  msgid "This will redirect everything, including the login pages. Please be sure you want to do this."
335
  msgstr "This will redirect everything, including the login pages. Please be sure you want to do this."
336
 
337
+ #: redirection-strings.php:168
338
  msgid "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
339
  msgstr "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
340
 
402
  msgid "Database problem"
403
  msgstr "Database problem"
404
 
405
+ #: redirection-admin.php:428
406
  msgid "Please enable JavaScript"
407
  msgstr "Please enable JavaScript"
408
 
409
+ #: redirection-admin.php:147
410
  msgid "Please upgrade your database"
411
  msgstr "Please upgrade your database"
412
 
413
+ #: redirection-admin.php:138 redirection-strings.php:270
414
  msgid "Upgrade Database"
415
  msgstr "Upgrade Database"
416
 
417
  #. translators: 1: URL to plugin page
418
+ #: redirection-admin.php:75
419
  msgid "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
420
  msgstr "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
421
 
430
  msgstr "Failed to perform query \"%s\""
431
 
432
  #. translators: 1: table name
433
+ #: database/schema/latest.php:102
434
  msgid "Table \"%s\" is missing"
435
  msgstr "Table \"%s\" is missing"
436
 
499
  msgid "Target URL when matched (empty to ignore)"
500
  msgstr "Target URL when matched (empty to ignore)"
501
 
502
+ #: redirection-strings.php:362 redirection-strings.php:367
503
  msgid "Show All"
504
  msgstr "Show All"
505
 
506
+ #: redirection-strings.php:359
507
  msgid "Delete all logs for these entries"
508
  msgstr "Delete all logs for these entries"
509
 
510
+ #: redirection-strings.php:358 redirection-strings.php:371
511
  msgid "Delete all logs for this entry"
512
  msgstr "Delete all logs for this entry"
513
 
514
+ #: redirection-strings.php:357
515
  msgid "Delete Log Entries"
516
  msgstr "Delete Log Entries"
517
 
518
+ #: redirection-strings.php:355
519
  msgid "Group by IP"
520
  msgstr "Group by IP"
521
 
522
+ #: redirection-strings.php:354
523
  msgid "Group by URL"
524
  msgstr "Group by URL"
525
 
526
+ #: redirection-strings.php:353
527
  msgid "No grouping"
528
  msgstr "No grouping"
529
 
530
+ #: redirection-strings.php:352 redirection-strings.php:368
531
  msgid "Ignore URL"
532
  msgstr "Ignore URL"
533
 
534
+ #: redirection-strings.php:349 redirection-strings.php:364
535
  msgid "Block IP"
536
  msgstr "Block IP"
537
 
538
+ #: redirection-strings.php:348 redirection-strings.php:351
539
+ #: redirection-strings.php:361 redirection-strings.php:366
540
  msgid "Redirect All"
541
  msgstr "Redirect All"
542
 
543
+ #: redirection-strings.php:340 redirection-strings.php:342
544
  msgid "Count"
545
  msgstr "Count"
546
 
547
+ #: redirection-strings.php:91 matches/page.php:9
548
  msgid "URL and WordPress page type"
549
  msgstr "URL and WordPress page type"
550
 
551
+ #: redirection-strings.php:87 matches/ip.php:9
552
  msgid "URL and IP"
553
  msgstr "URL and IP"
554
 
555
+ #: redirection-strings.php:490
556
  msgid "Problem"
557
  msgstr "Problem"
558
 
559
+ #: redirection-strings.php:489
560
  msgid "Good"
561
  msgstr "Good"
562
 
563
+ #: redirection-strings.php:479
564
  msgid "Check"
565
  msgstr "Check"
566
 
567
+ #: redirection-strings.php:463
568
  msgid "Check Redirect"
569
  msgstr "Check Redirect"
570
 
600
  msgid "Error"
601
  msgstr "Error"
602
 
603
+ #: redirection-strings.php:478
604
  msgid "Enter full URL, including http:// or https://"
605
  msgstr "Enter full URL, including http:// or https://"
606
 
607
+ #: redirection-strings.php:476
608
  msgid "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
609
  msgstr "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
610
 
611
+ #: redirection-strings.php:475
612
  msgid "Redirect Tester"
613
  msgstr "Redirect Tester"
614
 
615
+ #: redirection-strings.php:474
616
  msgid "Target"
617
  msgstr "Target"
618
 
619
+ #: redirection-strings.php:473
620
  msgid "URL is not being redirected with Redirection"
621
  msgstr "URL is not being redirected with Redirection"
622
 
623
+ #: redirection-strings.php:472
624
  msgid "URL is being redirected with Redirection"
625
  msgstr "URL is being redirected with Redirection"
626
 
627
+ #: redirection-strings.php:471 redirection-strings.php:480
628
  msgid "Unable to load details"
629
  msgstr "Unable to load details"
630
 
660
  msgid "The target URL you want to redirect to if matched"
661
  msgstr "The target URL you want to redirect to if matched"
662
 
663
+ #: redirection-strings.php:442
664
  msgid "(beta)"
665
  msgstr "(beta)"
666
 
667
+ #: redirection-strings.php:440
 
 
 
 
668
  msgid "Force HTTPS"
669
  msgstr "Force HTTPS"
670
 
671
+ #: redirection-strings.php:423
672
  msgid "GDPR / Privacy information"
673
  msgstr "GDPR / Privacy information"
674
 
675
+ #: redirection-strings.php:287
676
  msgid "Add New"
677
  msgstr "Add New"
678
 
680
  msgid "Please logout and login again."
681
  msgstr "Please logout and login again."
682
 
683
+ #: redirection-strings.php:83 matches/user-role.php:9
684
  msgid "URL and role/capability"
685
  msgstr "URL and role/capability"
686
 
687
+ #: redirection-strings.php:88 matches/server.php:9
688
  msgid "URL and server"
689
  msgstr "URL and server"
690
 
740
  msgid "Cookie"
741
  msgstr "Cookie"
742
 
743
+ #: redirection-strings.php:281
744
  msgid "clearing your cache."
745
  msgstr "clearing your cache."
746
 
747
+ #: redirection-strings.php:280
748
  msgid "If you are using a caching system such as Cloudflare then please read this: "
749
  msgstr "If you are using a caching system such as Cloudflare then please read this: "
750
 
751
+ #: redirection-strings.php:89 matches/http-header.php:11
752
  msgid "URL and HTTP header"
753
  msgstr "URL and HTTP header"
754
 
755
+ #: redirection-strings.php:90 matches/custom-filter.php:9
756
  msgid "URL and custom filter"
757
  msgstr "URL and custom filter"
758
 
759
+ #: redirection-strings.php:86 matches/cookie.php:7
760
  msgid "URL and cookie"
761
  msgstr "URL and cookie"
762
 
763
+ #: redirection-strings.php:496
764
  msgid "404 deleted"
765
  msgstr "404 deleted"
766
 
767
+ #: redirection-strings.php:230 redirection-strings.php:445
768
  msgid "REST API"
769
  msgstr "REST API"
770
 
771
+ #: redirection-strings.php:446
772
  msgid "How Redirection uses the REST API - don't change unless necessary"
773
  msgstr "How Redirection uses the REST API - don't change unless necessary"
774
 
800
  msgid "None of the suggestions helped"
801
  msgstr "None of the suggestions helped"
802
 
803
+ #: redirection-admin.php:407
804
  msgid "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
805
  msgstr "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
806
 
807
+ #: redirection-admin.php:401
808
  msgid "Unable to load Redirection ☹️"
809
  msgstr "Unable to load Redirection ☹️"
810
 
841
  msgid "https://johngodley.com"
842
  msgstr "https://johngodley.com"
843
 
844
+ #: redirection-strings.php:188
845
  msgid "Useragent Error"
846
  msgstr "Useragent Error"
847
 
848
+ #: redirection-strings.php:190
849
  msgid "Unknown Useragent"
850
  msgstr "Unknown Useragent"
851
 
852
+ #: redirection-strings.php:191
853
  msgid "Device"
854
  msgstr "Device"
855
 
856
+ #: redirection-strings.php:192
857
  msgid "Operating System"
858
  msgstr "Operating System"
859
 
860
+ #: redirection-strings.php:193
861
  msgid "Browser"
862
  msgstr "Browser"
863
 
864
+ #: redirection-strings.php:194
865
  msgid "Engine"
866
  msgstr "Engine"
867
 
868
+ #: redirection-strings.php:195
869
  msgid "Useragent"
870
  msgstr "Useragent"
871
 
872
+ #: redirection-strings.php:52 redirection-strings.php:196
873
  msgid "Agent"
874
  msgstr "Agent"
875
 
876
+ #: redirection-strings.php:402
877
  msgid "No IP logging"
878
  msgstr "No IP logging"
879
 
880
+ #: redirection-strings.php:403
881
  msgid "Full IP logging"
882
  msgstr "Full IP logging"
883
 
884
+ #: redirection-strings.php:404
885
  msgid "Anonymize IP (mask last part)"
886
  msgstr "Anonymize IP (mask last part)"
887
 
888
+ #: redirection-strings.php:415
889
  msgid "Monitor changes to %(type)s"
890
  msgstr "Monitor changes to %(type)s"
891
 
892
+ #: redirection-strings.php:421
893
  msgid "IP Logging"
894
  msgstr "IP Logging"
895
 
896
+ #: redirection-strings.php:422
897
  msgid "(select IP logging level)"
898
  msgstr "(select IP logging level)"
899
 
900
+ #: redirection-strings.php:336 redirection-strings.php:363
901
+ #: redirection-strings.php:374
902
  msgid "Geo Info"
903
  msgstr "Geo Info"
904
 
905
+ #: redirection-strings.php:337 redirection-strings.php:375
906
  msgid "Agent Info"
907
  msgstr "Agent Info"
908
 
909
+ #: redirection-strings.php:338 redirection-strings.php:376
910
  msgid "Filter by IP"
911
  msgstr "Filter by IP"
912
 
913
+ #: redirection-strings.php:332 redirection-strings.php:345
914
  msgid "Referrer / User Agent"
915
  msgstr "Referrer / User Agent"
916
 
919
  msgstr "Geo IP Error"
920
 
921
  #: redirection-strings.php:38 redirection-strings.php:57
922
+ #: redirection-strings.php:189
923
  msgid "Something went wrong obtaining this information"
924
  msgstr "Something went wrong obtaining this information"
925
 
960
  msgid "Trash"
961
  msgstr "Trash"
962
 
963
+ #: redirection-admin.php:406
964
  msgid "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
965
  msgstr "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
966
 
967
  #. translators: URL
968
+ #: redirection-admin.php:298
969
  msgid "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
970
  msgstr "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
971
 
973
  msgid "https://redirection.me/"
974
  msgstr "https://redirection.me/"
975
 
976
+ #: redirection-strings.php:467
977
  msgid "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
978
  msgstr "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
979
 
980
+ #: redirection-strings.php:468
981
  msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
982
  msgstr "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
983
 
984
+ #: redirection-strings.php:470
985
  msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
986
  msgstr "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
987
 
988
+ #: redirection-strings.php:397
989
  msgid "Never cache"
990
  msgstr "Never cache"
991
 
992
+ #: redirection-strings.php:398
993
  msgid "An hour"
994
  msgstr "An hour"
995
 
996
+ #: redirection-strings.php:443
997
  msgid "Redirect Cache"
998
  msgstr "Redirect Cache"
999
 
1000
+ #: redirection-strings.php:444
1001
  msgid "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
1002
  msgstr "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
1003
 
1004
+ #: redirection-strings.php:303
1005
  msgid "Are you sure you want to import from %s?"
1006
  msgstr "Are you sure you want to import from %s?"
1007
 
1008
+ #: redirection-strings.php:304
1009
  msgid "Plugin Importers"
1010
  msgstr "Plugin Importers"
1011
 
1012
+ #: redirection-strings.php:305
1013
  msgid "The following redirect plugins were detected on your site and can be imported from."
1014
  msgstr "The following redirect plugins were detected on your site and can be imported from."
1015
 
1016
+ #: redirection-strings.php:288
1017
  msgid "total = "
1018
  msgstr "total = "
1019
 
1020
+ #: redirection-strings.php:289
1021
  msgid "Import from %s"
1022
  msgstr "Import from %s"
1023
 
1024
  #. translators: 1: Expected WordPress version, 2: Actual WordPress version
1025
+ #: redirection-admin.php:389
1026
  msgid "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1027
  msgstr "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1028
 
1029
+ #: models/importer.php:217
1030
  msgid "Default WordPress \"old slugs\""
1031
  msgstr "Default WordPress \"old slugs\""
1032
 
1033
+ #: redirection-strings.php:414
1034
  msgid "Create associated redirect (added to end of URL)"
1035
  msgstr "Create associated redirect (added to end of URL)"
1036
 
1037
+ #: redirection-admin.php:409
1038
  msgid "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1039
  msgstr "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1040
 
1041
+ #: redirection-strings.php:487
1042
  msgid "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1043
  msgstr "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1044
 
1045
+ #: redirection-strings.php:488
1046
  msgid "⚡️ Magic fix ⚡️"
1047
  msgstr "⚡️ Magic fix ⚡️"
1048
 
1049
+ #: redirection-strings.php:491
1050
  msgid "Plugin Status"
1051
  msgstr "Plugin Status"
1052
 
1066
  msgid "Libraries"
1067
  msgstr "Libraries"
1068
 
1069
+ #: redirection-strings.php:411
1070
  msgid "URL Monitor Changes"
1071
  msgstr "URL Monitor Changes"
1072
 
1073
+ #: redirection-strings.php:412
1074
  msgid "Save changes to this group"
1075
  msgstr "Save changes to this group"
1076
 
1077
+ #: redirection-strings.php:413
1078
  msgid "For example \"/amp\""
1079
  msgstr "For example \"/amp\""
1080
 
1081
+ #: redirection-strings.php:424
1082
  msgid "URL Monitor"
1083
  msgstr "URL Monitor"
1084
 
1085
+ #: redirection-strings.php:370
1086
  msgid "Delete 404s"
1087
  msgstr "Delete 404s"
1088
 
1089
+ #: redirection-strings.php:323
1090
  msgid "Delete all from IP %s"
1091
  msgstr "Delete all from IP %s"
1092
 
1093
+ #: redirection-strings.php:324
1094
  msgid "Delete all matching \"%s\""
1095
  msgstr "Delete all matching \"%s\""
1096
 
1098
  msgid "Your server has rejected the request for being too big. You will need to change it to continue."
1099
  msgstr "Your server has rejected the request for being too big. You will need to change it to continue."
1100
 
1101
+ #: redirection-admin.php:404
1102
  msgid "Also check if your browser is able to load <code>redirection.js</code>:"
1103
  msgstr "Also check if your browser is able to load <code>redirection.js</code>:"
1104
 
1105
+ #: redirection-admin.php:403 redirection-strings.php:284
1106
  msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1107
  msgstr "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1108
 
1109
+ #: redirection-admin.php:392
1110
  msgid "Unable to load Redirection"
1111
  msgstr "Unable to load Redirection"
1112
 
1162
  msgid "All tables present"
1163
  msgstr "All tables present"
1164
 
1165
+ #: redirection-strings.php:278
1166
  msgid "Cached Redirection detected"
1167
  msgstr "Cached Redirection detected"
1168
 
1169
+ #: redirection-strings.php:279
1170
  msgid "Please clear your browser cache and reload this page."
1171
  msgstr "Please clear your browser cache and reload this page."
1172
 
1186
  msgid "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1187
  msgstr "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1188
 
1189
+ #: redirection-admin.php:408
1190
  msgid "If you think Redirection is at fault then create an issue."
1191
  msgstr "If you think Redirection is at fault then create an issue."
1192
 
1193
+ #: redirection-admin.php:402
1194
  msgid "This may be caused by another plugin - look at your browser's error console for more details."
1195
  msgstr "This may be caused by another plugin - look at your browser's error console for more details."
1196
 
1197
+ #: redirection-admin.php:424
1198
  msgid "Loading, please wait..."
1199
  msgstr "Loading, please wait..."
1200
 
1201
+ #: redirection-strings.php:308
1202
  msgid "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1203
  msgstr "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1204
 
1205
+ #: redirection-strings.php:283
1206
  msgid "Redirection is not working. Try clearing your browser cache and reloading this page."
1207
  msgstr "Redirection is not working. Try clearing your browser cache and reloading this page."
1208
 
1209
+ #: redirection-strings.php:285
1210
  msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1211
  msgstr "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1212
 
1214
  msgid "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1215
  msgstr "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1216
 
1217
+ #: redirection-admin.php:412 redirection-strings.php:33
1218
  msgid "Create Issue"
1219
  msgstr "Create Issue"
1220
 
1226
  msgid "Important details"
1227
  msgstr "Important details"
1228
 
1229
+ #: redirection-strings.php:466
1230
  msgid "Need help?"
1231
  msgstr "Need help?"
1232
 
1233
+ #: redirection-strings.php:469
1234
  msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1235
  msgstr "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1236
 
1237
+ #: redirection-strings.php:450
1238
  msgid "Pos"
1239
  msgstr "Pos"
1240
 
1246
  msgid "Position"
1247
  msgstr "Position"
1248
 
1249
+ #: redirection-strings.php:437
1250
  msgid "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1251
  msgstr "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1252
 
1253
+ #: redirection-strings.php:438
1254
  msgid "Apache Module"
1255
  msgstr "Apache Module"
1256
 
1257
+ #: redirection-strings.php:439
1258
  msgid "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1259
  msgstr "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1260
 
1261
+ #: redirection-strings.php:290
1262
  msgid "Import to group"
1263
  msgstr "Import to group"
1264
 
1265
+ #: redirection-strings.php:291
1266
  msgid "Import a CSV, .htaccess, or JSON file."
1267
  msgstr "Import a CSV, .htaccess, or JSON file."
1268
 
1269
+ #: redirection-strings.php:292
1270
  msgid "Click 'Add File' or drag and drop here."
1271
  msgstr "Click 'Add File' or drag and drop here."
1272
 
1273
+ #: redirection-strings.php:293
1274
  msgid "Add File"
1275
  msgstr "Add File"
1276
 
1277
+ #: redirection-strings.php:294
1278
  msgid "File selected"
1279
  msgstr "File selected"
1280
 
1281
+ #: redirection-strings.php:297
1282
  msgid "Importing"
1283
  msgstr "Importing"
1284
 
1285
+ #: redirection-strings.php:298
1286
  msgid "Finished importing"
1287
  msgstr "Finished importing"
1288
 
1289
+ #: redirection-strings.php:299
1290
  msgid "Total redirects imported:"
1291
  msgstr "Total redirects imported:"
1292
 
1293
+ #: redirection-strings.php:300
1294
  msgid "Double-check the file is the correct format!"
1295
  msgstr "Double-check the file is the correct format!"
1296
 
1297
+ #: redirection-strings.php:301
1298
  msgid "OK"
1299
  msgstr "OK"
1300
 
1301
+ #: redirection-strings.php:119 redirection-strings.php:302
1302
  msgid "Close"
1303
  msgstr "Close"
1304
 
1305
+ #: redirection-strings.php:307
1306
  msgid "All imports will be appended to the current database."
1307
  msgstr "All imports will be appended to the current database."
1308
 
1309
+ #: redirection-strings.php:309
1310
  msgid "Export"
1311
  msgstr "Export"
1312
 
1313
+ #: redirection-strings.php:310
1314
  msgid "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1315
  msgstr "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1316
 
1317
+ #: redirection-strings.php:311
1318
  msgid "Everything"
1319
  msgstr "Everything"
1320
 
1321
+ #: redirection-strings.php:312
1322
  msgid "WordPress redirects"
1323
  msgstr "WordPress redirects"
1324
 
1325
+ #: redirection-strings.php:313
1326
  msgid "Apache redirects"
1327
  msgstr "Apache redirects"
1328
 
1329
+ #: redirection-strings.php:314
1330
  msgid "Nginx redirects"
1331
  msgstr "Nginx redirects"
1332
 
1333
+ #: redirection-strings.php:315
1334
  msgid "CSV"
1335
  msgstr "CSV"
1336
 
1337
+ #: redirection-strings.php:316
1338
  msgid "Apache .htaccess"
1339
  msgstr "Apache .htaccess"
1340
 
1341
+ #: redirection-strings.php:317
1342
  msgid "Nginx rewrite rules"
1343
  msgstr "Nginx rewrite rules"
1344
 
1345
+ #: redirection-strings.php:318
1346
  msgid "Redirection JSON"
1347
  msgstr "Redirection JSON"
1348
 
1349
+ #: redirection-strings.php:319
1350
  msgid "View"
1351
  msgstr "View"
1352
 
1353
+ #: redirection-strings.php:63 redirection-strings.php:273
 
 
 
 
1354
  msgid "Import/Export"
1355
  msgstr "Import/Export"
1356
 
1357
+ #: redirection-strings.php:274
1358
  msgid "Logs"
1359
  msgstr "Logs"
1360
 
1361
+ #: redirection-strings.php:275
1362
  msgid "404 errors"
1363
  msgstr "404 errors"
1364
 
1365
+ #: redirection-strings.php:286
1366
  msgid "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1367
  msgstr "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1368
 
1369
+ #: redirection-strings.php:386
1370
  msgid "I'd like to support some more."
1371
  msgstr "I'd like to support some more."
1372
 
1373
+ #: redirection-strings.php:389
1374
  msgid "Support 💰"
1375
  msgstr "Support 💰"
1376
 
1377
+ #: redirection-strings.php:492
1378
  msgid "Redirection saved"
1379
  msgstr "Redirection saved"
1380
 
1381
+ #: redirection-strings.php:493
1382
  msgid "Log deleted"
1383
  msgstr "Log deleted"
1384
 
1385
+ #: redirection-strings.php:494
1386
  msgid "Settings saved"
1387
  msgstr "Settings saved"
1388
 
1389
+ #: redirection-strings.php:495
1390
  msgid "Group saved"
1391
  msgstr "Group saved"
1392
 
1393
+ #: redirection-strings.php:245
1394
  msgid "Are you sure you want to delete this item?"
1395
  msgid_plural "Are you sure you want to delete these items?"
1396
  msgstr[0] "Are you sure you want to delete this item?"
1397
  msgstr[1] "Are you sure you want to delete these items?"
1398
 
1399
+ #: redirection-strings.php:465
1400
  msgid "pass"
1401
  msgstr "pass"
1402
 
1403
+ #: redirection-strings.php:457
1404
  msgid "All groups"
1405
  msgstr "All groups"
1406
 
1460
  msgid "View notice"
1461
  msgstr "View notice"
1462
 
1463
+ #: models/redirect-sanitizer.php:185
1464
  msgid "Invalid source URL"
1465
  msgstr "Invalid source URL"
1466
 
1467
+ #: models/redirect-sanitizer.php:114
1468
  msgid "Invalid redirect action"
1469
  msgstr "Invalid redirect action"
1470
 
1471
+ #: models/redirect-sanitizer.php:108
1472
  msgid "Invalid redirect matcher"
1473
  msgstr "Invalid redirect matcher"
1474
 
1476
  msgid "Unable to add new redirect"
1477
  msgstr "Unable to add new redirect"
1478
 
1479
+ #: redirection-strings.php:23 redirection-strings.php:282
1480
  msgid "Something went wrong 🙁"
1481
  msgstr "Something went wrong 🙁"
1482
 
1485
  msgstr "I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"
1486
 
1487
  #. translators: maximum number of log entries
1488
+ #: redirection-admin.php:183
1489
  msgid "Log entries (%d max)"
1490
  msgstr "Log entries (%d max)"
1491
 
1492
+ #: redirection-strings.php:186
1493
  msgid "Search by IP"
1494
  msgstr "Search by IP"
1495
 
1496
+ #: redirection-strings.php:181
1497
  msgid "Select bulk action"
1498
  msgstr "Select bulk action"
1499
 
1500
+ #: redirection-strings.php:182
1501
  msgid "Bulk Actions"
1502
  msgstr "Bulk Actions"
1503
 
1504
+ #: redirection-strings.php:183
1505
  msgid "Apply"
1506
  msgstr "Apply"
1507
 
1508
+ #: redirection-strings.php:174
1509
  msgid "First page"
1510
  msgstr "First page"
1511
 
1512
+ #: redirection-strings.php:175
1513
  msgid "Prev page"
1514
  msgstr "Prev page"
1515
 
1516
+ #: redirection-strings.php:176
1517
  msgid "Current Page"
1518
  msgstr "Current Page"
1519
 
1520
+ #: redirection-strings.php:177
1521
  msgid "of %(page)s"
1522
  msgstr "of %(page)s"
1523
 
1524
+ #: redirection-strings.php:178
1525
  msgid "Next page"
1526
  msgstr "Next page"
1527
 
1528
+ #: redirection-strings.php:179
1529
  msgid "Last page"
1530
  msgstr "Last page"
1531
 
1532
+ #: redirection-strings.php:180
1533
  msgid "%s item"
1534
  msgid_plural "%s items"
1535
  msgstr[0] "%s item"
1536
  msgstr[1] "%s items"
1537
 
1538
+ #: redirection-strings.php:173
1539
  msgid "Select All"
1540
  msgstr "Select All"
1541
 
1542
+ #: redirection-strings.php:185
1543
  msgid "Sorry, something went wrong loading the data - please try again"
1544
  msgstr "Sorry, something went wrong loading the data - please try again"
1545
 
1546
+ #: redirection-strings.php:184
1547
  msgid "No results"
1548
  msgstr "No results"
1549
 
1550
+ #: redirection-strings.php:326
1551
  msgid "Delete the logs - are you sure?"
1552
  msgstr "Delete the logs - are you sure?"
1553
 
1554
+ #: redirection-strings.php:327
1555
  msgid "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1556
  msgstr "Once deleted your current logs will no longer be available. You can set a delete schedule from the Redirection options if you want to do this automatically."
1557
 
1558
+ #: redirection-strings.php:328
1559
  msgid "Yes! Delete the logs"
1560
  msgstr "Yes! Delete the logs"
1561
 
1562
+ #: redirection-strings.php:329
1563
  msgid "No! Don't delete the logs"
1564
  msgstr "No! Don't delete the logs"
1565
 
1566
+ #: redirection-strings.php:482
1567
  msgid "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1568
  msgstr "Thanks for subscribing! {{a}}Click here{{/a}} if you need to return to your subscription."
1569
 
1570
+ #: redirection-strings.php:481 redirection-strings.php:483
1571
  msgid "Newsletter"
1572
  msgstr "Newsletter"
1573
 
1574
+ #: redirection-strings.php:484
1575
  msgid "Want to keep up to date with changes to Redirection?"
1576
  msgstr "Want to keep up to date with changes to Redirection?"
1577
 
1578
+ #: redirection-strings.php:485
1579
  msgid "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1580
  msgstr "Sign up for the tiny Redirection newsletter - a low volume newsletter about new features and changes to the plugin. Ideal if you want to test beta changes before release."
1581
 
1582
+ #: redirection-strings.php:486
1583
  msgid "Your email address:"
1584
  msgstr "Your email address:"
1585
 
1586
+ #: redirection-strings.php:385
1587
  msgid "You've supported this plugin - thank you!"
1588
  msgstr "You've supported this plugin - thank you!"
1589
 
1590
+ #: redirection-strings.php:388
1591
  msgid "You get useful software and I get to carry on making it better."
1592
  msgstr "You get useful software and I get to carry on making it better."
1593
 
1594
+ #: redirection-strings.php:396 redirection-strings.php:401
1595
  msgid "Forever"
1596
  msgstr "Forever"
1597
 
1598
+ #: redirection-strings.php:377
1599
  msgid "Delete the plugin - are you sure?"
1600
  msgstr "Delete the plugin - are you sure?"
1601
 
1602
+ #: redirection-strings.php:378
1603
  msgid "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1604
  msgstr "Deleting the plugin will remove all your redirections, logs, and settings. Do this if you want to remove the plugin for good, or if you want to reset the plugin."
1605
 
1606
+ #: redirection-strings.php:379
1607
  msgid "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1608
  msgstr "Once deleted your redirections will stop working. If they appear to continue working then please clear your browser cache."
1609
 
1610
+ #: redirection-strings.php:380
1611
  msgid "Yes! Delete the plugin"
1612
  msgstr "Yes! Delete the plugin"
1613
 
1614
+ #: redirection-strings.php:381
1615
  msgid "No! Don't delete the plugin"
1616
  msgstr "No! Don't delete the plugin"
1617
 
1623
  msgid "Manage all your 301 redirects and monitor 404 errors"
1624
  msgstr "Manage all your 301 redirects and monitor 404 errors."
1625
 
1626
+ #: redirection-strings.php:387
1627
  msgid "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1628
  msgstr "Redirection is free to use - life is wonderful and lovely! It has required a great deal of time and effort to develop and you can help support this development by {{strong}}making a small donation{{/strong}}."
1629
 
1630
+ #: redirection-admin.php:299
1631
  msgid "Redirection Support"
1632
  msgstr "Redirection Support"
1633
 
1634
+ #: redirection-strings.php:65 redirection-strings.php:277
1635
  msgid "Support"
1636
  msgstr "Support"
1637
 
1643
  msgid "Log"
1644
  msgstr "Log"
1645
 
1646
+ #: redirection-strings.php:383
1647
  msgid "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1648
  msgstr "Selecting this option will delete all redirections, all logs, and any options associated with the Redirection plugin. Make sure this is what you want to do."
1649
 
1650
+ #: redirection-strings.php:382
1651
  msgid "Delete Redirection"
1652
  msgstr "Delete Redirection"
1653
 
1654
+ #: redirection-strings.php:295
1655
  msgid "Upload"
1656
  msgstr "Upload"
1657
 
1658
+ #: redirection-strings.php:306
1659
  msgid "Import"
1660
  msgstr "Import"
1661
 
1662
+ #: redirection-strings.php:447
1663
  msgid "Update"
1664
  msgstr "Update"
1665
 
1666
+ #: redirection-strings.php:436
1667
  msgid "Auto-generate URL"
1668
  msgstr "Auto-generate URL"
1669
 
1670
+ #: redirection-strings.php:426
1671
  msgid "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1672
  msgstr "A unique token allowing feed readers access to Redirection log RSS (leave blank to auto-generate)"
1673
 
1674
+ #: redirection-strings.php:425
1675
  msgid "RSS Token"
1676
  msgstr "RSS Token"
1677
 
1678
+ #: redirection-strings.php:419
1679
  msgid "404 Logs"
1680
  msgstr "404 Logs"
1681
 
1682
+ #: redirection-strings.php:418 redirection-strings.php:420
1683
  msgid "(time to keep logs for)"
1684
  msgstr "(time to keep logs for)"
1685
 
1686
+ #: redirection-strings.php:417
1687
  msgid "Redirect Logs"
1688
  msgstr "Redirect Logs"
1689
 
1690
+ #: redirection-strings.php:416
1691
  msgid "I'm a nice person and I have helped support the author of this plugin"
1692
  msgstr "I'm a nice person and I have helped support the author of this plugin."
1693
 
1694
+ #: redirection-strings.php:390
1695
  msgid "Plugin Support"
1696
  msgstr "Plugin Support"
1697
 
1698
+ #: redirection-strings.php:64 redirection-strings.php:276
1699
  msgid "Options"
1700
  msgstr "Options"
1701
 
1702
+ #: redirection-strings.php:395
1703
  msgid "Two months"
1704
  msgstr "Two months"
1705
 
1706
+ #: redirection-strings.php:394
1707
  msgid "A month"
1708
  msgstr "A month"
1709
 
1710
+ #: redirection-strings.php:393 redirection-strings.php:400
1711
  msgid "A week"
1712
  msgstr "A week"
1713
 
1714
+ #: redirection-strings.php:392 redirection-strings.php:399
1715
  msgid "A day"
1716
  msgstr "A day"
1717
 
1718
+ #: redirection-strings.php:391
1719
  msgid "No logs"
1720
  msgstr "No logs"
1721
 
1722
+ #: redirection-strings.php:325 redirection-strings.php:360
1723
+ #: redirection-strings.php:365
1724
  msgid "Delete All"
1725
  msgstr "Delete All"
1726
 
1727
+ #: redirection-strings.php:254
1728
  msgid "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1729
  msgstr "Use groups to organise your redirects. Groups are assigned to a module, which affects how the redirects in that group work. If you are unsure then stick to the WordPress module."
1730
 
1731
+ #: redirection-strings.php:253
1732
  msgid "Add Group"
1733
  msgstr "Add Group"
1734
 
1735
+ #: redirection-strings.php:187
1736
  msgid "Search"
1737
  msgstr "Search"
1738
 
1739
+ #: redirection-strings.php:60 redirection-strings.php:272
1740
  msgid "Groups"
1741
  msgstr "Groups"
1742
 
1743
  #: redirection-strings.php:25 redirection-strings.php:117
1744
+ #: redirection-strings.php:263
1745
  msgid "Save"
1746
  msgstr "Save"
1747
 
1748
+ #: redirection-strings.php:116 redirection-strings.php:172
1749
  msgid "Group"
1750
  msgstr "Group"
1751
 
1753
  msgid "Match"
1754
  msgstr "Match"
1755
 
1756
+ #: redirection-strings.php:458
1757
  msgid "Add new redirection"
1758
  msgstr "Add new redirection"
1759
 
1760
+ #: redirection-strings.php:118 redirection-strings.php:264
1761
+ #: redirection-strings.php:296
1762
  msgid "Cancel"
1763
  msgstr "Cancel"
1764
 
1765
+ #: redirection-strings.php:320
1766
  msgid "Download"
1767
  msgstr "Download"
1768
 
1769
  #. Plugin Name of the plugin
1770
+ #: redirection-strings.php:243
1771
  msgid "Redirection"
1772
  msgstr "Redirection"
1773
 
1774
+ #: redirection-admin.php:141
1775
  msgid "Settings"
1776
  msgstr "Settings"
1777
 
1791
  msgid "Redirect to URL"
1792
  msgstr "Redirect to URL"
1793
 
1794
+ #: models/redirect-sanitizer.php:175
1795
  msgid "Invalid group when creating redirect"
1796
  msgstr "Invalid group when creating redirect"
1797
 
1798
+ #: redirection-strings.php:142 redirection-strings.php:333
1799
+ #: redirection-strings.php:341 redirection-strings.php:346
1800
  msgid "IP"
1801
  msgstr "IP"
1802
 
1803
  #: redirection-strings.php:156 redirection-strings.php:157
1804
+ #: redirection-strings.php:202 redirection-strings.php:331
1805
+ #: redirection-strings.php:339 redirection-strings.php:344
1806
  msgid "Source URL"
1807
  msgstr "Source URL"
1808
 
1809
+ #: redirection-strings.php:330 redirection-strings.php:343
1810
  msgid "Date"
1811
  msgstr "Date"
1812
 
1813
+ #: redirection-strings.php:356 redirection-strings.php:369
1814
+ #: redirection-strings.php:373 redirection-strings.php:459
1815
  msgid "Add Redirect"
1816
  msgstr "Add Redirect"
1817
 
1818
+ #: redirection-strings.php:252
1819
  msgid "All modules"
1820
  msgstr "All modules"
1821
 
1822
+ #: redirection-strings.php:258
1823
  msgid "View Redirects"
1824
  msgstr "View Redirects"
1825
 
1826
+ #: redirection-strings.php:248 redirection-strings.php:262
1827
  msgid "Module"
1828
  msgstr "Module"
1829
 
1830
+ #: redirection-strings.php:59 redirection-strings.php:247
1831
  msgid "Redirects"
1832
  msgstr "Redirects"
1833
 
1834
+ #: redirection-strings.php:246 redirection-strings.php:255
1835
+ #: redirection-strings.php:261
1836
  msgid "Name"
1837
  msgstr "Name"
1838
 
1839
+ #: redirection-strings.php:171
1840
  msgid "Filter"
1841
  msgstr "Filter"
1842
 
1843
+ #: redirection-strings.php:456
1844
  msgid "Reset hits"
1845
  msgstr "Reset hits"
1846
 
1847
+ #: redirection-strings.php:250 redirection-strings.php:260
1848
+ #: redirection-strings.php:454 redirection-strings.php:464
1849
  msgid "Enable"
1850
  msgstr "Enable"
1851
 
1852
+ #: redirection-strings.php:251 redirection-strings.php:259
1853
+ #: redirection-strings.php:455 redirection-strings.php:462
1854
  msgid "Disable"
1855
  msgstr "Disable"
1856
 
1857
+ #: redirection-strings.php:249 redirection-strings.php:257
1858
+ #: redirection-strings.php:334 redirection-strings.php:335
1859
+ #: redirection-strings.php:347 redirection-strings.php:350
1860
+ #: redirection-strings.php:372 redirection-strings.php:384
1861
+ #: redirection-strings.php:453 redirection-strings.php:461
1862
  msgid "Delete"
1863
  msgstr "Delete"
1864
 
1865
+ #: redirection-strings.php:256 redirection-strings.php:460
1866
  msgid "Edit"
1867
  msgstr "Edit"
1868
 
1869
+ #: redirection-strings.php:452
1870
  msgid "Last Access"
1871
  msgstr "Last Access"
1872
 
1873
+ #: redirection-strings.php:451
1874
  msgid "Hits"
1875
  msgstr "Hits"
1876
 
1877
+ #: redirection-strings.php:449 redirection-strings.php:477
1878
  msgid "URL"
1879
  msgstr "URL"
1880
 
1881
+ #: redirection-strings.php:448
1882
  msgid "Type"
1883
  msgstr "Type"
1884
 
1885
+ #: database/schema/latest.php:138
1886
  msgid "Modified Posts"
1887
  msgstr "Modified Posts"
1888
 
1889
+ #: models/group.php:148 redirection-strings.php:271
1890
+ #: database/schema/latest.php:133
1891
  msgid "Redirections"
1892
  msgstr "Redirections"
1893
 
1895
  msgid "User Agent"
1896
  msgstr "User Agent"
1897
 
1898
+ #: redirection-strings.php:85 matches/user-agent.php:10
1899
  msgid "URL and user agent"
1900
  msgstr "URL and user agent"
1901
 
1902
+ #: redirection-strings.php:79 redirection-strings.php:204
1903
  msgid "Target URL"
1904
  msgstr "Target URL"
1905
 
1906
+ #: redirection-strings.php:81 matches/url.php:7
1907
  msgid "URL only"
1908
  msgstr "URL only"
1909
 
1917
  msgid "Referrer"
1918
  msgstr "Referrer"
1919
 
1920
+ #: redirection-strings.php:84 matches/referrer.php:10
1921
  msgid "URL and referrer"
1922
  msgstr "URL and referrer"
1923
 
1929
  msgid "Logged In"
1930
  msgstr "Logged In"
1931
 
1932
+ #: redirection-strings.php:82 matches/login.php:8
1933
  msgid "URL and login status"
1934
  msgstr "URL and login status"
locale/redirection-en_GB.mo CHANGED
Binary file
locale/redirection-en_GB.po CHANGED
@@ -11,6 +11,34 @@ msgstr ""
11
  "Language: en_GB\n"
12
  "Project-Id-Version: Plugins - Redirection - Stable (latest release)\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: redirection.js:33
15
  msgid "blur"
16
  msgstr ""
@@ -23,55 +51,55 @@ msgstr ""
23
  msgid "scroll"
24
  msgstr ""
25
 
26
- #: redirection-strings.php:432
27
  msgid "Pass - as ignore, but also copies the query parameters to the target"
28
  msgstr ""
29
 
30
- #: redirection-strings.php:431
31
  msgid "Ignore - as exact, but ignores any query parameters not in your source"
32
  msgstr ""
33
 
34
- #: redirection-strings.php:430
35
  msgid "Exact - matches the query parameters exactly defined in your source, in any order"
36
  msgstr ""
37
 
38
- #: redirection-strings.php:428
39
  msgid "Default query matching"
40
  msgstr ""
41
 
42
- #: redirection-strings.php:427
43
  msgid "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
44
  msgstr ""
45
 
46
- #: redirection-strings.php:426
47
  msgid "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
48
  msgstr ""
49
 
50
- #: redirection-strings.php:425 redirection-strings.php:429
51
  msgid "Applies to all redirections unless you configure them otherwise."
52
  msgstr ""
53
 
54
- #: redirection-strings.php:424
55
  msgid "Default URL settings"
56
  msgstr ""
57
 
58
- #: redirection-strings.php:407
59
  msgid "Ignore and pass all query parameters"
60
  msgstr ""
61
 
62
- #: redirection-strings.php:406
63
  msgid "Ignore all query parameters"
64
  msgstr ""
65
 
66
- #: redirection-strings.php:405
67
  msgid "Exact match"
68
  msgstr ""
69
 
70
- #: redirection-strings.php:232
71
  msgid "Caching software (e.g Cloudflare)"
72
  msgstr ""
73
 
74
- #: redirection-strings.php:230
75
  msgid "A security plugin (e.g Wordfence)"
76
  msgstr ""
77
 
@@ -107,205 +135,206 @@ msgstr ""
107
  msgid "Ignore Slash"
108
  msgstr ""
109
 
110
- #: redirection-strings.php:404
111
  msgid "Relative REST API"
112
  msgstr ""
113
 
114
- #: redirection-strings.php:403
115
  msgid "Raw REST API"
116
  msgstr ""
117
 
118
- #: redirection-strings.php:402
119
  msgid "Default REST API"
120
  msgstr ""
121
 
122
- #: redirection-strings.php:204
123
  msgid "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
124
  msgstr ""
125
 
126
- #: redirection-strings.php:203
127
  msgid "(Example) The target URL is the new URL"
128
  msgstr ""
129
 
130
- #: redirection-strings.php:201
131
  msgid "(Example) The source URL is your old or original URL"
132
  msgstr ""
133
 
134
- #: redirection.php:37
 
135
  msgid "Disabled! Detected PHP %s, need PHP 5.4+"
136
  msgstr ""
137
 
138
- #: redirection-strings.php:266
139
  msgid "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
140
  msgstr ""
141
 
142
- #: redirection-strings.php:262
143
  msgid "A database upgrade is in progress. Please continue to finish."
144
  msgstr ""
145
 
146
  #. translators: 1: URL to plugin page, 2: current version, 3: target version
147
- #: redirection-admin.php:77
148
  msgid "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
149
  msgstr ""
150
 
151
- #: redirection-strings.php:263
152
  msgid "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
153
  msgstr ""
154
 
155
- #: redirection-strings.php:265
156
  msgid "Redirection database needs updating"
157
  msgstr ""
158
 
159
- #: redirection-strings.php:264
160
  msgid "Update Required"
161
  msgstr ""
162
 
163
- #: redirection-strings.php:241
164
  msgid "I need some support!"
165
  msgstr ""
166
 
167
- #: redirection-strings.php:238
168
  msgid "Finish Setup"
169
  msgstr ""
170
 
171
- #: redirection-strings.php:237
172
  msgid "Checking your REST API"
173
  msgstr ""
174
 
175
- #: redirection-strings.php:236
176
  msgid "Retry"
177
  msgstr ""
178
 
179
- #: redirection-strings.php:235
180
  msgid "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
181
  msgstr ""
182
 
183
- #: redirection-strings.php:234
184
  msgid "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
185
  msgstr ""
186
 
187
- #: redirection-strings.php:233
188
  msgid "Some other plugin that blocks the REST API"
189
  msgstr ""
190
 
191
- #: redirection-strings.php:231
192
  msgid "A server firewall or other server configuration (e.g OVH)"
193
  msgstr ""
194
 
195
- #: redirection-strings.php:229
196
  msgid "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
197
  msgstr ""
198
 
199
- #: redirection-strings.php:227 redirection-strings.php:239
200
  msgid "Go back"
201
  msgstr ""
202
 
203
- #: redirection-strings.php:226
204
  msgid "Continue Setup"
205
  msgstr ""
206
 
207
- #: redirection-strings.php:224
208
  msgid "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
209
  msgstr ""
210
 
211
- #: redirection-strings.php:223
212
  msgid "Store IP information for redirects and 404 errors."
213
  msgstr ""
214
 
215
- #: redirection-strings.php:221
216
  msgid "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
217
  msgstr ""
218
 
219
- #: redirection-strings.php:220
220
  msgid "Keep a log of all redirects and 404 errors."
221
  msgstr ""
222
 
223
- #: redirection-strings.php:219 redirection-strings.php:222
224
- #: redirection-strings.php:225
225
  msgid "{{link}}Read more about this.{{/link}}"
226
  msgstr ""
227
 
228
- #: redirection-strings.php:218
229
  msgid "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
230
  msgstr ""
231
 
232
- #: redirection-strings.php:217
233
  msgid "Monitor permalink changes in WordPress posts and pages"
234
  msgstr ""
235
 
236
- #: redirection-strings.php:216
237
  msgid "These are some options you may want to enable now. They can be changed at any time."
238
  msgstr ""
239
 
240
- #: redirection-strings.php:215
241
  msgid "Basic Setup"
242
  msgstr ""
243
 
244
- #: redirection-strings.php:214
245
  msgid "Start Setup"
246
  msgstr ""
247
 
248
- #: redirection-strings.php:213
249
  msgid "When ready please press the button to continue."
250
  msgstr ""
251
 
252
- #: redirection-strings.php:212
253
  msgid "First you will be asked a few questions, and then Redirection will set up your database."
254
  msgstr ""
255
 
256
- #: redirection-strings.php:211
257
  msgid "What's next?"
258
  msgstr ""
259
 
260
- #: redirection-strings.php:210
261
  msgid "Check a URL is being redirected"
262
  msgstr ""
263
 
264
- #: redirection-strings.php:209
265
  msgid "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
266
  msgstr ""
267
 
268
- #: redirection-strings.php:208
269
  msgid "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
270
  msgstr ""
271
 
272
- #: redirection-strings.php:207
273
  msgid "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
274
  msgstr ""
275
 
276
- #: redirection-strings.php:206
277
  msgid "Some features you may find useful are"
278
  msgstr ""
279
 
280
- #: redirection-strings.php:205
281
  msgid "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
282
  msgstr ""
283
 
284
- #: redirection-strings.php:199
285
  msgid "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
286
  msgstr ""
287
 
288
- #: redirection-strings.php:198
289
  msgid "How do I use this plugin?"
290
  msgstr ""
291
 
292
- #: redirection-strings.php:197
293
  msgid "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
294
  msgstr ""
295
 
296
- #: redirection-strings.php:196
297
  msgid "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
298
  msgstr ""
299
 
300
- #: redirection-strings.php:195
301
  msgid "Welcome to Redirection 🚀🎉"
302
  msgstr ""
303
 
304
- #: redirection-strings.php:168
305
  msgid "This will redirect everything, including the login pages. Please be sure you want to do this."
306
  msgstr ""
307
 
308
- #: redirection-strings.php:167
309
  msgid "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
310
  msgstr ""
311
 
@@ -373,20 +402,20 @@ msgstr ""
373
  msgid "Database problem"
374
  msgstr ""
375
 
376
- #: redirection-admin.php:419
377
  msgid "Please enable JavaScript"
378
  msgstr ""
379
 
380
- #: redirection-admin.php:146
381
  msgid "Please upgrade your database"
382
  msgstr ""
383
 
384
- #: redirection-admin.php:137 redirection-strings.php:267
385
  msgid "Upgrade Database"
386
  msgstr ""
387
 
388
  #. translators: 1: URL to plugin page
389
- #: redirection-admin.php:74
390
  msgid "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
391
  msgstr ""
392
 
@@ -401,7 +430,7 @@ msgid "Failed to perform query \"%s\""
401
  msgstr ""
402
 
403
  #. translators: 1: table name
404
- #: database/schema/latest.php:101
405
  msgid "Table \"%s\" is missing"
406
  msgstr ""
407
 
@@ -470,72 +499,72 @@ msgstr "Target URL when not matched (empty to ignore)"
470
  msgid "Target URL when matched (empty to ignore)"
471
  msgstr "Target URL when matched (empty to ignore)"
472
 
473
- #: redirection-strings.php:359 redirection-strings.php:364
474
  msgid "Show All"
475
  msgstr "Show All"
476
 
477
- #: redirection-strings.php:356
478
  msgid "Delete all logs for these entries"
479
  msgstr "Delete all logs for these entries"
480
 
481
- #: redirection-strings.php:355 redirection-strings.php:368
482
  msgid "Delete all logs for this entry"
483
  msgstr "Delete all logs for this entry"
484
 
485
- #: redirection-strings.php:354
486
  msgid "Delete Log Entries"
487
  msgstr "Delete Log Entries"
488
 
489
- #: redirection-strings.php:352
490
  msgid "Group by IP"
491
  msgstr "Group by IP"
492
 
493
- #: redirection-strings.php:351
494
  msgid "Group by URL"
495
  msgstr "Group by URL"
496
 
497
- #: redirection-strings.php:350
498
  msgid "No grouping"
499
  msgstr "No grouping"
500
 
501
- #: redirection-strings.php:349 redirection-strings.php:365
502
  msgid "Ignore URL"
503
  msgstr "Ignore URL"
504
 
505
- #: redirection-strings.php:346 redirection-strings.php:361
506
  msgid "Block IP"
507
  msgstr "Block IP"
508
 
509
- #: redirection-strings.php:345 redirection-strings.php:348
510
- #: redirection-strings.php:358 redirection-strings.php:363
511
  msgid "Redirect All"
512
  msgstr "Redirect All"
513
 
514
- #: redirection-strings.php:337 redirection-strings.php:339
515
  msgid "Count"
516
  msgstr "Count"
517
 
518
- #: matches/page.php:9 redirection-strings.php:91
519
  msgid "URL and WordPress page type"
520
  msgstr "URL and WordPress page type"
521
 
522
- #: matches/ip.php:9 redirection-strings.php:87
523
  msgid "URL and IP"
524
  msgstr "URL and IP"
525
 
526
- #: redirection-strings.php:487
527
  msgid "Problem"
528
  msgstr "Problem"
529
 
530
- #: redirection-strings.php:486
531
  msgid "Good"
532
  msgstr "Good"
533
 
534
- #: redirection-strings.php:476
535
  msgid "Check"
536
  msgstr "Check"
537
 
538
- #: redirection-strings.php:460
539
  msgid "Check Redirect"
540
  msgstr "Check Redirect"
541
 
@@ -571,31 +600,31 @@ msgstr "Expected"
571
  msgid "Error"
572
  msgstr "Error"
573
 
574
- #: redirection-strings.php:475
575
  msgid "Enter full URL, including http:// or https://"
576
  msgstr "Enter full URL, including http:// or https://"
577
 
578
- #: redirection-strings.php:473
579
  msgid "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
580
  msgstr "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
581
 
582
- #: redirection-strings.php:472
583
  msgid "Redirect Tester"
584
  msgstr "Redirect Tester"
585
 
586
- #: redirection-strings.php:471
587
  msgid "Target"
588
  msgstr "Target"
589
 
590
- #: redirection-strings.php:470
591
  msgid "URL is not being redirected with Redirection"
592
  msgstr "URL is not being redirected with Redirection"
593
 
594
- #: redirection-strings.php:469
595
  msgid "URL is being redirected with Redirection"
596
  msgstr "URL is being redirected with Redirection"
597
 
598
- #: redirection-strings.php:468 redirection-strings.php:477
599
  msgid "Unable to load details"
600
  msgstr "Unable to load details"
601
 
@@ -631,23 +660,19 @@ msgstr "The relative URL you want to redirect from"
631
  msgid "The target URL you want to redirect to if matched"
632
  msgstr "The target URL you want to redirect to if matched"
633
 
634
- #: redirection-strings.php:439
635
  msgid "(beta)"
636
  msgstr "(beta)"
637
 
638
- #: redirection-strings.php:438
639
- msgid "Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"
640
- msgstr "Force a redirect from HTTP to HTTPS. Please ensure your HTTPS is working before enabling"
641
-
642
- #: redirection-strings.php:437
643
  msgid "Force HTTPS"
644
  msgstr "Force HTTPS"
645
 
646
- #: redirection-strings.php:420
647
  msgid "GDPR / Privacy information"
648
  msgstr "GDPR / Privacy information"
649
 
650
- #: redirection-strings.php:284
651
  msgid "Add New"
652
  msgstr "Add New"
653
 
@@ -655,11 +680,11 @@ msgstr "Add New"
655
  msgid "Please logout and login again."
656
  msgstr "Please logout and login again."
657
 
658
- #: matches/user-role.php:9 redirection-strings.php:83
659
  msgid "URL and role/capability"
660
  msgstr "URL and role/capability"
661
 
662
- #: matches/server.php:9 redirection-strings.php:88
663
  msgid "URL and server"
664
  msgstr "URL and server"
665
 
@@ -715,35 +740,35 @@ msgstr "Cookie name"
715
  msgid "Cookie"
716
  msgstr "Cookie"
717
 
718
- #: redirection-strings.php:278
719
  msgid "clearing your cache."
720
  msgstr "clearing your cache."
721
 
722
- #: redirection-strings.php:277
723
  msgid "If you are using a caching system such as Cloudflare then please read this: "
724
  msgstr "If you are using a caching system such as Cloudflare then please read this: "
725
 
726
- #: matches/http-header.php:11 redirection-strings.php:89
727
  msgid "URL and HTTP header"
728
  msgstr "URL and HTTP header"
729
 
730
- #: matches/custom-filter.php:9 redirection-strings.php:90
731
  msgid "URL and custom filter"
732
  msgstr "URL and custom filter"
733
 
734
- #: matches/cookie.php:7 redirection-strings.php:86
735
  msgid "URL and cookie"
736
  msgstr "URL and cookie"
737
 
738
- #: redirection-strings.php:493
739
  msgid "404 deleted"
740
  msgstr "404 deleted"
741
 
742
- #: redirection-strings.php:228 redirection-strings.php:442
743
  msgid "REST API"
744
  msgstr "REST API"
745
 
746
- #: redirection-strings.php:443
747
  msgid "How Redirection uses the REST API - don't change unless necessary"
748
  msgstr "How Redirection uses the REST API - don't change unless necessary"
749
 
@@ -775,11 +800,11 @@ msgstr "{{link}}Please temporarily disable other plugins!{{/link}} This fixes so
775
  msgid "None of the suggestions helped"
776
  msgstr "None of the suggestions helped"
777
 
778
- #: redirection-admin.php:398
779
  msgid "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
780
  msgstr "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
781
 
782
- #: redirection-admin.php:392
783
  msgid "Unable to load Redirection ☹️"
784
  msgstr "Unable to load Redirection ☹️"
785
 
@@ -816,76 +841,76 @@ msgstr "Your WordPress REST API has been disabled. You will need to enable it fo
816
  msgid "https://johngodley.com"
817
  msgstr "https://johngodley.com"
818
 
819
- #: redirection-strings.php:186
820
  msgid "Useragent Error"
821
  msgstr "User Agent Error"
822
 
823
- #: redirection-strings.php:188
824
  msgid "Unknown Useragent"
825
  msgstr "Unknown User Agent"
826
 
827
- #: redirection-strings.php:189
828
  msgid "Device"
829
  msgstr "Device"
830
 
831
- #: redirection-strings.php:190
832
  msgid "Operating System"
833
  msgstr "Operating System"
834
 
835
- #: redirection-strings.php:191
836
  msgid "Browser"
837
  msgstr "Browser"
838
 
839
- #: redirection-strings.php:192
840
  msgid "Engine"
841
  msgstr "Engine"
842
 
843
- #: redirection-strings.php:193
844
  msgid "Useragent"
845
  msgstr "User Agent"
846
 
847
- #: redirection-strings.php:52 redirection-strings.php:194
848
  msgid "Agent"
849
  msgstr "Agent"
850
 
851
- #: redirection-strings.php:399
852
  msgid "No IP logging"
853
  msgstr "No IP logging"
854
 
855
- #: redirection-strings.php:400
856
  msgid "Full IP logging"
857
  msgstr "Full IP logging"
858
 
859
- #: redirection-strings.php:401
860
  msgid "Anonymize IP (mask last part)"
861
  msgstr "Anonymise IP (mask last part)"
862
 
863
- #: redirection-strings.php:412
864
  msgid "Monitor changes to %(type)s"
865
  msgstr "Monitor changes to %(type)s"
866
 
867
- #: redirection-strings.php:418
868
  msgid "IP Logging"
869
  msgstr "IP Logging"
870
 
871
- #: redirection-strings.php:419
872
  msgid "(select IP logging level)"
873
  msgstr "(select IP logging level)"
874
 
875
- #: redirection-strings.php:333 redirection-strings.php:360
876
- #: redirection-strings.php:371
877
  msgid "Geo Info"
878
  msgstr "Geo Info"
879
 
880
- #: redirection-strings.php:334 redirection-strings.php:372
881
  msgid "Agent Info"
882
  msgstr "Agent Info"
883
 
884
- #: redirection-strings.php:335 redirection-strings.php:373
885
  msgid "Filter by IP"
886
  msgstr "Filter by IP"
887
 
888
- #: redirection-strings.php:329 redirection-strings.php:342
889
  msgid "Referrer / User Agent"
890
  msgstr "Referrer / User Agent"
891
 
@@ -894,7 +919,7 @@ msgid "Geo IP Error"
894
  msgstr "Geo IP Error"
895
 
896
  #: redirection-strings.php:38 redirection-strings.php:57
897
- #: redirection-strings.php:187
898
  msgid "Something went wrong obtaining this information"
899
  msgstr "Something went wrong obtaining this information"
900
 
@@ -935,12 +960,12 @@ msgstr "Powered by {{link}}redirect.li{{/link}}"
935
  msgid "Trash"
936
  msgstr "Bin"
937
 
938
- #: redirection-admin.php:397
939
  msgid "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
940
  msgstr "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
941
 
942
  #. translators: URL
943
- #: redirection-admin.php:297
944
  msgid "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
945
  msgstr "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
946
 
@@ -948,80 +973,80 @@ msgstr "You can find full documentation about using Redirection on the <a href=\
948
  msgid "https://redirection.me/"
949
  msgstr "https://redirection.me/"
950
 
951
- #: redirection-strings.php:464
952
  msgid "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
953
  msgstr "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
954
 
955
- #: redirection-strings.php:465
956
  msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
957
  msgstr "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
958
 
959
- #: redirection-strings.php:467
960
  msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
961
  msgstr "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
962
 
963
- #: redirection-strings.php:394
964
  msgid "Never cache"
965
  msgstr "Never cache"
966
 
967
- #: redirection-strings.php:395
968
  msgid "An hour"
969
  msgstr "An hour"
970
 
971
- #: redirection-strings.php:440
972
  msgid "Redirect Cache"
973
  msgstr "Redirect Cache"
974
 
975
- #: redirection-strings.php:441
976
  msgid "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
977
  msgstr "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
978
 
979
- #: redirection-strings.php:300
980
  msgid "Are you sure you want to import from %s?"
981
  msgstr "Are you sure you want to import from %s?"
982
 
983
- #: redirection-strings.php:301
984
  msgid "Plugin Importers"
985
  msgstr "Plugin Importers"
986
 
987
- #: redirection-strings.php:302
988
  msgid "The following redirect plugins were detected on your site and can be imported from."
989
  msgstr "The following redirect plugins were detected on your site and can be imported from."
990
 
991
- #: redirection-strings.php:285
992
  msgid "total = "
993
  msgstr "total = "
994
 
995
- #: redirection-strings.php:286
996
  msgid "Import from %s"
997
  msgstr "Import from %s"
998
 
999
  #. translators: 1: Expected WordPress version, 2: Actual WordPress version
1000
- #: redirection-admin.php:380
1001
  msgid "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1002
  msgstr "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1003
 
1004
- #: models/importer.php:151
1005
  msgid "Default WordPress \"old slugs\""
1006
  msgstr "Default WordPress \"old slugs\""
1007
 
1008
- #: redirection-strings.php:411
1009
  msgid "Create associated redirect (added to end of URL)"
1010
  msgstr "Create associated redirect (added to end of URL)"
1011
 
1012
- #: redirection-admin.php:400
1013
  msgid "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1014
  msgstr "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1015
 
1016
- #: redirection-strings.php:484
1017
  msgid "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1018
  msgstr "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1019
 
1020
- #: redirection-strings.php:485
1021
  msgid "⚡️ Magic fix ⚡️"
1022
  msgstr "⚡️ Magic fix ⚡️"
1023
 
1024
- #: redirection-strings.php:488
1025
  msgid "Plugin Status"
1026
  msgstr "Plugin Status"
1027
 
@@ -1041,31 +1066,31 @@ msgstr "Feed Readers"
1041
  msgid "Libraries"
1042
  msgstr "Libraries"
1043
 
1044
- #: redirection-strings.php:408
1045
  msgid "URL Monitor Changes"
1046
  msgstr "URL Monitor Changes"
1047
 
1048
- #: redirection-strings.php:409
1049
  msgid "Save changes to this group"
1050
  msgstr "Save changes to this group"
1051
 
1052
- #: redirection-strings.php:410
1053
  msgid "For example \"/amp\""
1054
  msgstr "For example \"/amp\""
1055
 
1056
- #: redirection-strings.php:421
1057
  msgid "URL Monitor"
1058
  msgstr "URL Monitor"
1059
 
1060
- #: redirection-strings.php:367
1061
  msgid "Delete 404s"
1062
  msgstr "Delete 404s"
1063
 
1064
- #: redirection-strings.php:319
1065
  msgid "Delete all from IP %s"
1066
  msgstr "Delete all from IP %s"
1067
 
1068
- #: redirection-strings.php:320
1069
  msgid "Delete all matching \"%s\""
1070
  msgstr "Delete all matching \"%s\""
1071
 
@@ -1073,15 +1098,15 @@ msgstr "Delete all matching \"%s\""
1073
  msgid "Your server has rejected the request for being too big. You will need to change it to continue."
1074
  msgstr "Your server has rejected the request for being too big. You will need to change it to continue."
1075
 
1076
- #: redirection-admin.php:395
1077
  msgid "Also check if your browser is able to load <code>redirection.js</code>:"
1078
  msgstr "Also check if your browser is able to load <code>redirection.js</code>:"
1079
 
1080
- #: redirection-admin.php:394 redirection-strings.php:281
1081
  msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1082
  msgstr "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1083
 
1084
- #: redirection-admin.php:383
1085
  msgid "Unable to load Redirection"
1086
  msgstr "Unable to load Redirection"
1087
 
@@ -1137,11 +1162,11 @@ msgstr "The following tables are missing:"
1137
  msgid "All tables present"
1138
  msgstr "All tables present"
1139
 
1140
- #: redirection-strings.php:275
1141
  msgid "Cached Redirection detected"
1142
  msgstr "Cached Redirection detected"
1143
 
1144
- #: redirection-strings.php:276
1145
  msgid "Please clear your browser cache and reload this page."
1146
  msgstr "Please clear your browser cache and reload this page."
1147
 
@@ -1161,27 +1186,27 @@ msgstr "Your server returned a 403 Forbidden error which may indicate the reques
1161
  msgid "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1162
  msgstr "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1163
 
1164
- #: redirection-admin.php:399
1165
  msgid "If you think Redirection is at fault then create an issue."
1166
  msgstr "If you think Redirection is at fault then create an issue."
1167
 
1168
- #: redirection-admin.php:393
1169
  msgid "This may be caused by another plugin - look at your browser's error console for more details."
1170
  msgstr "This may be caused by another plugin - look at your browser's error console for more details."
1171
 
1172
- #: redirection-admin.php:415
1173
  msgid "Loading, please wait..."
1174
  msgstr "Loading, please wait..."
1175
 
1176
- #: redirection-strings.php:305
1177
  msgid "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1178
  msgstr "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1179
 
1180
- #: redirection-strings.php:280
1181
  msgid "Redirection is not working. Try clearing your browser cache and reloading this page."
1182
  msgstr "Redirection is not working. Try clearing your browser cache and reloading this page."
1183
 
1184
- #: redirection-strings.php:282
1185
  msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1186
  msgstr "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1187
 
@@ -1189,7 +1214,7 @@ msgstr "If that doesn't help, open your browser's error console and create a {{l
1189
  msgid "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1190
  msgstr "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1191
 
1192
- #: redirection-admin.php:403 redirection-strings.php:33
1193
  msgid "Create Issue"
1194
  msgstr "Create Issue"
1195
 
@@ -1201,15 +1226,15 @@ msgstr "Email"
1201
  msgid "Important details"
1202
  msgstr "Important details"
1203
 
1204
- #: redirection-strings.php:463
1205
  msgid "Need help?"
1206
  msgstr "Need help?"
1207
 
1208
- #: redirection-strings.php:466
1209
  msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1210
  msgstr "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1211
 
1212
- #: redirection-strings.php:447
1213
  msgid "Pos"
1214
  msgstr "Pos"
1215
 
@@ -1221,165 +1246,161 @@ msgstr "410 - Gone"
1221
  msgid "Position"
1222
  msgstr "Position"
1223
 
1224
- #: redirection-strings.php:434
1225
  msgid "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1226
  msgstr "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1227
 
1228
- #: redirection-strings.php:435
1229
  msgid "Apache Module"
1230
  msgstr "Apache Module"
1231
 
1232
- #: redirection-strings.php:436
1233
  msgid "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1234
  msgstr "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1235
 
1236
- #: redirection-strings.php:287
1237
  msgid "Import to group"
1238
  msgstr "Import to group"
1239
 
1240
- #: redirection-strings.php:288
1241
  msgid "Import a CSV, .htaccess, or JSON file."
1242
  msgstr "Import a CSV, .htaccess, or JSON file."
1243
 
1244
- #: redirection-strings.php:289
1245
  msgid "Click 'Add File' or drag and drop here."
1246
  msgstr "Click 'Add File' or drag and drop here."
1247
 
1248
- #: redirection-strings.php:290
1249
  msgid "Add File"
1250
  msgstr "Add File"
1251
 
1252
- #: redirection-strings.php:291
1253
  msgid "File selected"
1254
  msgstr "File selected"
1255
 
1256
- #: redirection-strings.php:294
1257
  msgid "Importing"
1258
  msgstr "Importing"
1259
 
1260
- #: redirection-strings.php:295
1261
  msgid "Finished importing"
1262
  msgstr "Finished importing"
1263
 
1264
- #: redirection-strings.php:296
1265
  msgid "Total redirects imported:"
1266
  msgstr "Total redirects imported:"
1267
 
1268
- #: redirection-strings.php:297
1269
  msgid "Double-check the file is the correct format!"
1270
  msgstr "Double-check the file is the correct format!"
1271
 
1272
- #: redirection-strings.php:298
1273
  msgid "OK"
1274
  msgstr "OK"
1275
 
1276
- #: redirection-strings.php:119 redirection-strings.php:299
1277
  msgid "Close"
1278
  msgstr "Close"
1279
 
1280
- #: redirection-strings.php:304
1281
  msgid "All imports will be appended to the current database."
1282
  msgstr "All imports will be appended to the current database."
1283
 
1284
- #: redirection-strings.php:306 redirection-strings.php:326
1285
  msgid "Export"
1286
  msgstr "Export"
1287
 
1288
- #: redirection-strings.php:307
1289
  msgid "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1290
  msgstr "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1291
 
1292
- #: redirection-strings.php:308
1293
  msgid "Everything"
1294
  msgstr "Everything"
1295
 
1296
- #: redirection-strings.php:309
1297
  msgid "WordPress redirects"
1298
  msgstr "WordPress redirects"
1299
 
1300
- #: redirection-strings.php:310
1301
  msgid "Apache redirects"
1302
  msgstr "Apache redirects"
1303
 
1304
- #: redirection-strings.php:311
1305
  msgid "Nginx redirects"
1306
  msgstr "Nginx redirects"
1307
 
1308
- #: redirection-strings.php:312
1309
  msgid "CSV"
1310
  msgstr "CSV"
1311
 
1312
- #: redirection-strings.php:313
1313
  msgid "Apache .htaccess"
1314
  msgstr "Apache .htaccess"
1315
 
1316
- #: redirection-strings.php:314
1317
  msgid "Nginx rewrite rules"
1318
  msgstr "Nginx rewrite rules"
1319
 
1320
- #: redirection-strings.php:315
1321
  msgid "Redirection JSON"
1322
  msgstr "Redirection JSON"
1323
 
1324
- #: redirection-strings.php:316
1325
  msgid "View"
1326
  msgstr "View"
1327
 
1328
- #: redirection-strings.php:318
1329
- msgid "Log files can be exported from the log pages."
1330
- msgstr "Log files can be exported from the log pages."
1331
-
1332
- #: redirection-strings.php:63 redirection-strings.php:270
1333
  msgid "Import/Export"
1334
  msgstr "Import/Export"
1335
 
1336
- #: redirection-strings.php:271
1337
  msgid "Logs"
1338
  msgstr "Logs"
1339
 
1340
- #: redirection-strings.php:272
1341
  msgid "404 errors"
1342
  msgstr "404 errors"
1343
 
1344
- #: redirection-strings.php:283
1345
  msgid "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1346
  msgstr "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1347
 
1348
- #: redirection-strings.php:383
1349
  msgid "I'd like to support some more."
1350
  msgstr "I'd like to support some more."
1351
 
1352
- #: redirection-strings.php:386
1353
  msgid "Support 💰"
1354
  msgstr "Support 💰"
1355
 
1356
- #: redirection-strings.php:489
1357
  msgid "Redirection saved"
1358
  msgstr "Redirection saved"
1359
 
1360
- #: redirection-strings.php:490
1361
  msgid "Log deleted"
1362
  msgstr "Log deleted"
1363
 
1364
- #: redirection-strings.php:491
1365
  msgid "Settings saved"
1366
  msgstr "Settings saved"
1367
 
1368
- #: redirection-strings.php:492
1369
  msgid "Group saved"
1370
  msgstr "Group saved"
1371
 
1372
- #: redirection-strings.php:242
1373
  msgid "Are you sure you want to delete this item?"
1374
  msgid_plural "Are you sure you want to delete these items?"
1375
  msgstr[0] "Are you sure you want to delete this item?"
1376
  msgstr[1] "Are you sure you want to delete these items?"
1377
 
1378
- #: redirection-strings.php:462
1379
  msgid "pass"
1380
  msgstr "pass"
1381
 
1382
- #: redirection-strings.php:454
1383
  msgid "All groups"
1384
  msgstr "All groups"
1385
 
@@ -1439,15 +1460,15 @@ msgstr "Saving..."
1439
  msgid "View notice"
1440
  msgstr "View notice"
1441
 
1442
- #: models/redirect-sanitizer.php:170
1443
  msgid "Invalid source URL"
1444
  msgstr "Invalid source URL"
1445
 
1446
- #: models/redirect-sanitizer.php:99
1447
  msgid "Invalid redirect action"
1448
  msgstr "Invalid redirect action"
1449
 
1450
- #: models/redirect-sanitizer.php:93
1451
  msgid "Invalid redirect matcher"
1452
  msgstr "Invalid redirect matcher"
1453
 
@@ -1455,7 +1476,7 @@ msgstr "Invalid redirect matcher"
1455
  msgid "Unable to add new redirect"
1456
  msgstr "Unable to add new redirect"
1457
 
1458
- #: redirection-strings.php:23 redirection-strings.php:279
1459
  msgid "Something went wrong 🙁"
1460
  msgstr "Something went wrong 🙁"
1461
 
@@ -1464,133 +1485,133 @@ msgid "I was trying to do a thing and it went wrong. It may be a temporary issue
1464
  msgstr "I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"
1465
 
1466
  #. translators: maximum number of log entries
1467
- #: redirection-admin.php:182
1468
  msgid "Log entries (%d max)"
1469
  msgstr "Log entries (%d max)"
1470
 
1471
- #: redirection-strings.php:184
1472
  msgid "Search by IP"
1473
  msgstr "Search by IP"
1474
 
1475
- #: redirection-strings.php:179
1476
  msgid "Select bulk action"
1477
  msgstr "Select bulk action"
1478
 
1479
- #: redirection-strings.php:180
1480
  msgid "Bulk Actions"
1481
  msgstr "Bulk Actions"
1482
 
1483
- #: redirection-strings.php:181
1484
  msgid "Apply"
1485
  msgstr "Apply"
1486
 
1487
- #: redirection-strings.php:172
1488
  msgid "First page"
1489
  msgstr "First page"
1490
 
1491
- #: redirection-strings.php:173
1492
  msgid "Prev page"
1493
  msgstr "Prev page"
1494
 
1495
- #: redirection-strings.php:174
1496
  msgid "Current Page"
1497
  msgstr "Current Page"
1498
 
1499
- #: redirection-strings.php:175
1500
  msgid "of %(page)s"
1501
  msgstr "of %(page)s"
1502
 
1503
- #: redirection-strings.php:176
1504
  msgid "Next page"
1505
  msgstr "Next page"
1506
 
1507
- #: redirection-strings.php:177
1508
  msgid "Last page"
1509
  msgstr "Last page"
1510
 
1511
- #: redirection-strings.php:178
1512
  msgid "%s item"
1513
  msgid_plural "%s items"
1514
  msgstr[0] "%s item"
1515
  msgstr[1] "%s items"
1516
 
1517
- #: redirection-strings.php:171
1518
  msgid "Select All"
1519
  msg
11
  "Language: en_GB\n"
12
  "Project-Id-Version: Plugins - Redirection - Stable (latest release)\n"
13
 
14
+ #: redirection-strings.php:441
15
+ msgid "Force a redirect from HTTP to the HTTPS version of your WordPress site domain. Please ensure your HTTPS is working before enabling."
16
+ msgstr ""
17
+
18
+ #: redirection-strings.php:322
19
+ msgid "Export 404"
20
+ msgstr ""
21
+
22
+ #: redirection-strings.php:321
23
+ msgid "Export redirect"
24
+ msgstr ""
25
+
26
+ #: redirection-strings.php:240
27
+ msgid "You need at least one GET/POST pair for the plugin to work."
28
+ msgstr ""
29
+
30
+ #: redirection-strings.php:170
31
+ msgid "Leave a target blank if you do not wish to redirect otherwise you could create a loop."
32
+ msgstr ""
33
+
34
+ #: redirection-strings.php:167
35
+ msgid "WordPress permalink structures do not work in normal URLs. Please use a regular expression."
36
+ msgstr ""
37
+
38
+ #: models/redirect.php:299
39
+ msgid "Unable to update redirect"
40
+ msgstr ""
41
+
42
  #: redirection.js:33
43
  msgid "blur"
44
  msgstr ""
51
  msgid "scroll"
52
  msgstr ""
53
 
54
+ #: redirection-strings.php:435
55
  msgid "Pass - as ignore, but also copies the query parameters to the target"
56
  msgstr ""
57
 
58
+ #: redirection-strings.php:434
59
  msgid "Ignore - as exact, but ignores any query parameters not in your source"
60
  msgstr ""
61
 
62
+ #: redirection-strings.php:433
63
  msgid "Exact - matches the query parameters exactly defined in your source, in any order"
64
  msgstr ""
65
 
66
+ #: redirection-strings.php:431
67
  msgid "Default query matching"
68
  msgstr ""
69
 
70
+ #: redirection-strings.php:430
71
  msgid "Ignore trailing slashes (i.e. {{code}}/exciting-post/{{/code}} will match {{code}}/exciting-post{{/code}})"
72
  msgstr ""
73
 
74
+ #: redirection-strings.php:429
75
  msgid "Case insensitive matches (i.e. {{code}}/Exciting-Post{{/code}} will match {{code}}/exciting-post{{/code}})"
76
  msgstr ""
77
 
78
+ #: redirection-strings.php:428 redirection-strings.php:432
79
  msgid "Applies to all redirections unless you configure them otherwise."
80
  msgstr ""
81
 
82
+ #: redirection-strings.php:427
83
  msgid "Default URL settings"
84
  msgstr ""
85
 
86
+ #: redirection-strings.php:410
87
  msgid "Ignore and pass all query parameters"
88
  msgstr ""
89
 
90
+ #: redirection-strings.php:409
91
  msgid "Ignore all query parameters"
92
  msgstr ""
93
 
94
+ #: redirection-strings.php:408
95
  msgid "Exact match"
96
  msgstr ""
97
 
98
+ #: redirection-strings.php:234
99
  msgid "Caching software (e.g Cloudflare)"
100
  msgstr ""
101
 
102
+ #: redirection-strings.php:232
103
  msgid "A security plugin (e.g Wordfence)"
104
  msgstr ""
105
 
135
  msgid "Ignore Slash"
136
  msgstr ""
137
 
138
+ #: redirection-strings.php:407
139
  msgid "Relative REST API"
140
  msgstr ""
141
 
142
+ #: redirection-strings.php:406
143
  msgid "Raw REST API"
144
  msgstr ""
145
 
146
+ #: redirection-strings.php:405
147
  msgid "Default REST API"
148
  msgstr ""
149
 
150
+ #: redirection-strings.php:206
151
  msgid "That's all there is to it - you are now redirecting! Note that the above is just an example - you can now enter a redirect."
152
  msgstr ""
153
 
154
+ #: redirection-strings.php:205
155
  msgid "(Example) The target URL is the new URL"
156
  msgstr ""
157
 
158
+ #: redirection-strings.php:203
159
  msgid "(Example) The source URL is your old or original URL"
160
  msgstr ""
161
 
162
+ #. translators: 1: PHP version
163
+ #: redirection.php:38
164
  msgid "Disabled! Detected PHP %s, need PHP 5.4+"
165
  msgstr ""
166
 
167
+ #: redirection-strings.php:269
168
  msgid "Please make a backup of your Redirection data: {{download}}downloading a backup{{/download}}."
169
  msgstr ""
170
 
171
+ #: redirection-strings.php:265
172
  msgid "A database upgrade is in progress. Please continue to finish."
173
  msgstr ""
174
 
175
  #. translators: 1: URL to plugin page, 2: current version, 3: target version
176
+ #: redirection-admin.php:78
177
  msgid "Redirection's database needs to be updated - <a href=\"%1$1s\">click to update</a>."
178
  msgstr ""
179
 
180
+ #: redirection-strings.php:266
181
  msgid "Your current database is version %(current)s, the latest is %(latest)s. Please update to use new features."
182
  msgstr ""
183
 
184
+ #: redirection-strings.php:268
185
  msgid "Redirection database needs updating"
186
  msgstr ""
187
 
188
+ #: redirection-strings.php:267
189
  msgid "Update Required"
190
  msgstr ""
191
 
192
+ #: redirection-strings.php:244
193
  msgid "I need some support!"
194
  msgstr ""
195
 
196
+ #: redirection-strings.php:241
197
  msgid "Finish Setup"
198
  msgstr ""
199
 
200
+ #: redirection-strings.php:239
201
  msgid "Checking your REST API"
202
  msgstr ""
203
 
204
+ #: redirection-strings.php:238
205
  msgid "Retry"
206
  msgstr ""
207
 
208
+ #: redirection-strings.php:237
209
  msgid "You have different URLs configured on your WordPress Settings > General page, which is usually an indication of a misconfiguration, and it can cause problems with the REST API. Please review your settings."
210
  msgstr ""
211
 
212
+ #: redirection-strings.php:236
213
  msgid "If you do experience a problem then please consult your plugin documentation, or try contacting your host support. This is generally {{link}}not a problem caused by Redirection{{/link}}."
214
  msgstr ""
215
 
216
+ #: redirection-strings.php:235
217
  msgid "Some other plugin that blocks the REST API"
218
  msgstr ""
219
 
220
+ #: redirection-strings.php:233
221
  msgid "A server firewall or other server configuration (e.g OVH)"
222
  msgstr ""
223
 
224
+ #: redirection-strings.php:231
225
  msgid "Redirection uses the {{link}}WordPress REST API{{/link}} to communicate with WordPress. This is enabled and working by default. Sometimes the REST API is blocked by:"
226
  msgstr ""
227
 
228
+ #: redirection-strings.php:229 redirection-strings.php:242
229
  msgid "Go back"
230
  msgstr ""
231
 
232
+ #: redirection-strings.php:228
233
  msgid "Continue Setup"
234
  msgstr ""
235
 
236
+ #: redirection-strings.php:226
237
  msgid "Storing the IP address allows you to perform additional log actions. Note that you will need to adhere to local laws regarding the collection of data (for example GDPR)."
238
  msgstr ""
239
 
240
+ #: redirection-strings.php:225
241
  msgid "Store IP information for redirects and 404 errors."
242
  msgstr ""
243
 
244
+ #: redirection-strings.php:223
245
  msgid "Storing logs for redirects and 404s will allow you to see what is happening on your site. This will increase your database storage requirements."
246
  msgstr ""
247
 
248
+ #: redirection-strings.php:222
249
  msgid "Keep a log of all redirects and 404 errors."
250
  msgstr ""
251
 
252
+ #: redirection-strings.php:221 redirection-strings.php:224
253
+ #: redirection-strings.php:227
254
  msgid "{{link}}Read more about this.{{/link}}"
255
  msgstr ""
256
 
257
+ #: redirection-strings.php:220
258
  msgid "If you change the permalink in a post or page then Redirection can automatically create a redirect for you."
259
  msgstr ""
260
 
261
+ #: redirection-strings.php:219
262
  msgid "Monitor permalink changes in WordPress posts and pages"
263
  msgstr ""
264
 
265
+ #: redirection-strings.php:218
266
  msgid "These are some options you may want to enable now. They can be changed at any time."
267
  msgstr ""
268
 
269
+ #: redirection-strings.php:217
270
  msgid "Basic Setup"
271
  msgstr ""
272
 
273
+ #: redirection-strings.php:216
274
  msgid "Start Setup"
275
  msgstr ""
276
 
277
+ #: redirection-strings.php:215
278
  msgid "When ready please press the button to continue."
279
  msgstr ""
280
 
281
+ #: redirection-strings.php:214
282
  msgid "First you will be asked a few questions, and then Redirection will set up your database."
283
  msgstr ""
284
 
285
+ #: redirection-strings.php:213
286
  msgid "What's next?"
287
  msgstr ""
288
 
289
+ #: redirection-strings.php:212
290
  msgid "Check a URL is being redirected"
291
  msgstr ""
292
 
293
+ #: redirection-strings.php:211
294
  msgid "More powerful URL matching, including {{regular}}regular expressions{{/regular}}, and {{other}}other conditions{{/other}}"
295
  msgstr ""
296
 
297
+ #: redirection-strings.php:210
298
  msgid "{{link}}Import{{/link}} from .htaccess, CSV, and a variety of other plugins"
299
  msgstr ""
300
 
301
+ #: redirection-strings.php:209
302
  msgid "{{link}}Monitor 404 errors{{/link}}, get detailed information about the visitor, and fix any problems"
303
  msgstr ""
304
 
305
+ #: redirection-strings.php:208
306
  msgid "Some features you may find useful are"
307
  msgstr ""
308
 
309
+ #: redirection-strings.php:207
310
  msgid "Full documentation can be found on the {{link}}Redirection website.{{/link}}"
311
  msgstr ""
312
 
313
+ #: redirection-strings.php:201
314
  msgid "A simple redirect involves setting a {{strong}}source URL{{/strong}} (the old URL) and a {{strong}}target URL{{/strong}} (the new URL). Here's an example:"
315
  msgstr ""
316
 
317
+ #: redirection-strings.php:200
318
  msgid "How do I use this plugin?"
319
  msgstr ""
320
 
321
+ #: redirection-strings.php:199
322
  msgid "Redirection is designed to be used on sites with a few redirects to sites with thousands of redirects."
323
  msgstr ""
324
 
325
+ #: redirection-strings.php:198
326
  msgid "Thank you for installing and using Redirection v%(version)s. This plugin will allow you to manage 301 redirections, keep track of 404 errors, and improve your site, with no knowledge of Apache or Nginx needed."
327
  msgstr ""
328
 
329
+ #: redirection-strings.php:197
330
  msgid "Welcome to Redirection 🚀🎉"
331
  msgstr ""
332
 
333
+ #: redirection-strings.php:169
334
  msgid "This will redirect everything, including the login pages. Please be sure you want to do this."
335
  msgstr ""
336
 
337
+ #: redirection-strings.php:168
338
  msgid "To prevent a greedy regular expression you can use {{code}}^{{/code}} to anchor it to the start of the URL. For example: {{code}}%(example)s{{/code}}"
339
  msgstr ""
340
 
402
  msgid "Database problem"
403
  msgstr ""
404
 
405
+ #: redirection-admin.php:428
406
  msgid "Please enable JavaScript"
407
  msgstr ""
408
 
409
+ #: redirection-admin.php:147
410
  msgid "Please upgrade your database"
411
  msgstr ""
412
 
413
+ #: redirection-admin.php:138 redirection-strings.php:270
414
  msgid "Upgrade Database"
415
  msgstr ""
416
 
417
  #. translators: 1: URL to plugin page
418
+ #: redirection-admin.php:75
419
  msgid "Please complete your <a href=\"%s\">Redirection setup</a> to activate the plugin."
420
  msgstr ""
421
 
430
  msgstr ""
431
 
432
  #. translators: 1: table name
433
+ #: database/schema/latest.php:102
434
  msgid "Table \"%s\" is missing"
435
  msgstr ""
436
 
499
  msgid "Target URL when matched (empty to ignore)"
500
  msgstr "Target URL when matched (empty to ignore)"
501
 
502
+ #: redirection-strings.php:362 redirection-strings.php:367
503
  msgid "Show All"
504
  msgstr "Show All"
505
 
506
+ #: redirection-strings.php:359
507
  msgid "Delete all logs for these entries"
508
  msgstr "Delete all logs for these entries"
509
 
510
+ #: redirection-strings.php:358 redirection-strings.php:371
511
  msgid "Delete all logs for this entry"
512
  msgstr "Delete all logs for this entry"
513
 
514
+ #: redirection-strings.php:357
515
  msgid "Delete Log Entries"
516
  msgstr "Delete Log Entries"
517
 
518
+ #: redirection-strings.php:355
519
  msgid "Group by IP"
520
  msgstr "Group by IP"
521
 
522
+ #: redirection-strings.php:354
523
  msgid "Group by URL"
524
  msgstr "Group by URL"
525
 
526
+ #: redirection-strings.php:353
527
  msgid "No grouping"
528
  msgstr "No grouping"
529
 
530
+ #: redirection-strings.php:352 redirection-strings.php:368
531
  msgid "Ignore URL"
532
  msgstr "Ignore URL"
533
 
534
+ #: redirection-strings.php:349 redirection-strings.php:364
535
  msgid "Block IP"
536
  msgstr "Block IP"
537
 
538
+ #: redirection-strings.php:348 redirection-strings.php:351
539
+ #: redirection-strings.php:361 redirection-strings.php:366
540
  msgid "Redirect All"
541
  msgstr "Redirect All"
542
 
543
+ #: redirection-strings.php:340 redirection-strings.php:342
544
  msgid "Count"
545
  msgstr "Count"
546
 
547
+ #: redirection-strings.php:91 matches/page.php:9
548
  msgid "URL and WordPress page type"
549
  msgstr "URL and WordPress page type"
550
 
551
+ #: redirection-strings.php:87 matches/ip.php:9
552
  msgid "URL and IP"
553
  msgstr "URL and IP"
554
 
555
+ #: redirection-strings.php:490
556
  msgid "Problem"
557
  msgstr "Problem"
558
 
559
+ #: redirection-strings.php:489
560
  msgid "Good"
561
  msgstr "Good"
562
 
563
+ #: redirection-strings.php:479
564
  msgid "Check"
565
  msgstr "Check"
566
 
567
+ #: redirection-strings.php:463
568
  msgid "Check Redirect"
569
  msgstr "Check Redirect"
570
 
600
  msgid "Error"
601
  msgstr "Error"
602
 
603
+ #: redirection-strings.php:478
604
  msgid "Enter full URL, including http:// or https://"
605
  msgstr "Enter full URL, including http:// or https://"
606
 
607
+ #: redirection-strings.php:476
608
  msgid "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
609
  msgstr "Sometimes your browser can cache a URL, making it hard to know if it's working as expected. Use this to check a URL to see how it is really redirecting."
610
 
611
+ #: redirection-strings.php:475
612
  msgid "Redirect Tester"
613
  msgstr "Redirect Tester"
614
 
615
+ #: redirection-strings.php:474
616
  msgid "Target"
617
  msgstr "Target"
618
 
619
+ #: redirection-strings.php:473
620
  msgid "URL is not being redirected with Redirection"
621
  msgstr "URL is not being redirected with Redirection"
622
 
623
+ #: redirection-strings.php:472
624
  msgid "URL is being redirected with Redirection"
625
  msgstr "URL is being redirected with Redirection"
626
 
627
+ #: redirection-strings.php:471 redirection-strings.php:480
628
  msgid "Unable to load details"
629
  msgstr "Unable to load details"
630
 
660
  msgid "The target URL you want to redirect to if matched"
661
  msgstr "The target URL you want to redirect to if matched"
662
 
663
+ #: redirection-strings.php:442
664
  msgid "(beta)"
665
  msgstr "(beta)"
666
 
667
+ #: redirection-strings.php:440
 
 
 
 
668
  msgid "Force HTTPS"
669
  msgstr "Force HTTPS"
670
 
671
+ #: redirection-strings.php:423
672
  msgid "GDPR / Privacy information"
673
  msgstr "GDPR / Privacy information"
674
 
675
+ #: redirection-strings.php:287
676
  msgid "Add New"
677
  msgstr "Add New"
678
 
680
  msgid "Please logout and login again."
681
  msgstr "Please logout and login again."
682
 
683
+ #: redirection-strings.php:83 matches/user-role.php:9
684
  msgid "URL and role/capability"
685
  msgstr "URL and role/capability"
686
 
687
+ #: redirection-strings.php:88 matches/server.php:9
688
  msgid "URL and server"
689
  msgstr "URL and server"
690
 
740
  msgid "Cookie"
741
  msgstr "Cookie"
742
 
743
+ #: redirection-strings.php:281
744
  msgid "clearing your cache."
745
  msgstr "clearing your cache."
746
 
747
+ #: redirection-strings.php:280
748
  msgid "If you are using a caching system such as Cloudflare then please read this: "
749
  msgstr "If you are using a caching system such as Cloudflare then please read this: "
750
 
751
+ #: redirection-strings.php:89 matches/http-header.php:11
752
  msgid "URL and HTTP header"
753
  msgstr "URL and HTTP header"
754
 
755
+ #: redirection-strings.php:90 matches/custom-filter.php:9
756
  msgid "URL and custom filter"
757
  msgstr "URL and custom filter"
758
 
759
+ #: redirection-strings.php:86 matches/cookie.php:7
760
  msgid "URL and cookie"
761
  msgstr "URL and cookie"
762
 
763
+ #: redirection-strings.php:496
764
  msgid "404 deleted"
765
  msgstr "404 deleted"
766
 
767
+ #: redirection-strings.php:230 redirection-strings.php:445
768
  msgid "REST API"
769
  msgstr "REST API"
770
 
771
+ #: redirection-strings.php:446
772
  msgid "How Redirection uses the REST API - don't change unless necessary"
773
  msgstr "How Redirection uses the REST API - don't change unless necessary"
774
 
800
  msgid "None of the suggestions helped"
801
  msgstr "None of the suggestions helped"
802
 
803
+ #: redirection-admin.php:407
804
  msgid "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
805
  msgstr "Please see the <a href=\"https://redirection.me/support/problems/\">list of common problems</a>."
806
 
807
+ #: redirection-admin.php:401
808
  msgid "Unable to load Redirection ☹️"
809
  msgstr "Unable to load Redirection ☹️"
810
 
841
  msgid "https://johngodley.com"
842
  msgstr "https://johngodley.com"
843
 
844
+ #: redirection-strings.php:188
845
  msgid "Useragent Error"
846
  msgstr "User Agent Error"
847
 
848
+ #: redirection-strings.php:190
849
  msgid "Unknown Useragent"
850
  msgstr "Unknown User Agent"
851
 
852
+ #: redirection-strings.php:191
853
  msgid "Device"
854
  msgstr "Device"
855
 
856
+ #: redirection-strings.php:192
857
  msgid "Operating System"
858
  msgstr "Operating System"
859
 
860
+ #: redirection-strings.php:193
861
  msgid "Browser"
862
  msgstr "Browser"
863
 
864
+ #: redirection-strings.php:194
865
  msgid "Engine"
866
  msgstr "Engine"
867
 
868
+ #: redirection-strings.php:195
869
  msgid "Useragent"
870
  msgstr "User Agent"
871
 
872
+ #: redirection-strings.php:52 redirection-strings.php:196
873
  msgid "Agent"
874
  msgstr "Agent"
875
 
876
+ #: redirection-strings.php:402
877
  msgid "No IP logging"
878
  msgstr "No IP logging"
879
 
880
+ #: redirection-strings.php:403
881
  msgid "Full IP logging"
882
  msgstr "Full IP logging"
883
 
884
+ #: redirection-strings.php:404
885
  msgid "Anonymize IP (mask last part)"
886
  msgstr "Anonymise IP (mask last part)"
887
 
888
+ #: redirection-strings.php:415
889
  msgid "Monitor changes to %(type)s"
890
  msgstr "Monitor changes to %(type)s"
891
 
892
+ #: redirection-strings.php:421
893
  msgid "IP Logging"
894
  msgstr "IP Logging"
895
 
896
+ #: redirection-strings.php:422
897
  msgid "(select IP logging level)"
898
  msgstr "(select IP logging level)"
899
 
900
+ #: redirection-strings.php:336 redirection-strings.php:363
901
+ #: redirection-strings.php:374
902
  msgid "Geo Info"
903
  msgstr "Geo Info"
904
 
905
+ #: redirection-strings.php:337 redirection-strings.php:375
906
  msgid "Agent Info"
907
  msgstr "Agent Info"
908
 
909
+ #: redirection-strings.php:338 redirection-strings.php:376
910
  msgid "Filter by IP"
911
  msgstr "Filter by IP"
912
 
913
+ #: redirection-strings.php:332 redirection-strings.php:345
914
  msgid "Referrer / User Agent"
915
  msgstr "Referrer / User Agent"
916
 
919
  msgstr "Geo IP Error"
920
 
921
  #: redirection-strings.php:38 redirection-strings.php:57
922
+ #: redirection-strings.php:189
923
  msgid "Something went wrong obtaining this information"
924
  msgstr "Something went wrong obtaining this information"
925
 
960
  msgid "Trash"
961
  msgstr "Bin"
962
 
963
+ #: redirection-admin.php:406
964
  msgid "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
965
  msgstr "Please note that Redirection requires the WordPress REST API to be enabled. If you have disabled this then you won't be able to use Redirection"
966
 
967
  #. translators: URL
968
+ #: redirection-admin.php:298
969
  msgid "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
970
  msgstr "You can find full documentation about using Redirection on the <a href=\"%s\" target=\"_blank\">redirection.me</a> support site."
971
 
973
  msgid "https://redirection.me/"
974
  msgstr "https://redirection.me/"
975
 
976
+ #: redirection-strings.php:467
977
  msgid "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
978
  msgstr "Full documentation for Redirection can be found at {{site}}https://redirection.me{{/site}}. If you have a problem please check the {{faq}}FAQ{{/faq}} first."
979
 
980
+ #: redirection-strings.php:468
981
  msgid "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
982
  msgstr "If you want to report a bug please read the {{report}}Reporting Bugs{{/report}} guide."
983
 
984
+ #: redirection-strings.php:470
985
  msgid "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
986
  msgstr "If you want to submit information that you don't want in a public repository then send it directly via {{email}}email{{/email}} - include as much information as you can!"
987
 
988
+ #: redirection-strings.php:397
989
  msgid "Never cache"
990
  msgstr "Never cache"
991
 
992
+ #: redirection-strings.php:398
993
  msgid "An hour"
994
  msgstr "An hour"
995
 
996
+ #: redirection-strings.php:443
997
  msgid "Redirect Cache"
998
  msgstr "Redirect Cache"
999
 
1000
+ #: redirection-strings.php:444
1001
  msgid "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
1002
  msgstr "How long to cache redirected 301 URLs (via \"Expires\" HTTP header)"
1003
 
1004
+ #: redirection-strings.php:303
1005
  msgid "Are you sure you want to import from %s?"
1006
  msgstr "Are you sure you want to import from %s?"
1007
 
1008
+ #: redirection-strings.php:304
1009
  msgid "Plugin Importers"
1010
  msgstr "Plugin Importers"
1011
 
1012
+ #: redirection-strings.php:305
1013
  msgid "The following redirect plugins were detected on your site and can be imported from."
1014
  msgstr "The following redirect plugins were detected on your site and can be imported from."
1015
 
1016
+ #: redirection-strings.php:288
1017
  msgid "total = "
1018
  msgstr "total = "
1019
 
1020
+ #: redirection-strings.php:289
1021
  msgid "Import from %s"
1022
  msgstr "Import from %s"
1023
 
1024
  #. translators: 1: Expected WordPress version, 2: Actual WordPress version
1025
+ #: redirection-admin.php:389
1026
  msgid "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1027
  msgstr "Redirection requires WordPress v%1$1s, you are using v%2$2s - please update your WordPress"
1028
 
1029
+ #: models/importer.php:217
1030
  msgid "Default WordPress \"old slugs\""
1031
  msgstr "Default WordPress \"old slugs\""
1032
 
1033
+ #: redirection-strings.php:414
1034
  msgid "Create associated redirect (added to end of URL)"
1035
  msgstr "Create associated redirect (added to end of URL)"
1036
 
1037
+ #: redirection-admin.php:409
1038
  msgid "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1039
  msgstr "<code>Redirectioni10n</code> is not defined. This usually means another plugin is blocking Redirection from loading. Please disable all plugins and try again."
1040
 
1041
+ #: redirection-strings.php:487
1042
  msgid "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1043
  msgstr "If the magic button doesn't work then you should read the error and see if you can fix it manually, otherwise follow the 'Need help' section below."
1044
 
1045
+ #: redirection-strings.php:488
1046
  msgid "⚡️ Magic fix ⚡️"
1047
  msgstr "⚡️ Magic fix ⚡️"
1048
 
1049
+ #: redirection-strings.php:491
1050
  msgid "Plugin Status"
1051
  msgstr "Plugin Status"
1052
 
1066
  msgid "Libraries"
1067
  msgstr "Libraries"
1068
 
1069
+ #: redirection-strings.php:411
1070
  msgid "URL Monitor Changes"
1071
  msgstr "URL Monitor Changes"
1072
 
1073
+ #: redirection-strings.php:412
1074
  msgid "Save changes to this group"
1075
  msgstr "Save changes to this group"
1076
 
1077
+ #: redirection-strings.php:413
1078
  msgid "For example \"/amp\""
1079
  msgstr "For example \"/amp\""
1080
 
1081
+ #: redirection-strings.php:424
1082
  msgid "URL Monitor"
1083
  msgstr "URL Monitor"
1084
 
1085
+ #: redirection-strings.php:370
1086
  msgid "Delete 404s"
1087
  msgstr "Delete 404s"
1088
 
1089
+ #: redirection-strings.php:323
1090
  msgid "Delete all from IP %s"
1091
  msgstr "Delete all from IP %s"
1092
 
1093
+ #: redirection-strings.php:324
1094
  msgid "Delete all matching \"%s\""
1095
  msgstr "Delete all matching \"%s\""
1096
 
1098
  msgid "Your server has rejected the request for being too big. You will need to change it to continue."
1099
  msgstr "Your server has rejected the request for being too big. You will need to change it to continue."
1100
 
1101
+ #: redirection-admin.php:404
1102
  msgid "Also check if your browser is able to load <code>redirection.js</code>:"
1103
  msgstr "Also check if your browser is able to load <code>redirection.js</code>:"
1104
 
1105
+ #: redirection-admin.php:403 redirection-strings.php:284
1106
  msgid "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1107
  msgstr "If you are using a page caching plugin or service (CloudFlare, OVH, etc) then you can also try clearing that cache."
1108
 
1109
+ #: redirection-admin.php:392
1110
  msgid "Unable to load Redirection"
1111
  msgstr "Unable to load Redirection"
1112
 
1162
  msgid "All tables present"
1163
  msgstr "All tables present"
1164
 
1165
+ #: redirection-strings.php:278
1166
  msgid "Cached Redirection detected"
1167
  msgstr "Cached Redirection detected"
1168
 
1169
+ #: redirection-strings.php:279
1170
  msgid "Please clear your browser cache and reload this page."
1171
  msgstr "Please clear your browser cache and reload this page."
1172
 
1186
  msgid "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1187
  msgstr "Include these details in your report {{strong}}along with a description of what you were doing{{/strong}}."
1188
 
1189
+ #: redirection-admin.php:408
1190
  msgid "If you think Redirection is at fault then create an issue."
1191
  msgstr "If you think Redirection is at fault then create an issue."
1192
 
1193
+ #: redirection-admin.php:402
1194
  msgid "This may be caused by another plugin - look at your browser's error console for more details."
1195
  msgstr "This may be caused by another plugin - look at your browser's error console for more details."
1196
 
1197
+ #: redirection-admin.php:424
1198
  msgid "Loading, please wait..."
1199
  msgstr "Loading, please wait..."
1200
 
1201
+ #: redirection-strings.php:308
1202
  msgid "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1203
  msgstr "{{strong}}CSV file format{{/strong}}: {{code}}source URL, target URL{{/code}} - and can be optionally followed with {{code}}regex, http code{{/code}} ({{code}}regex{{/code}} - 0 for no, 1 for yes)."
1204
 
1205
+ #: redirection-strings.php:283
1206
  msgid "Redirection is not working. Try clearing your browser cache and reloading this page."
1207
  msgstr "Redirection is not working. Try clearing your browser cache and reloading this page."
1208
 
1209
+ #: redirection-strings.php:285
1210
  msgid "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1211
  msgstr "If that doesn't help, open your browser's error console and create a {{link}}new issue{{/link}} with the details."
1212
 
1214
  msgid "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1215
  msgstr "If this is a new problem then please either {{strong}}create a new issue{{/strong}} or send it in an {{strong}}email{{/strong}}. Include a description of what you were trying to do and the important details listed below. Please include a screenshot."
1216
 
1217
+ #: redirection-admin.php:412 redirection-strings.php:33
1218
  msgid "Create Issue"
1219
  msgstr "Create Issue"
1220
 
1226
  msgid "Important details"
1227
  msgstr "Important details"
1228
 
1229
+ #: redirection-strings.php:466
1230
  msgid "Need help?"
1231
  msgstr "Need help?"
1232
 
1233
+ #: redirection-strings.php:469
1234
  msgid "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1235
  msgstr "Please note that any support is provide on as-time-is-available basis and is not guaranteed. I do not provide paid support."
1236
 
1237
+ #: redirection-strings.php:450
1238
  msgid "Pos"
1239
  msgstr "Pos"
1240
 
1246
  msgid "Position"
1247
  msgstr "Position"
1248
 
1249
+ #: redirection-strings.php:437
1250
  msgid "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1251
  msgstr "Used to auto-generate a URL if no URL is given. Use the special tags {{code}}$dec${{/code}} or {{code}}$hex${{/code}} to insert a unique ID instead"
1252
 
1253
+ #: redirection-strings.php:438
1254
  msgid "Apache Module"
1255
  msgstr "Apache Module"
1256
 
1257
+ #: redirection-strings.php:439
1258
  msgid "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1259
  msgstr "Enter the full path and filename if you want Redirection to automatically update your {{code}}.htaccess{{/code}}."
1260
 
1261
+ #: redirection-strings.php:290
1262
  msgid "Import to group"
1263
  msgstr "Import to group"
1264
 
1265
+ #: redirection-strings.php:291
1266
  msgid "Import a CSV, .htaccess, or JSON file."
1267
  msgstr "Import a CSV, .htaccess, or JSON file."
1268
 
1269
+ #: redirection-strings.php:292
1270
  msgid "Click 'Add File' or drag and drop here."
1271
  msgstr "Click 'Add File' or drag and drop here."
1272
 
1273
+ #: redirection-strings.php:293
1274
  msgid "Add File"
1275
  msgstr "Add File"
1276
 
1277
+ #: redirection-strings.php:294
1278
  msgid "File selected"
1279
  msgstr "File selected"
1280
 
1281
+ #: redirection-strings.php:297
1282
  msgid "Importing"
1283
  msgstr "Importing"
1284
 
1285
+ #: redirection-strings.php:298
1286
  msgid "Finished importing"
1287
  msgstr "Finished importing"
1288
 
1289
+ #: redirection-strings.php:299
1290
  msgid "Total redirects imported:"
1291
  msgstr "Total redirects imported:"
1292
 
1293
+ #: redirection-strings.php:300
1294
  msgid "Double-check the file is the correct format!"
1295
  msgstr "Double-check the file is the correct format!"
1296
 
1297
+ #: redirection-strings.php:301
1298
  msgid "OK"
1299
  msgstr "OK"
1300
 
1301
+ #: redirection-strings.php:119 redirection-strings.php:302
1302
  msgid "Close"
1303
  msgstr "Close"
1304
 
1305
+ #: redirection-strings.php:307
1306
  msgid "All imports will be appended to the current database."
1307
  msgstr "All imports will be appended to the current database."
1308
 
1309
+ #: redirection-strings.php:309
1310
  msgid "Export"
1311
  msgstr "Export"
1312
 
1313
+ #: redirection-strings.php:310
1314
  msgid "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1315
  msgstr "Export to CSV, Apache .htaccess, Nginx, or Redirection JSON (which contains all redirects and groups)."
1316
 
1317
+ #: redirection-strings.php:311
1318
  msgid "Everything"
1319
  msgstr "Everything"
1320
 
1321
+ #: redirection-strings.php:312
1322
  msgid "WordPress redirects"
1323
  msgstr "WordPress redirects"
1324
 
1325
+ #: redirection-strings.php:313
1326
  msgid "Apache redirects"
1327
  msgstr "Apache redirects"
1328
 
1329
+ #: redirection-strings.php:314
1330
  msgid "Nginx redirects"
1331
  msgstr "Nginx redirects"
1332
 
1333
+ #: redirection-strings.php:315
1334
  msgid "CSV"
1335
  msgstr "CSV"
1336
 
1337
+ #: redirection-strings.php:316
1338
  msgid "Apache .htaccess"
1339
  msgstr "Apache .htaccess"
1340
 
1341
+ #: redirection-strings.php:317
1342
  msgid "Nginx rewrite rules"
1343
  msgstr "Nginx rewrite rules"
1344
 
1345
+ #: redirection-strings.php:318
1346
  msgid "Redirection JSON"
1347
  msgstr "Redirection JSON"
1348
 
1349
+ #: redirection-strings.php:319
1350
  msgid "View"
1351
  msgstr "View"
1352
 
1353
+ #: redirection-strings.php:63 redirection-strings.php:273
 
 
 
 
1354
  msgid "Import/Export"
1355
  msgstr "Import/Export"
1356
 
1357
+ #: redirection-strings.php:274
1358
  msgid "Logs"
1359
  msgstr "Logs"
1360
 
1361
+ #: redirection-strings.php:275
1362
  msgid "404 errors"
1363
  msgstr "404 errors"
1364
 
1365
+ #: redirection-strings.php:286
1366
  msgid "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1367
  msgstr "Please mention {{code}}%s{{/code}}, and explain what you were doing at the time"
1368
 
1369
+ #: redirection-strings.php:386
1370
  msgid "I'd like to support some more."
1371
  msgstr "I'd like to support some more."
1372
 
1373
+ #: redirection-strings.php:389
1374
  msgid "Support 💰"
1375
  msgstr "Support 💰"
1376
 
1377
+ #: redirection-strings.php:492
1378
  msgid "Redirection saved"
1379
  msgstr "Redirection saved"
1380
 
1381
+ #: redirection-strings.php:493
1382
  msgid "Log deleted"
1383
  msgstr "Log deleted"
1384
 
1385
+ #: redirection-strings.php:494
1386
  msgid "Settings saved"
1387
  msgstr "Settings saved"
1388
 
1389
+ #: redirection-strings.php:495
1390
  msgid "Group saved"
1391
  msgstr "Group saved"
1392
 
1393
+ #: redirection-strings.php:245
1394
  msgid "Are you sure you want to delete this item?"
1395
  msgid_plural "Are you sure you want to delete these items?"
1396
  msgstr[0] "Are you sure you want to delete this item?"
1397
  msgstr[1] "Are you sure you want to delete these items?"
1398
 
1399
+ #: redirection-strings.php:465
1400
  msgid "pass"
1401
  msgstr "pass"
1402
 
1403
+ #: redirection-strings.php:457
1404
  msgid "All groups"
1405
  msgstr "All groups"
1406
 
1460
  msgid "View notice"
1461
  msgstr "View notice"
1462
 
1463
+ #: models/redirect-sanitizer.php:185
1464
  msgid "Invalid source URL"
1465
  msgstr "Invalid source URL"
1466
 
1467
+ #: models/redirect-sanitizer.php:114
1468
  msgid "Invalid redirect action"
1469
  msgstr "Invalid redirect action"
1470
 
1471
+ #: models/redirect-sanitizer.php:108
1472
  msgid "Invalid redirect matcher"
1473
  msgstr "Invalid redirect matcher"
1474
 
1476
  msgid "Unable to add new redirect"
1477
  msgstr "Unable to add new redirect"
1478
 
1479
+ #: redirection-strings.php:23 redirection-strings.php:282
1480
  msgid "Something went wrong 🙁"
1481
  msgstr "Something went wrong 🙁"
1482
 
1485
  msgstr "I was trying to do a thing and it went wrong. It may be a temporary issue and if you try again it might work - great!"
1486
 
1487
  #. translators: maximum number of log entries
1488
+ #: redirection-admin.php:183
1489
  msgid "Log entries (%d max)"
1490
  msgstr "Log entries (%d max)"
1491
 
1492
+ #: redirection-strings.php:186
1493
  msgid "Search by IP"
1494
  msgstr "Search by IP"
1495
 
1496
+ #: redirection-strings.php:181
1497
  msgid "Select bulk action"
1498
  msgstr "Select bulk action"
1499
 
1500
+ #: redirection-strings.php:182
1501
  msgid "Bulk Actions"
1502
  msgstr "Bulk Actions"
1503
 
1504
+ #: redirection-strings.php:183
1505
  msgid "Apply"
1506
  msgstr "Apply"
1507
 
1508
+ #: redirection-strings.php:174
1509
  msgid "First page"
1510
  msgstr "First page"
1511
 
1512
+ #: redirection-strings.php:175
1513
  msgid "Prev page"
1514
  msgstr "Prev page"
1515
 
1516
+ #: redirection-strings.php:176
1517
  msgid "Current Page"
1518
  msgstr "Current Page"
1519
 
1520
+ #: redirection-strings.php:177
1521
  msgid "of %(page)s"
1522
  msgstr "of %(page)s"
1523
 
1524
+ #: redirection-strings.php:178
1525
  msgid "Next page"
1526
  msgstr "Next page"
1527
 
1528
+ #: redirection-strings.php:179
1529
  msgid "Last page"
1530
  msgstr "Last page"
1531
 
1532
+ #: redirection-strings.php:180
1533
  msgid "%s item"
1534
  msgid_plural "%s items"
1535
  msgstr[0] "%s item"
1536
  msgstr[1] "%s items"
1537
 
1538
+ #: redirection-strings.php:173
1539
  msgid "Select All"
1540
  msg