summaryrefslogtreecommitdiff
path: root/searx/translations/gl/LC_MESSAGES/messages.mo
blob: 0236724b1f3446fb574c15dc567f4687bd98086f (plain)
ofshex dumpascii
0000 de 12 04 95 00 00 00 00 9e 00 00 00 1c 00 00 00 0c 05 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................................
0020 fc 09 00 00 21 00 00 00 fd 09 00 00 05 00 00 00 1f 0a 00 00 07 00 00 00 25 0a 00 00 07 00 00 00 ....!...................%.......
0040 2d 0a 00 00 06 00 00 00 35 0a 00 00 0c 00 00 00 3c 0a 00 00 45 00 00 00 49 0a 00 00 54 00 00 00 -.......5.......<...E...I...T...
0060 8f 0a 00 00 05 00 00 00 e4 0a 00 00 a5 00 00 00 ea 0a 00 00 21 00 00 00 90 0b 00 00 28 00 00 00 ....................!.......(...
0080 b2 0b 00 00 24 00 00 00 db 0b 00 00 0b 00 00 00 00 0c 00 00 07 00 00 00 0c 0c 00 00 1d 00 00 00 ....$...........................
00a0 14 0c 00 00 12 00 00 00 32 0c 00 00 10 00 00 00 45 0c 00 00 0b 00 00 00 56 0c 00 00 08 00 00 00 ........2.......E.......V.......
00c0 62 0c 00 00 5d 00 00 00 6b 0c 00 00 10 00 00 00 c9 0c 00 00 07 00 00 00 da 0c 00 00 0b 00 00 00 b...]...k.......................
00e0 e2 0c 00 00 0c 00 00 00 ee 0c 00 00 0d 00 00 00 fb 0c 00 00 07 00 00 00 09 0d 00 00 1f 00 00 00 ................................
0100 11 0d 00 00 20 00 00 00 31 0d 00 00 06 00 00 00 52 0d 00 00 08 00 00 00 59 0d 00 00 08 00 00 00 ........1.......R.......Y.......
0120 62 0d 00 00 0e 00 00 00 6b 0d 00 00 16 00 00 00 7a 0d 00 00 07 00 00 00 91 0d 00 00 20 00 00 00 b.......k.......z...............
0140 99 0d 00 00 0e 00 00 00 ba 0d 00 00 03 00 00 00 c9 0d 00 00 16 00 00 00 cd 0d 00 00 13 00 00 00 ................................
0160 e4 0d 00 00 0b 00 00 00 f8 0d 00 00 0f 00 00 00 04 0e 00 00 0c 00 00 00 14 0e 00 00 12 00 00 00 ................................
0180 21 0e 00 00 10 00 00 00 34 0e 00 00 2e 00 00 00 45 0e 00 00 0d 00 00 00 74 0e 00 00 08 00 00 00 !.......4.......E.......t.......
01a0 82 0e 00 00 08 00 00 00 8b 0e 00 00 0a 00 00 00 94 0e 00 00 09 00 00 00 9f 0e 00 00 09 00 00 00 ................................
01c0 a9 0e 00 00 07 00 00 00 b3 0e 00 00 06 00 00 00 bb 0e 00 00 08 00 00 00 c2 0e 00 00 03 00 00 00 ................................
01e0 cb 0e 00 00 08 00 00 00 cf 0e 00 00 04 00 00 00 d8 0e 00 00 76 00 00 00 dd 0e 00 00 2e 00 00 00 ....................v...........
0200 54 0f 00 00 0d 00 00 00 83 0f 00 00 04 00 00 00 91 0f 00 00 72 00 00 00 96 0f 00 00 0f 00 00 00 T...................r...........
0220 09 10 00 00 11 00 00 00 19 10 00 00 03 00 00 00 2b 10 00 00 02 00 00 00 2f 10 00 00 18 00 00 00 ................+......./.......
0240 32 10 00 00 17 00 00 00 4b 10 00 00 25 00 00 00 63 10 00 00 0e 00 00 00 89 10 00 00 6f 00 00 00 2.......K...%...c...........o...
0260 98 10 00 00 0a 00 00 00 08 11 00 00 0b 00 00 00 13 11 00 00 07 00 00 00 1f 11 00 00 10 00 00 00 ................................
0280 27 11 00 00 16 00 00 00 38 11 00 00 51 00 00 00 4f 11 00 00 2f 00 00 00 a1 11 00 00 0e 00 00 00 '.......8...Q...O.../...........
02a0 d1 11 00 00 13 00 00 00 e0 11 00 00 0a 00 00 00 f4 11 00 00 06 00 00 00 ff 11 00 00 11 00 00 00 ................................
02c0 06 12 00 00 0a 00 00 00 18 12 00 00 2d 00 00 00 23 12 00 00 0d 00 00 00 51 12 00 00 0f 00 00 00 ......
#[macro_use]
extern crate serde_derive;
use serde_json as json;

use std::fs::File;
use std::io::{self, Read};
use std::path::Path;

use alacritty_terminal::ansi;
use alacritty_terminal::clipboard::Clipboard;
use alacritty_terminal::config::Config;
use alacritty_terminal::index::Column;
use alacritty_terminal::message_bar::MessageBuffer;
use alacritty_terminal::term::cell::Cell;
use alacritty_terminal::term::SizeInfo;
use alacritty_terminal::util::fmt::{Green, Red};
use alacritty_terminal::Grid;
use alacritty_terminal::Term;

macro_rules! ref_tests {
    ($($name:ident)*) => {
        $(
            #[test]
            fn $name() {
                let test_dir = Path::new(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/ref"));
                let test_path = test_dir.join(stringify!($name));
                ref_test(&test_path);
            }
        )*
    }
}

ref_tests! {
    csi_rep
    fish_cc
    indexed_256_colors
    issue_855
    ll
    newline_with_cursor_beyond_scroll_region
    tab_rendering
    tmux_git_log
    tmux_htop
    vim_24bitcolors_bce
    vim_large_window_scroll
    vim_simple_edit
    vttest_cursor_movement_1
    vttest_insert
    vttest_origin_mode_1
    vttest_origin_mode_2
    vttest_scroll
    vttest_tab_clear_set
    zsh_tab_completion
    history
    grid_reset
    zerowidth
}

fn read_u8<P>(path: P) -> Vec<u8>
where
    P: AsRef<Path>,
{
    let mut res = Vec::new();
    File::open(path.as_ref()).unwrap().read_to_end(&mut res).unwrap();

    res
}

fn read_string<P>(path: P) -> Result<String, ::std::io::Error>
where
    P: AsRef<Path>,
{
    let mut res = String::new();
    File::open(path.as_ref()).and_then(|mut f| f.read_to_string(&mut res))?;

    Ok(res)
}

#[derive(Deserialize, Default)]
struct RefConfig {
    history_size: u32,
}

fn ref_test(dir: &Path) {
    let recording = read_u8(dir.join("alacritty.recording"));
    let serialized_size = read_string(dir.join("size.json")).unwrap();
    let serialized_grid = read_string(dir.join("grid.json")).unwrap();
    let serialized_cfg = read_string(dir.join("config.json")).unwrap_or_default();

    let size: SizeInfo = json::from_str(&serialized_size).unwrap();
    let grid: Grid<Cell> = json::from_str(&serialized_grid).unwrap();
    let ref_config: RefConfig = json::from_str(&serialized_cfg).unwrap_or_default();

    let mut config: Config = Default::default();
    config.set_history(ref_config.history_size);

    let mut terminal = Term::new(&config, size, MessageBuffer::new(), Clipboard::new_nop());
    let mut parser = ansi::Processor::new();

    for byte in recording {
        parser.advance(&mut terminal, byte, &mut io::sink());
    }

    // Truncate invisible lines from the grid
    let mut term_grid = terminal.grid().clone();
    term_grid.initialize_all(&Cell::default());
    term_grid.truncate();

    if grid != term_grid {
        for i in 0..grid.len() {
            for j in 0..grid.num_cols().0 {
                let cell = term_grid[i][Column(j)];
                let original_cell = grid[i][Column(j)];
                if original_cell != cell {
                    println!(
                        "[{i}][{j}] {original:?} => {now:?}",
                        i = i,
                        j = j,
                        original = Green(original_cell),
                        now = Red(cell)
                    );
                }
            }
        }

        panic!("Ref test failed; grid doesn't match");
    }

    assert_eq!(grid, term_grid);
}
.These.settings.are.sto
1380 72 65 64 20 69 6e 20 79 6f 75 72 20 63 6f 6f 6b 69 65 73 2c 20 74 68 69 73 20 61 6c 6c 6f 77 73 red.in.your.cookies,.this.allows
13a0 20 75 73 20 6e 6f 74 20 74 6f 20 73 74 6f 72 65 20 74 68 69 73 20 64 61 74 61 20 61 62 6f 75 74 .us.not.to.store.this.data.about
13c0 20 79 6f 75 2e 00 54 68 69 73 20 65 6e 74 72 79 20 68 61 73 20 62 65 65 6e 20 73 75 70 65 72 73 .you..This.entry.has.been.supers
13e0 65 64 65 64 20 62 79 00 54 69 42 00 54 69 6d 65 20 72 61 6e 67 65 00 54 72 61 63 6b 65 72 20 55 eded.by.TiB.Time.range.Tracker.U
1400 52 4c 20 72 65 6d 6f 76 65 72 00 54 72 79 20 73 65 61 72 63 68 69 6e 67 20 66 6f 72 3a 00 55 73 RL.remover.Try.searching.for:.Us
1420 65 72 20 69 6e 74 65 72 66 61 63 65 00 56 61 6c 75 65 00 56 69 65 77 20 73 6f 75 72 63 65 00 56 er.interface.Value.View.source.V
1440 69 6d 2d 6c 69 6b 65 20 68 6f 74 6b 65 79 73 00 57 68 61 74 20 6c 61 6e 67 75 61 67 65 20 64 6f im-like.hotkeys.What.language.do
1460 20 79 6f 75 20 70 72 65 66 65 72 20 66 6f 72 20 73 65 61 72 63 68 3f 00 61 20 70 72 69 76 61 63 .you.prefer.for.search?.a.privac
1480 79 2d 72 65 73 70 65 63 74 69 6e 67 2c 20 68 61 63 6b 61 62 6c 65 20 6d 65 74 61 73 65 61 72 63 y-respecting,.hackable.metasearc
14a0 68 20 65 6e 67 69 6e 65 00 61 70 70 73 00 61 75 74 6f 00 63 61 63 68 65 64 00 63 75 72 72 65 6e h.engine.apps.auto.cached.curren
14c0 74 6c 79 2c 20 74 68 65 72 65 20 61 72 65 20 6e 6f 20 63 6f 6f 6b 69 65 73 20 64 65 66 69 6e 65 tly,.there.are.no.cookies.define
14e0 64 2e 00 64 61 72 6b 00 64 69 63 74 69 6f 6e 61 72 69 65 73 00 66 69 6c 65 73 00 67 65 6e 65 72 d..dark.dictionaries.files.gener
1500 61 6c 00 68 69 64 65 20 6d 61 70 00 68 69 64 65 20 6d 65 64 69 61 00 68 69 64 65 20 76 69 64 65 al.hide.map.hide.media.hide.vide
1520 6f 00 69 6d 61 67 65 73 00 69 74 00 6b 69 42 00 6c 69 67 68 74 00 6c 79 72 69 63 73 00 6d 61 67 o.images.it.kiB.light.lyrics.mag
1540 6e 65 74 20 6c 69 6e 6b 00 6d 61 70 00 6d 75 73 69 63 00 6e 65 74 77 6f 72 6b 20 65 72 72 6f 72 net.link.map.music.network.error
1560 00 6e 65 77 73 00 6f 6e 69 6f 6e 73 00 6f 74 68 65 72 00 6f 74 68 65 72 73 00 70 61 63 6b 61 67 .news.onions.other.others.packag
1580 65 73 00 70 61 72 73 69 6e 67 20 65 72 72 6f 72 00 70 72 65 66 65 72 65 6e 63 65 73 00 70 72 6f es.parsing.error.preferences.pro
15a0 78 69 65 64 00 71 26 61 00 72 65 70 6f 73 00 73 63 69 65 6e 63 65 00 73 65 61 72 63 68 20 65 72 xied.q&a.repos.science.search.er
15c0 72 6f 72 00 73 65 61 72 63 68 20 70 61 67 65 00 73 68 6f 77 20 6d 61 70 00 73 68 6f 77 20 6d 65 ror.search.page.show.map.show.me
15e0 64 69 61 00 73 68 6f 77 20 76 69 64 65 6f 00 73 6f 63 69 61 6c 20 6d 65 64 69 61 00 73 6f 66 74 dia.show.video.social.media.soft
1600 77 61 72 65 20 77 69 6b 69 73 00 74 69 6d 65 6f 75 74 00 74 6f 72 72 65 6e 74 20 66 69 6c 65 00 ware.wikis.timeout.torrent.file.
1620 76 69 64 65 6f 73 00 77 65 20 64 69 64 6e 27 74 20 66 69 6e 64 20 61 6e 79 20 72 65 73 75 6c 74 videos.we.didn't.find.any.result
1640 73 2e 20 50 6c 65 61 73 65 20 75 73 65 20 61 6e 6f 74 68 65 72 20 71 75 65 72 79 20 6f 72 20 73 s..Please.use.another.query.or.s
1660 65 61 72 63 68 20 69 6e 20 6d 6f 72 65 20 63 61 74 65 67 6f 72 69 65 73 2e 00 77 65 62 00 7b 68 earch.in.more.categories..web.{h
1680 6f 75 72 73 7d 20 68 6f 75 72 28 73 29 2c 20 7b 6d 69 6e 75 74 65 73 7d 20 6d 69 6e 75 74 65 28 ours}.hour(s),.{minutes}.minute(
16a0 73 29 20 61 67 6f 00 7b 6d 69 6e 75 74 65 73 7d 20 6d 69 6e 75 74 65 28 73 29 20 61 67 6f 00 7b s).ago.{minutes}.minute(s).ago.{
16c0 74 69 74 6c 65 7d 20 28 4f 42 53 4f 4c 45 54 45 29 00 50 72 6f 6a 65 63 74 2d 49 64 2d 56 65 72 title}.(OBSOLETE).Project-Id-Ver
16e0 73 69 6f 6e 3a 20 20 73 65 61 72 78 0a 52 65 70 6f 72 74 2d 4d 73 67 69 64 2d 42 75 67 73 2d 54 sion:..searx.Report-Msgid-Bugs-T
1700 6f 3a 20 45 4d 41 49 4c 40 41 44 44 52 45 53 53 0a 50 4f 54 2d 43 72 65 61 74 69 6f 6e 2d 44 61 o:.EMAIL@ADDRESS.POT-Creation-Da
1720 74 65 3a 20 32 30 32 32 2d 30 35 2d 31 35 20 31 38 3a 34 36 2b 30 30 30 30 0a 50 4f 2d 52 65 76 te:.2022-05-15.18:46+0000.PO-Rev
1740 69 73 69 6f 6e 2d 44 61 74 65 3a 20 32 30 32 32 2d 30 35 2d 31 33 20 30 37 3a 32 30 2b 30 30 30 ision-Date:.2022-05-13.07:20+000
1760 30 0a 4c 61 73 74 2d 54 72 61 6e 73 6c 61 74 6f 72 3a 20 4d 61 72 6b 75 73 20 48 65 69 73 65 72 0.Last-Translator:.Markus.Heiser
1780 20 3c 6d 61 72 6b 75 73 2e 68 65 69 73 65 72 40 64 61 72 6d 61 72 69 74 2e 64 65 3e 0a 4c 61 6e .<markus.heiser@darmarit.de>.Lan
17a0 67 75 61 67 65 3a 20 67 6c 0a 4c 61 6e 67 75 61 67 65 2d 54 65 61 6d 3a 20 47 61 6c 69 63 69 61 guage:.gl.Language-Team:.Galicia
17c0 6e 20 3c 68 74 74 70 73 3a 2f 2f 77 65 62 6c 61 74 65 2e 62 75 62 75 31 2e 65 75 2f 70 72 6f 6a n.<https://weblate.bubu1.eu/proj
17e0 65 63 74 73 2f 73 65 61 72 78 6e 67 2f 73 65 61 72 78 6e 67 2f 67 6c 2f 3e 0a 50 6c 75 72 61 6c ects/searxng/searxng/gl/>.Plural
1800 2d 46 6f 72 6d 73 3a 20 6e 70 6c 75 72 61 6c 73 3d 32 3b 20 70 6c 75 72 61 6c 3d 6e 20 21 3d 20 -Forms:.nplurals=2;.plural=n.!=.
1820 31 3b 0a 4d 49 4d 45 2d 56 65 72 73 69 6f 6e 3a 20 31 2e 30 0a 43 6f 6e 74 65 6e 74 2d 54 79 70 1;.MIME-Version:.1.0.Content-Typ
1840 65 3a 20 74 65 78 74 2f 70 6c 61 69 6e 3b 20 63 68 61 72 73 65 74 3d 75 74 66 2d 38 0a 43 6f 6e e:.text/plain;.charset=utf-8.Con
1860 74 65 6e 74 2d 54 72 61 6e 73 66 65 72 2d 45 6e 63 6f 64 69 6e 67 3a 20 38 62 69 74 0a 47 65 6e tent-Transfer-Encoding:.8bit.Gen
1880 65 72 61 74 65 64 2d 42 79 3a 20 42 61 62 65 6c 20 32 2e 31 30 2e 31 0a 00 54 6f 6b 65 6e 73 20 erated-By:.Babel.2.10.1..Tokens.
18a0 64 65 20 61 63 63 65 73 6f 20 70 61 72 61 20 62 75 73 63 61 64 6f 72 65 73 20 70 72 69 76 61 64 de.acceso.para.buscadores.privad
18c0 6f 73 00 50 65 72 6d 69 74 69 72 00 52 65 73 70 6f 73 74 61 73 00 43 61 6c 71 75 65 72 20 6d 6f os.Permitir.Respostas.Calquer.mo
18e0 6d 65 6e 74 6f 00 41 75 74 6f 72 61 00 41 75 74 6f 63 6f 6d 70 6c 65 74 61 72 00 43 61 72 67 61 mento.Autora.Autocompletar.Carga
1900 72 20 61 75 74 6f 6d c3 a1 74 69 63 61 6d 65 6e 74 65 20 61 20 73 65 67 75 69 6e 74 65 20 70 c3 r.autom..ticamente.a.seguinte.p.
1920 a1 78 69 6e 61 20 c3 b3 20 64 65 73 70 72 61 7a 61 72 73 65 20 c3 b3 20 66 6f 6e 64 6f 20 64 61 .xina....desprazarse....fondo.da
1940 20 70 c3 a1 78 69 6e 61 20 61 63 74 75 61 6c 00 45 76 69 74 61 72 20 6d 75 72 6f 73 20 64 65 20 .p..xina.actual.Evitar.muros.de.
1960 70 61 67 6f 20 72 65 64 69 72 65 63 63 69 69 6f 6e 61 6e 64 6f 20 61 20 76 65 72 73 69 c3 b3 6e pago.redirecciionando.a.versi..n
1980 73 20 70 c3 ba 62 6c 69 63 61 73 20 64 61 73 20 70 75 62 6c 69 63 61 63 69 c3 b3 6e 73 20 63 61 s.p..blicas.das.publicaci..ns.ca
19a0 6e 64 6f 20 65 73 74 c3 a9 6e 20 64 69 73 70 6f c3 b1 69 62 6c 65 73 00 42 79 74 65 73 00 43 61 ndo.est..n.dispo..ibles.Bytes.Ca
19c0 6d 62 69 61 72 20 63 c3 b3 6d 6f 20 73 65 20 65 6e 76 c3 ad 61 6e 20 6f 73 20 66 6f 72 6d 75 6c mbiar.c..mo.se.env..an.os.formul
19e0 61 72 69 6f 73 2c 20 3c 61 20 68 72 65 66 3d 22 68 74 74 70 3a 2f 2f 65 6e 2e 77 69 6b 69 70 65 arios,.<a.href="http://en.wikipe
1a00 64 69 61 2e 6f 72 67 2f 77 69 6b 69 2f 48 79 70 65 72 74 65 78 74 5f 54 72 61 6e 73 66 65 72 5f dia.org/wiki/Hypertext_Transfer_
1a20 50 72 6f 74 6f 63 6f 6c 23 52 65 71 75 65 73 74 5f 6d 65 74 68 6f 64 73 22 20 72 65 6c 3d 22 65 Protocol#Request_methods".rel="e
1a40 78 74 65 72 6e 61 6c 22 3e 61 70 72 65 6e 64 65 20 6d c3 a1 69 73 20 73 6f 62 72 65 20 6f 73 20 xternal">aprende.m..is.sobre.os.
1a60 6d c3 a9 74 6f 64 6f 73 20 64 65 20 63 6f 6e 73 75 6c 74 61 3c 2f 61 3e 00 43 61 6d 62 69 61 72 m..todos.de.consulta</a>.Cambiar
1a80 20 6f 20 69 64 69 6f 6d 61 20 64 61 20 64 69 73 70 6f 73 69 63 69 c3 b3 6e 00 50 72 65 6d 65 20 .o.idioma.da.disposici..n.Preme.
1aa0 6e 61 20 6c 75 70 61 20 70 61 72 61 20 72 65 61 6c 69 7a 61 72 20 61 20 62 75 73 63 61 00 43 61 na.lupa.para.realizar.a.busca.Ca
1ac0 6c 63 75 6c 61 20 7b 66 75 6e 63 74 69 6f 6e 73 7d 20 64 6f 73 20 61 72 67 75 6d 65 6e 74 6f 73 lcula.{functions}.dos.argumentos
1ae0 00 4e 6f 6d 65 20 64 6f 20 74 65 73 74 65 6d 75 c3 b1 6f 00 54 65 73 74 65 6d 75 c3 b1 6f 73 00 .Nome.do.testemu..o.Testemu..os.
1b00 4d 6f 74 6f 72 65 73 20 64 65 20 62 75 73 63 61 20 75 74 69 6c 69 7a 61 64 6f 73 20 61 63 74 75 Motores.de.busca.utilizados.actu
1b20 61 6c 6d 65 6e 74 65 00 43 61 74 65 67 6f 72 c3 ad 61 73 20 70 6f 72 20 6f 6d 69 73 69 c3 b3 6e almente.Categor..as.por.omisi..n
1b40 00 49 64 69 6f 6d 61 20 70 6f 72 20 6f 6d 69 73 69 c3 b3 6e 00 44 65 73 63 72 69 63 69 c3 b3 6e .Idioma.por.omisi..n.Descrici..n
1b60 00 44 65 73 61 63 74 69 76 61 64 6f 00 4d 6f 73 74 72 61 20 6f 20 74 65 75 20 49 50 20 73 65 20 .Desactivado.Mostra.o.teu.IP.se.
1b80 61 20 63 6f 6e 73 75 6c 74 61 20 c3 a9 20 22 69 70 22 20 65 20 6f 20 74 65 75 20 55 73 65 20 41 a.consulta...."ip".e.o.teu.Use.A
1ba0 67 65 6e 74 20 73 65 20 61 20 63 6f 6e 73 75 6c 74 61 20 63 6f 6e 74 c3 a9 6e 20 22 75 73 65 72 gent.se.a.consulta.cont..n."user
1bc0 20 61 67 65 6e 74 22 2e 00 44 65 73 63 61 72 67 61 72 20 72 65 73 75 6c 74 61 64 6f 73 00 41 63 .agent"..Descargar.resultados.Ac
1be0 74 69 76 61 64 6f 00 4e 6f 6d 65 20 64 6f 20 6d 6f 74 6f 72 00 45 73 74 61 74 c3 ad 73 74 69 63 tivado.Nome.do.motor.Estat..stic
1c00 61 73 20 64 6f 20 62 75 73 63 61 64 6f 72 00 54 6f 6b 65 6e 73 20 64 6f 20 62 75 73 63 61 64 6f as.do.buscador.Tokens.do.buscado
1c20 72 00 4d 6f 74 6f 72 65 73 00 4f 73 20 62 75 73 63 61 64 6f 72 65 73 20 6e 6f 6e 20 6f 62 74 69 r.Motores.Os.buscadores.non.obti
1c40 76 65 72 6f 6e 20 72 65 73 75 6c 74 61 64 6f 73 00 4f 73 20 62 75 73 63 61 64 6f 72 65 73 20 6e veron.resultados.Os.buscadores.n
1c60 6f 6e 20 70 6f 64 65 6e 20 6f 62 74 65 72 20 72 65 73 75 6c 74 61 64 6f 73 2e 00 46 61 6c 6c 6f on.poden.obter.resultados..Fallo
1c80 21 00 45 78 65 6d 70 6c 6f 73 00 54 61 6d 61 c3 b1 6f 20 64 6f 20 66 69 63 68 65 69 72 6f 00 46 !.Exemplos.Tama..o.do.ficheiro.F
1ca0 69 6c 74 72 6f 20 64 65 20 63 6f 6e 74 69 64 6f 00 42 75 73 63 61 72 20 6e 61 73 20 63 6f 75 73 iltro.de.contido.Buscar.nas.cous
1cc0 61 73 20 6d 65 74 72 61 73 20 65 73 63 72 69 62 65 73 00 58 65 72 61 6c 00 58 65 72 61 72 20 64 as.metras.escribes.Xeral.Xerar.d
1ce0 69 66 65 72 65 6e 74 65 73 20 76 61 6c 6f 72 65 73 20 61 6c 65 61 74 6f 72 69 6f 73 00 4f 62 74 iferentes.valores.aleatorios.Obt
1d00 65 72 20 64 69 72 65 63 63 69 c3 b3 6e 73 00 47 69 42 00 49 72 20 61 20 25 28 73 65 61 72 63 68 er.direcci..ns.GiB.Ir.a.%(search
1d20 5f 70 61 67 65 29 73 2e 00 65 72 72 6f 20 64 65 20 70 72 6f 74 6f 63 6f 6c 6f 20 48 54 54 50 00 _page)s..erro.de.protocolo.HTTP.
1d40 50 72 6f 78 79 20 64 65 20 69 6d 61 78 65 73 00 44 65 73 70 72 61 7a 61 6d 65 6e 74 6f 20 69 6e Proxy.de.imaxes.Desprazamento.in
1d60 66 69 6e 69 74 6f 00 49 6e 66 6f 72 6d 61 63 69 c3 b3 6e 21 00 49 64 69 6f 6d 61 20 64 61 20 69 finito.Informaci..n!.Idioma.da.i
1d80 6e 74 65 72 66 61 63 65 00 41 78 75 73 74 65 73 20 6e 6f 6e 20 76 c3 a1 6c 69 64 6f 73 00 41 78 nterface.Axustes.non.v..lidos.Ax
1da0 75 73 74 65 73 20 6e 6f 6e 20 76 c3 a1 6c 69 64 6f 73 2c 20 70 6f 72 20 66 61 76 6f 72 20 65 64 ustes.non.v..lidos,.por.favor.ed
1dc0 69 74 61 20 61 20 63 6f 6e 66 69 67 75 72 61 63 69 c3 b3 6e 00 53 65 67 75 69 6d 65 6e 74 6f 20 ita.a.configuraci..n.Seguimento.
1de0 64 65 20 70 72 6f 62 6c 65 6d 61 73 00 50 61 6c 61 62 72 61 73 20 63 68 61 76 65 00 c3 9a 6c 74 de.problemas.Palabras.chave...lt
1e00 69 6d 6f 20 64 c3 ad 61 00 c3 9a 6c 74 69 6d 6f 20 6d 65 73 00 c3 9a 6c 74 69 6d 61 20 73 65 6d imo.d..a...ltimo.mes...ltima.sem
1e20 61 6e 61 00 c3 9a 6c 74 69 6d 6f 20 61 6e 6f 00 43 6c 69 65 6e 74 65 00 4c 6f 6e 78 69 74 75 64 ana...ltimo.ano.Cliente.Lonxitud
1e40 65 00 54 65 6d 70 6f 20 6d c3 a1 78 2e 00 4d 69 42 00 4d 6f 64 65 72 61 64 61 00 4e 6f 6d 65 00 e.Tempo.m..x..MiB.Moderada.Nome.
1e60 4e 61 76 65 67 61 72 20 6e 6f 73 20 72 65 73 75 6c 74 61 64 6f 73 20 64 61 20 62 75 73 63 61 20 Navegar.nos.resultados.da.busca.
1e80 63 6f 6e 20 61 74 61 6c 6c 6f 73 20 63 6f 6d 6f 20 6f 73 20 64 65 20 56 69 6d 20 28 72 65 71 75 con.atallos.como.os.de.Vim.(requ
1ea0 69 72 65 20 4a 61 76 61 53 63 72 69 70 74 29 2e 20 50 72 65 6d 65 20 22 68 22 20 6e 61 20 70 61 ire.JavaScript)..Preme."h".na.pa
1ec0 6e 74 61 6c 6c 61 20 70 72 69 6e 63 69 70 61 6c 20 6f 75 20 64 65 20 72 65 73 75 6c 74 61 64 6f ntalla.principal.ou.de.resultado
1ee0 73 20 70 61 72 61 20 6f 62 74 65 72 20 61 78 75 64 61 2e 00 4e 6f 6e 20 68 61 69 20 64 69 73 70 s.para.obter.axuda..Non.hai.disp
1f00 6f c3 b1 69 62 6c 65 20 75 6e 20 65 78 74 72 61 63 74 6f 20 70 61 72 61 20 65 73 74 61 20 70 75 o..ible.un.extracto.para.esta.pu
1f20 62 6c 69 63 61 63 69 c3 b3 6e 2e 00 4e 6f 6e 20 73 65 20 61 74 6f 70 61 72 6f 6e 20 65 6c 65 6d blicaci..n..Non.se.atoparon.elem
1f40 65 6e 74 6f 73 00 4e 69 6e 67 75 6e 68 61 00 4e 6f 74 61 3a 20 65 73 74 61 62 6c 65 63 65 72 20 entos.Ningunha.Nota:.establecer.
1f60 61 78 75 73 74 65 73 20 70 65 72 73 6f 6e 61 6c 69 7a 61 64 6f 73 20 6e 61 20 55 52 4c 20 64 65 axustes.personalizados.na.URL.de
1f80 20 62 75 73 63 61 20 70 6f 64 65 20 72 65 64 75 63 69 72 20 61 20 74 c3 ba 61 20 70 72 69 76 61 .busca.pode.reducir.a.t..a.priva
1fa0 63 69 64 61 64 65 20 c3 b3 20 66 69 6c 74 72 61 72 20 64 61 74 6f 73 20 c3 b3 73 20 73 69 74 69 cidade....filtrar.datos...s.siti
1fc0 6f 73 20 77 65 62 20 64 6f 73 20 72 65 73 75 6c 74 61 64 6f 73 2e 00 4e c3 ba 6d 65 72 6f 20 64 os.web.dos.resultados..N..mero.d
1fe0 65 20 66 69 63 68 65 69 72 6f 73 00 4e c3 ba 6d 65 72 6f 20 64 65 20 72 65 73 75 6c 74 61 64 6f e.ficheiros.N..mero.de.resultado
2000 73 00 4f 66 66 00 4f 6e 00 52 65 73 6f 6c 75 74 6f 72 20 4f 70 65 6e 20 41 63 63 65 73 73 20 44 s.Off.On.Resolutor.Open.Access.D
2020 4f 49 00 52 65 65 73 63 72 69 74 75 72 61 20 4f 70 65 6e 20 41 63 63 65 73 73 20 44 4f 49 00 41 OI.Reescritura.Open.Access.DOI.A
2040 62 72 69 72 20 6c 69 67 61 7a c3 b3 6e 73 20 64 65 20 72 65 73 75 6c 74 61 64 6f 73 20 65 6e 20 brir.ligaz..ns.de.resultados.en.
2060 6e 6f 76 61 73 20 6c 61 70 65 6c 61 73 20 64 6f 20 6e 61 76 65 67 61 64 6f 72 00 50 c3 a1 78 69 novas.lapelas.do.navegador.P..xi
2080 6e 61 20 6e 6f 6e 20 61 74 6f 70 61 64 61 00 42 75 73 63 61 20 c3 b3 20 6d 6f 6d 65 6e 74 6f 20 na.non.atopada.Busca....momento.
20a0 73 65 20 68 61 69 20 75 6e 68 61 20 63 61 74 65 67 6f 72 c3 ad 61 20 73 65 6c 65 63 63 69 6f 6e se.hai.unha.categor..a.seleccion
20c0 61 64 61 2e 20 44 65 73 61 63 74 69 76 61 72 20 70 61 72 61 20 73 65 6c 65 63 63 69 6f 6e 61 72 ada..Desactivar.para.seleccionar
20e0 20 6d c3 ba 6c 74 69 70 6c 65 73 20 63 61 74 65 67 6f 72 c3 ad 61 73 2e 20 28 52 65 71 75 69 72 .m..ltiples.categor..as..(Requir
2100 65 20 4a 61 76 61 53 63 72 69 70 74 29 00 50 72 6f 70 6f 72 63 69 6f 6e 61 64 6f 20 70 6f 72 00 e.JavaScript).Proporcionado.por.
2120 41 78 75 73 74 65 73 00 50 72 69 76 61 63 69 64 61 64 65 00 49 6e 73 74 61 6e 63 69 61 73 20 70 Axustes.Privacidade.Instancias.p
2140 c3 ba 62 6c 69 63 61 73 00 58 65 72 61 64 6f 72 20 64 65 20 76 61 6c 6f 72 20 61 6c 65 61 74 6f ..blicas.Xerador.de.valor.aleato
2160 72 69 6f 00 52 65 64 69 72 65 63 63 69 6f 6e 61 72 20 61 20 76 65 72 73 69 c3 b3 6e 73 20 61 62 rio.Redireccionar.a.versi..ns.ab
2180 65 72 74 61 73 20 64 61 73 20 70 75 62 6c 69 63 61 63 69 c3 b3 6e 73 20 63 61 6e 64 6f 20 65 73 ertas.das.publicaci..ns.cando.es
21a0 74 c3 a9 6e 20 64 69 73 70 6f c3 b1 69 62 6c 65 73 20 28 72 65 71 75 69 72 65 20 6f 20 65 6e 67 t..n.dispo..ibles.(require.o.eng
21c0 61 64 69 64 6f 29 00 45 6c 69 6d 69 6e 61 20 6f 73 20 61 72 67 75 6d 65 6e 74 6f 73 20 64 65 20 adido).Elimina.os.argumentos.de.
21e0 72 61 73 74 72 65 78 6f 20 64 61 20 55 52 4c 20 64 65 76 6f 6c 74 61 00 52 65 73 74 61 62 6c 65 rastrexo.da.URL.devolta.Restable
2200 63 65 72 00 52 65 73 75 6c 74 61 64 6f 73 20 65 6e 20 6e 6f 76 61 73 20 6c 61 70 65 6c 61 73 00 cer.Resultados.en.novas.lapelas.
2220 42 75 73 63 61 20 73 65 67 75 72 61 00 50 75 6e 74 75 61 63 69 c3 b3 6e 73 00 50 75 6e 74 75 61 Busca.segura.Puntuaci..ns.Puntua
2240 63 69 c3 b3 6e 73 20 70 6f 72 20 72 65 73 75 6c 74 61 64 6f 00 42 75 73 63 61 20 55 52 4c 00 55 ci..ns.por.resultado.Busca.URL.U
2260 52 4c 20 64 65 20 62 75 73 63 61 20 64 6f 73 20 61 78 75 73 74 65 73 20 67 61 72 64 61 64 6f 73 RL.de.busca.dos.axustes.gardados
2280 20 61 63 74 75 61 6c 6d 65 6e 74 65 2e 00 42 75 73 63 61 72 20 70 6f 72 2e 2e 2e 00 49 64 69 6f .actualmente..Buscar.por....Idio
22a0 6d 61 20 64 65 20 62 75 73 63 61 00 42 75 73 63 61 20 65 6e 20 63 61 74 65 67 6f 72 c3 ad 61 20 ma.de.busca.Busca.en.categor..a.
22c0 73 65 6c 65 63 63 69 6f 6e 61 64 61 00 53 65 6d 65 6e 74 61 64 6f 72 61 00 41 74 61 6c 6c 6f 00 seleccionada.Sementadora.Atallo.
22e0 4c 61 6d 65 6e 74 c3 a1 6d 6f 6c 6f 21 00 43 c3 b3 64 69 67 6f 20 66 6f 6e 74 65 00 46 75 6e 63 Lament..molo!.C..digo.fonte.Func
2300 69 c3 b3 6e 73 20 64 65 20 65 73 74 61 74 c3 ad 73 74 69 63 61 00 45 73 74 72 69 74 61 00 53 75 i..ns.de.estat..stica.Estrita.Su
2320 78 65 73 74 69 c3 b3 6e 73 00 53 6f 70 6f 72 74 61 20 6f 20 69 64 69 6f 6d 61 20 73 65 6c 65 63 xesti..ns.Soporta.o.idioma.selec
2340 63 69 6f 6e 61 64 6f 00 4e 6f 6e 20 68 61 69 20 64 61 74 6f 73 20 64 69 73 70 6f c3 b1 69 62 6c cionado.Non.hai.datos.dispo..ibl
2360 65 73 2e 00 45 73 74 6f 73 20 74 65 73 74 65 6d 75 c3 b1 6f 73 20 73 6f 6e 20 70 61 72 61 20 61 es..Estos.testemu..os.son.para.a
2380 20 74 c3 ba 61 20 63 6f 6e 76 65 6e 69 65 6e 63 69 61 2c 20 6e 6f 6e 20 75 74 69 6c 69 7a 61 6d .t..a.conveniencia,.non.utilizam
23a0 6f 73 20 65 73 74 6f 73 20 74 65 73 74 65 6d 75 c3 b1 6f 73 20 70 61 72 61 20 72 61 73 74 72 65 os.estos.testemu..os.para.rastre
23c0 78 61 72 74 65 2e 00 45 73 74 6f 73 20 61 78 75 73 74 65 73 20 67 c3 a1 72 64 61 6e 73 65 20 65 xarte..Estos.axustes.g..rdanse.e
23e0 6e 20 74 65 73 74 65 6d 75 c3 b1 6f 73 2c 20 65 73 74 6f 20 70 65 72 6d c3 ad 74 65 6e 6f 73 20 n.testemu..os,.esto.perm..tenos.
2400 6e 6f 6e 20 74 65 72 20 71 75 65 20 67 61 72 64 61 72 20 6e 69 6e 67 c3 ba 6e 20 64 61 74 6f 20 non.ter.que.gardar.ning..n.dato.
2420 73 6f 62 72 65 20 74 69 2e 00 45 73 74 61 20 65 6e 74 72 61 64 61 20 66 6f 69 20 70 72 6f 70 6f sobre.ti..Esta.entrada.foi.propo
2440 72 63 69 6f 6e 61 64 61 20 70 6f 72 00 54 69 42 00 4d 61 72 63 6f 20 74 65 6d 70 6f 72 61 6c 00 rcionada.por.TiB.Marco.temporal.
2460 45 6c 69 6d 69 6e 61 64 6f 72 20 64 65 20 72 61 73 74 72 65 78 61 64 6f 72 65 73 20 6e 61 20 55 Eliminador.de.rastrexadores.na.U
2480 52 4c 00 49 6e 74 65 6e 74 61 20 62 75 73 63 61 72 3a 00 49 6e 74 65 72 66 61 63 65 20 64 65 20 RL.Intenta.buscar:.Interface.de.
24a0 75 73 75 61 72 69 61 00 56 61 6c 6f 72 00 56 65 72 20 66 6f 6e 74 65 00 41 74 61 6c 6c 6f 73 20 usuaria.Valor.Ver.fonte.Atallos.
24c0 63 6f 6d 6f 20 6f 73 20 64 65 20 56 69 6d 00 51 75 c3 a9 20 69 64 69 6f 6d 61 20 70 72 65 66 69 como.os.de.Vim.Qu...idioma.prefi
24e0 72 65 73 20 70 61 72 61 20 62 75 73 63 61 72 3f 00 75 6e 20 6d 65 74 61 62 75 73 63 61 64 6f 72 res.para.buscar?.un.metabuscador
2500 20 63 6f 6e 66 69 67 75 72 61 62 6c 65 20 71 75 65 20 72 65 73 70 65 63 74 61 20 61 20 74 c3 ba .configurable.que.respecta.a.t..
2520 61 20 70 72 69 76 61 63 69 64 61 64 65 00 61 70 6c 69 63 61 74 69 76 6f 73 00 61 75 74 6f 6d c3 a.privacidade.aplicativos.autom.
2540 a1 74 69 63 6f 00 65 6e 20 6d 65 6d 6f 72 69 61 00 61 63 74 75 61 6c 6d 65 6e 74 65 20 6e 6f 6e .tico.en.memoria.actualmente.non
2560 20 68 61 69 20 74 65 73 74 65 6d 75 c3 b1 6f 73 20 65 73 74 61 62 6c 65 63 69 64 6f 73 2e 00 65 .hai.testemu..os.establecidos..e
2580 73 63 75 72 6f 00 64 69 63 69 6f 6e 61 72 69 6f 00 66 69 63 68 65 69 72 6f 73 00 78 65 72 61 6c scuro.dicionario.ficheiros.xeral
25a0 00 61 67 6f 63 68 61 72 20 6d 61 70 61 00 61 67 6f 63 68 61 72 20 6d 65 64 69 6f 73 00 61 67 6f .agochar.mapa.agochar.medios.ago
25c0 63 68 61 72 20 76 c3 ad 64 65 6f 00 69 6d 61 78 65 73 00 54 49 43 00 6b 69 42 00 63 6c 61 72 6f char.v..deo.imaxes.TIC.kiB.claro
25e0 00 6c 65 74 72 61 73 00 6c 69 67 61 7a c3 b3 6e 20 6d 61 67 6e 65 74 00 6d 61 70 61 00 6d c3 ba .letras.ligaz..n.magnet.mapa.m..
2600 73 69 63 61 00 65 72 72 6f 20 64 65 20 63 6f 6e 65 78 69 c3 b3 6e 00 6e 6f 76 61 73 00 63 65 62 sica.erro.de.conexi..n.novas.ceb
2620 6f 6c 61 73 00 6f 75 74 72 6f 00 6f 75 74 72 6f 73 00 70 61 71 75 65 74 65 73 00 65 72 72 6f 20 olas.outro.outros.paquetes.erro.
2640 73 69 6e 74 c3 a1 63 74 69 63 6f 00 61 78 75 73 74 65 73 00 61 20 74 72 61 76 c3 a9 73 20 64 65 sint..ctico.axustes.a.trav..s.de
2660 20 70 72 6f 78 79 00 70 72 65 67 75 6e 74 61 73 20 65 20 72 65 73 70 6f 73 74 61 73 00 72 65 70 .proxy.preguntas.e.respostas.rep
2680 6f 73 00 63 69 65 6e 63 69 61 00 66 61 6c 6c 6f 20 6e 61 20 62 75 73 63 61 00 70 c3 a1 78 69 6e os.ciencia.fallo.na.busca.p..xin
26a0 61 20 64 65 20 62 75 73 63 61 00 6d 6f 73 74 72 61 72 20 6d 61 70 61 00 6d 6f 73 74 72 61 72 20 a.de.busca.mostrar.mapa.mostrar.
26c0 6d 65 64 69 6f 73 00 6d 6f 73 74 72 61 72 20 76 c3 ad 64 65 6f 00 6d 65 64 69 6f 73 20 73 6f 63 medios.mostrar.v..deo.medios.soc
26e0 69 61 69 73 00 77 69 6b 69 73 20 64 65 20 73 6f 66 74 77 61 72 65 00 74 65 6d 70 6f 20 6d c3 a1 iais.wikis.de.software.tempo.m..
2700 78 69 6d 6f 00 66 69 63 68 65 69 72 6f 20 74 6f 72 72 65 6e 74 00 76 c3 ad 64 65 6f 73 00 6e 6f ximo.ficheiro.torrent.v..deos.no
2720 6e 20 61 74 6f 70 61 6d 6f 73 20 6e 69 6e 67 c3 ba 6e 20 72 65 73 75 6c 74 61 64 6f 2e 20 50 6f n.atopamos.ning..n.resultado..Po
2740 72 20 66 61 76 6f 72 2c 20 72 65 61 6c 69 7a 61 20 6f 75 74 72 61 20 63 6f 6e 73 75 6c 74 61 20 r.favor,.realiza.outra.consulta.
2760 6f 75 20 62 75 73 63 61 20 65 6e 20 6d c3 a1 69 73 20 63 61 74 65 67 6f 72 c3 ad 61 73 2e 00 77 ou.busca.en.m..is.categor..as..w
2780 65 62 00 66 61 69 20 7b 68 6f 75 72 73 7d 20 68 6f 72 61 28 73 29 2c 20 7b 6d 69 6e 75 74 65 73 eb.fai.{hours}.hora(s),.{minutes
27a0 7d 20 6d 69 6e 75 74 6f 28 73 29 00 66 61 69 20 7b 6d 69 6e 75 74 65 73 7d 20 6d 69 6e 75 74 6f }.minuto(s).fai.{minutes}.minuto
27c0 28 73 29 00 7b 74 69 74 6c 65 7d 20 28 4f 42 53 4f 4c 45 54 4f 29 00 (s).{title}.(OBSOLETO).