├── .github
├── ISSUE_TEMPLATE
│ ├── bug_report.md
│ └── feature_request.md
└── workflows
│ └── main.yml
├── .gitignore
├── .travis.yml
├── COPYING
├── README.md
├── com.github.peteruithoven.resizer.yml
├── data
├── com.github.peteruithoven.resizer.appdata.xml.in
├── com.github.peteruithoven.resizer.contract
├── com.github.peteruithoven.resizer.desktop.in
├── com.github.peteruithoven.resizer.gschema.xml
├── icons
│ ├── 128.svg
│ ├── 16.svg
│ ├── 24.svg
│ ├── 32.svg
│ ├── 48.svg
│ └── 64.svg
└── meson.build
├── meson.build
├── meson
└── post_install.py
├── po
├── LINGUAS
├── POTFILES
├── aa.po
├── ab.po
├── ae.po
├── af.po
├── ak.po
├── am.po
├── an.po
├── ar.po
├── as.po
├── ast.po
├── av.po
├── ay.po
├── az.po
├── ba.po
├── be.po
├── bg.po
├── bh.po
├── bi.po
├── bm.po
├── bn.po
├── bo.po
├── br.po
├── bs.po
├── ca.po
├── ce.po
├── ch.po
├── ckb.po
├── co.po
├── com.github.peteruithoven.resizer.pot
├── cr.po
├── cs.po
├── cu.po
├── cv.po
├── cy.po
├── da.po
├── de.po
├── dv.po
├── dz.po
├── ee.po
├── el.po
├── en_AU.po
├── en_CA.po
├── en_GB.po
├── eo.po
├── es.po
├── et.po
├── eu.po
├── extra
│ ├── LINGUAS
│ ├── POTFILES
│ ├── aa.po
│ ├── ab.po
│ ├── ae.po
│ ├── af.po
│ ├── ak.po
│ ├── am.po
│ ├── an.po
│ ├── ar.po
│ ├── as.po
│ ├── ast.po
│ ├── av.po
│ ├── ay.po
│ ├── az.po
│ ├── ba.po
│ ├── be.po
│ ├── bg.po
│ ├── bh.po
│ ├── bi.po
│ ├── bm.po
│ ├── bn.po
│ ├── bo.po
│ ├── br.po
│ ├── bs.po
│ ├── ca.po
│ ├── ce.po
│ ├── ch.po
│ ├── ckb.po
│ ├── co.po
│ ├── cr.po
│ ├── cs.po
│ ├── cu.po
│ ├── cv.po
│ ├── cy.po
│ ├── da.po
│ ├── de.po
│ ├── dv.po
│ ├── dz.po
│ ├── ee.po
│ ├── el.po
│ ├── en_AU.po
│ ├── en_CA.po
│ ├── en_GB.po
│ ├── eo.po
│ ├── es.po
│ ├── et.po
│ ├── eu.po
│ ├── extra.pot
│ ├── fa.po
│ ├── ff.po
│ ├── fi.po
│ ├── fj.po
│ ├── fo.po
│ ├── fr.po
│ ├── fr_CA.po
│ ├── fy.po
│ ├── ga.po
│ ├── gd.po
│ ├── gl.po
│ ├── gn.po
│ ├── gu.po
│ ├── gv.po
│ ├── ha.po
│ ├── he.po
│ ├── hi.po
│ ├── ho.po
│ ├── hr.po
│ ├── ht.po
│ ├── hu.po
│ ├── hy.po
│ ├── hz.po
│ ├── ia.po
│ ├── id.po
│ ├── ie.po
│ ├── ig.po
│ ├── ii.po
│ ├── ik.po
│ ├── io.po
│ ├── is.po
│ ├── it.po
│ ├── iu.po
│ ├── ja.po
│ ├── jv.po
│ ├── ka.po
│ ├── kg.po
│ ├── ki.po
│ ├── kj.po
│ ├── kk.po
│ ├── kl.po
│ ├── km.po
│ ├── kn.po
│ ├── ko.po
│ ├── kr.po
│ ├── ks.po
│ ├── ku.po
│ ├── kv.po
│ ├── kw.po
│ ├── ky.po
│ ├── la.po
│ ├── lb.po
│ ├── lg.po
│ ├── li.po
│ ├── ln.po
│ ├── lo.po
│ ├── lt.po
│ ├── lu.po
│ ├── lv.po
│ ├── meson.build
│ ├── mg.po
│ ├── mh.po
│ ├── mi.po
│ ├── mk.po
│ ├── ml.po
│ ├── mn.po
│ ├── mo.po
│ ├── mr.po
│ ├── ms.po
│ ├── mt.po
│ ├── my.po
│ ├── na.po
│ ├── nb.po
│ ├── nd.po
│ ├── ne.po
│ ├── ng.po
│ ├── nl.po
│ ├── nn.po
│ ├── nr.po
│ ├── nv.po
│ ├── ny.po
│ ├── oc.po
│ ├── oj.po
│ ├── om.po
│ ├── or.po
│ ├── os.po
│ ├── pa.po
│ ├── pi.po
│ ├── pl.po
│ ├── ps.po
│ ├── pt.po
│ ├── pt_BR.po
│ ├── qu.po
│ ├── rm.po
│ ├── rn.po
│ ├── ro.po
│ ├── ru.po
│ ├── rue.po
│ ├── rw.po
│ ├── sa.po
│ ├── sc.po
│ ├── sd.po
│ ├── se.po
│ ├── sg.po
│ ├── si.po
│ ├── sk.po
│ ├── sl.po
│ ├── sm.po
│ ├── sma.po
│ ├── sn.po
│ ├── so.po
│ ├── sq.po
│ ├── sr.po
│ ├── ss.po
│ ├── st.po
│ ├── su.po
│ ├── sv.po
│ ├── sw.po
│ ├── ta.po
│ ├── te.po
│ ├── tg.po
│ ├── th.po
│ ├── ti.po
│ ├── tk.po
│ ├── tl.po
│ ├── tn.po
│ ├── to.po
│ ├── tr.po
│ ├── ts.po
│ ├── tt.po
│ ├── tw.po
│ ├── ty.po
│ ├── ug.po
│ ├── uk.po
│ ├── ur.po
│ ├── uz.po
│ ├── ve.po
│ ├── vi.po
│ ├── vo.po
│ ├── wa.po
│ ├── wo.po
│ ├── xh.po
│ ├── yi.po
│ ├── yo.po
│ ├── za.po
│ ├── zh.po
│ ├── zh_HK.po
│ ├── zh_TW.po
│ └── zu.po
├── fa.po
├── ff.po
├── fi.po
├── fj.po
├── fo.po
├── fr.po
├── fr_CA.po
├── fy.po
├── ga.po
├── gd.po
├── gl.po
├── gn.po
├── gu.po
├── gv.po
├── ha.po
├── he.po
├── hi.po
├── ho.po
├── hr.po
├── ht.po
├── hu.po
├── hy.po
├── hz.po
├── ia.po
├── id.po
├── ie.po
├── ig.po
├── ii.po
├── ik.po
├── io.po
├── is.po
├── it.po
├── iu.po
├── ja.po
├── jv.po
├── ka.po
├── kg.po
├── ki.po
├── kj.po
├── kk.po
├── kl.po
├── km.po
├── kn.po
├── ko.po
├── kr.po
├── ks.po
├── ku.po
├── kv.po
├── kw.po
├── ky.po
├── la.po
├── lb.po
├── lg.po
├── li.po
├── ln.po
├── lo.po
├── lt.po
├── lu.po
├── lv.po
├── meson.build
├── mg.po
├── mh.po
├── mi.po
├── mk.po
├── ml.po
├── mn.po
├── mo.po
├── mr.po
├── ms.po
├── mt.po
├── my.po
├── na.po
├── nb.po
├── nd.po
├── ne.po
├── ng.po
├── nl.po
├── nn.po
├── no.po
├── nr.po
├── nv.po
├── ny.po
├── oc.po
├── oj.po
├── om.po
├── or.po
├── os.po
├── pa.po
├── pi.po
├── pl.po
├── ps.po
├── pt.po
├── pt_BR.po
├── qu.po
├── rm.po
├── rn.po
├── ro.po
├── ru.po
├── rue.po
├── rw.po
├── sa.po
├── sc.po
├── sd.po
├── se.po
├── sg.po
├── si.po
├── sk.po
├── sl.po
├── sm.po
├── sma.po
├── sn.po
├── so.po
├── sq.po
├── sr.po
├── ss.po
├── st.po
├── su.po
├── sv.po
├── sw.po
├── ta.po
├── te.po
├── tg.po
├── th.po
├── ti.po
├── tk.po
├── tl.po
├── tn.po
├── to.po
├── tr.po
├── ts.po
├── tt.po
├── tw.po
├── ty.po
├── ug.po
├── uk.po
├── ur.po
├── uz.po
├── ve.po
├── vi.po
├── vo.po
├── wa.po
├── wo.po
├── xh.po
├── yi.po
├── yo.po
├── za.po
├── zh.po
├── zh_HK.po
├── zh_TW.po
└── zu.po
├── screenshot-6-empty.png
├── screenshot-6-image.png
├── screenshot-6-images.png
├── screenshot.png
├── screenshot2.png
├── screenshot3.png
├── screenshot4.png
├── screenshot5.png
└── src
├── Application.vala
├── DropArea.vala
├── ErrorPage.vala
├── HeaderBar.vala
├── MessageCenter.vala
├── ResizePage.vala
├── Resizer.vala
├── ResizingPage.vala
├── Window.vala
└── config.vala.in
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug report
3 | about: Create a report to help us improve
4 | title: ''
5 | labels: bug
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Describe the bug**
11 | A clear and concise description of what the bug is.
12 |
13 | If applicable, add screenshots or screen recordings to help explain your problem.
14 |
15 | **To Reproduce**
16 | Steps to reproduce the behavior:
17 | 1. Go to '...'
18 | 2. Click on '....'
19 | 3. Scroll down to '....'
20 | 4. See error
21 |
22 | **Expected behavior**
23 | A clear and concise description of what you expected to happen.
24 |
25 | **Screenshots**
26 | If applicable, add screenshots to help explain your problem.
27 |
28 | **Desktop (please complete the following information):**
29 | - OS: [e.g. elementary OS]
30 | - OS Version [e.g. Juno]
31 | - Application version
32 |
33 | **Additional context**
34 | Add any other context about the problem here.
35 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/feature_request.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Feature request
3 | about: Suggest an idea for this project
4 | title: ''
5 | labels: enhancement
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Is your feature request related to a problem? Please describe.**
11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12 |
13 | **Describe the solution you'd like**
14 | A clear and concise description of what you want to happen.
15 |
16 | **Describe alternatives you've considered**
17 | A clear and concise description of any alternative solutions or features you've considered.
18 |
19 | **Additional context**
20 | Add any other context or screenshots about the feature request here.
21 |
--------------------------------------------------------------------------------
/.github/workflows/main.yml:
--------------------------------------------------------------------------------
1 | name: CI
2 |
3 | # This workflow will run for any pull request or pushed commit
4 | on: [push, pull_request]
5 |
6 | # A workflow run is made up of one or more jobs that can run sequentially or in parallel
7 | jobs:
8 | # This workflow contains a single job called "flatpak"
9 | flatpak:
10 | # The type of runner that the job will run on
11 | runs-on: ubuntu-latest
12 |
13 | # This job runs in a special container designed for building Flatpaks for AppCenter
14 | container:
15 | image: ghcr.io/elementary/flatpak-platform/runtime:6
16 | options: --privileged
17 |
18 | # Steps represent a sequence of tasks that will be executed as part of the job
19 | steps:
20 | # Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
21 | - uses: actions/checkout@v2
22 |
23 | # Builds your flatpak manifest using the Flatpak Builder action
24 | - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
25 | with:
26 | # This is the name of the Bundle file we're building and can be anything you like
27 | bundle: MyApp.flatpak
28 | # This uses your app's RDNN ID
29 | manifest-path: com.github.peteruithoven.resizer.yml
30 |
31 | # You can automatically run any of the tests you've created as part of this workflow
32 | run-tests: true
33 |
34 | # These lines specify the location of the elementary Runtime and Sdk
35 | repository-name: appcenter
36 | repository-url: https://flatpak.elementary.io/repo.flatpakrepo
37 | cache-key: "flatpak-builder-${{ github.sha }}"
38 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | build/*
2 | debian/build/*
3 | debian/debhelper-build-stamp
4 | *debhelper.log
5 | .flatpak-builder
6 | *~
7 | .flatpak*/*
8 | flatpak*/*
9 |
--------------------------------------------------------------------------------
/.travis.yml:
--------------------------------------------------------------------------------
1 | ---
2 |
3 | language: node_js
4 |
5 | node_js:
6 | - 10.17.0
7 |
8 | sudo: required
9 |
10 | services:
11 | - docker
12 |
13 | addons:
14 | apt:
15 | sources:
16 | - ubuntu-toolchain-r-test
17 | packages:
18 | - libstdc++-5-dev
19 |
20 | install:
21 | - npm i -g @elementaryos/houston
22 |
23 | script:
24 | - houston ci
25 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Resizer
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | Quickly resize images.
10 | Features:
11 | - Open images with Resizer or open Resizer and Drag and drop images
12 | - Maintains aspect ratio.
13 | - Keyboard control: Change the sizes using the up and down keys, press enter to resize.
14 | - Settings are stored for next time.
15 |
16 | 
17 | 
18 | 
19 |
20 | ## Building, Testing, and Installation
21 |
22 | You'll need the following dependencies:
23 |
24 | * meson >= 0.47.0
25 | * libgranite-dev
26 | * valac
27 |
28 | Run `meson` to configure the build environment and then `ninja` to build and run automated tests
29 |
30 | meson build --prefix=/usr
31 | cd build
32 | ninja
33 |
34 | To install, use `ninja install`, then execute with `com.github.peteruithoven.resizer`
35 |
36 | sudo ninja install
37 | com.github.peteruithoven.resizer
38 |
39 | ## translations
40 | Generate `.pot` file using `po/LINGUAS` and `po/POTFILES`:
41 |
42 | ninja com.github.peteruithoven.resizer-pot
43 |
44 | Generate / update `.po` files:
45 |
46 | ninja com.github.peteruithoven.resizer-update-po
47 |
48 | ## Credits
49 |
50 | A lot of the code is inspired by the [elementary Screenshot tool](https://github.com/elementary/screenshot-tool) and Felipe Escoto's [wallpaperize](https://github.com/Philip-Scott/wallpaperize).
51 | The icon is based on the [elementary Photos icon](https://github.com/elementary/icons/blob/master/apps/128/multimedia-photo-manager.svgs) and was greatly improved by [TraumaD](https://github.com/TraumaD).
52 |
--------------------------------------------------------------------------------
/com.github.peteruithoven.resizer.yml:
--------------------------------------------------------------------------------
1 | # This is the same ID that you've used in meson.build and other files
2 | app-id: com.github.peteruithoven.resizer
3 |
4 | # Instead of manually specifying a long list of build and runtime dependencies,
5 | # we can use a convenient pre-made runtime and SDK. For this example, we'll be
6 | # using the runtime and SDK provided by elementary.
7 | runtime: io.elementary.Platform
8 | runtime-version: '6.1'
9 | sdk: io.elementary.Sdk
10 |
11 | # This should match the exec line in your .desktop file and usually is the same
12 | # as your app ID
13 | command: com.github.peteruithoven.resizer
14 |
15 | # Here we can specify the kinds of permissions our app needs to run. Since we're
16 | # not using hardware like webcams, making sound, or reading external files, we
17 | # only need permission to draw our app on screen using either X11 or Wayland.
18 | finish-args:
19 | - '--share=ipc'
20 | - '--socket=fallback-x11'
21 | - '--socket=wayland'
22 | - '--filesystem=home'
23 |
24 | # This section is where you list all the source code required to build your app.
25 | # If we had external dependencies that weren't included in our SDK, we would list
26 | # them here.
27 | modules:
28 | - name: resizer
29 | buildsystem: meson
30 | sources:
31 | - type: dir
32 | path: .
33 | # Inspiration: https://github.com/ImageMagick/ImageMagick6/releases/tag/6.9.12-19
34 | - name: imagemagick
35 | config-opts:
36 | - --enable-shared
37 | - --disable-static
38 | - --with-modules
39 | - --with-x
40 | - --with-threads
41 | - --with-magick_plus_plus
42 | - --with-gslib
43 | - --with-wmf
44 | - --with-webp
45 | - --with-openexr
46 | - --with-rsvg
47 | - --with-xml
48 | - --with-jbig
49 | - --with-openjp2
50 | sources:
51 | - type: archive
52 | url: https://github.com/ImageMagick/ImageMagick6/archive/6.9.12-19.tar.gz
53 | sha256: 2f184f1f5c3e19849347b2b4acb6dd074290903d36fa5924956ee06c85ddf783
54 | cleanup:
55 | - /share/doc
56 |
--------------------------------------------------------------------------------
/data/com.github.peteruithoven.resizer.contract:
--------------------------------------------------------------------------------
1 | [Contractor Entry]
2 | Name=Resize images
3 | Name[lt]=Keisti paveikslų dydį
4 | Name[pl]=Zmień rozmiar obrazu
5 | Description=Resize images
6 | Description[lt]=Keisti paveikslų dydį
7 | Description[pl]=Zmień rozmiar obrazu
8 | MimeType=image
9 | Icon=com.github.peteruithoven.resizer
10 | Exec=com.github.peteruithoven.resizer %F
11 |
--------------------------------------------------------------------------------
/data/com.github.peteruithoven.resizer.desktop.in:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=Resizer
3 | GenericName=Resizer App
4 | Comment=Image resizer
5 | Categories=Graphics;2DGraphics;RasterGraphics;
6 | Exec=com.github.peteruithoven.resizer %F
7 | Icon=com.github.peteruithoven.resizer
8 | Terminal=false
9 | Type=Application
10 | X-GNOME-Gettext-Domain=resizer
11 | Keywords=Image;resize;
12 | MimeType=image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/x-bmp;image/x-png;image/webp;
13 |
--------------------------------------------------------------------------------
/data/com.github.peteruithoven.resizer.gschema.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 1000
6 |
7 |
8 |
9 | 1000
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/data/meson.build:
--------------------------------------------------------------------------------
1 | icon_sizes = ['16', '24', '32', '48', '64', '128']
2 |
3 | foreach i : icon_sizes
4 | install_data (
5 | join_paths('icons', i + '.svg'),
6 | install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i, 'apps'),
7 | rename : meson.project_name() + '.svg'
8 | )
9 | endforeach
10 |
11 | i18n.merge_file(
12 | input: meson.project_name() + '.desktop.in',
13 | output: meson.project_name() + '.desktop',
14 | po_dir: join_paths(meson.source_root(), 'po', 'extra'),
15 | type: 'desktop',
16 | install: true,
17 | install_dir: join_paths(get_option('datadir'), 'applications')
18 | )
19 |
20 | i18n.merge_file(
21 | input: meson.project_name() + '.appdata.xml.in',
22 | output: meson.project_name() + '.appdata.xml',
23 | po_dir: join_paths(meson.source_root(), 'po', 'extra'),
24 | install: true,
25 | install_dir: join_paths(get_option('datadir'), 'metainfo')
26 | )
27 |
28 | install_data(
29 | meson.project_name() + '.gschema.xml',
30 | install_dir: join_paths(get_option('datadir'), 'glib-2.0', 'schemas')
31 | )
32 |
33 | install_data(
34 | meson.project_name() + '.contract',
35 | install_dir: join_paths(get_option('datadir'), 'contractor')
36 | )
37 |
--------------------------------------------------------------------------------
/meson.build:
--------------------------------------------------------------------------------
1 | project(
2 | 'com.github.peteruithoven.resizer',
3 | ['vala', 'c'],
4 | meson_version : '>= 0.47',
5 | license: 'GPL-3.0+'
6 | )
7 |
8 | i18n = import('i18n')
9 |
10 | add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format (meson.project_name()), language:'c')
11 |
12 | # Create config.vala from config.vala.in,
13 | # replacing variables like PROJECT_NAME
14 | conf_data = configuration_data()
15 | conf_data.set_quoted('PROJECT_NAME', meson.project_name())
16 | config_file = configure_file(
17 | input : 'src/config.vala.in',
18 | output : 'config.vala',
19 | configuration : conf_data
20 | )
21 |
22 | meson.build_root()
23 |
24 | executable(
25 | meson.project_name(),
26 | 'src/Application.vala',
27 | 'src/HeaderBar.vala',
28 | 'src/Window.vala',
29 | 'src/ResizePage.vala',
30 | 'src/ResizingPage.vala',
31 | 'src/Resizer.vala',
32 | 'src/DropArea.vala',
33 | 'src/MessageCenter.vala',
34 | config_file,
35 | dependencies: [
36 | dependency('gtk+-3.0'),
37 | dependency('granite'),
38 | dependency('libhandy-1', version: '>=1.0.0')
39 | ],
40 | install : true
41 | )
42 |
43 | meson.add_install_script('meson/post_install.py')
44 |
45 | subdir('data')
46 | subdir('po')
47 |
--------------------------------------------------------------------------------
/meson/post_install.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/env python3
2 |
3 | import os
4 | import subprocess
5 |
6 | schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')
7 |
8 | if not os.environ.get('DESTDIR'):
9 | print('Compiling gsettings schemas...')
10 | subprocess.call(['glib-compile-schemas', schemadir])
11 |
--------------------------------------------------------------------------------
/po/LINGUAS:
--------------------------------------------------------------------------------
1 | aa
2 | ab
3 | ae
4 | af
5 | ak
6 | am
7 | an
8 | ar
9 | as
10 | ast
11 | av
12 | ay
13 | az
14 | ba
15 | be
16 | bg
17 | bh
18 | bi
19 | bm
20 | bn
21 | bo
22 | br
23 | bs
24 | ca
25 | ce
26 | ch
27 | ckb
28 | co
29 | cr
30 | cs
31 | cu
32 | cv
33 | cy
34 | da
35 | de
36 | dv
37 | dz
38 | ee
39 | el
40 | en_AU
41 | en_CA
42 | en_GB
43 | eo
44 | es
45 | et
46 | eu
47 | fa
48 | ff
49 | fi
50 | fj
51 | fo
52 | fr_CA
53 | fr
54 | fy
55 | ga
56 | gd
57 | gl
58 | gn
59 | gu
60 | gv
61 | ha
62 | he
63 | hi
64 | ho
65 | hr
66 | ht
67 | hu
68 | hy
69 | hz
70 | ia
71 | id
72 | ie
73 | ig
74 | ii
75 | ik
76 | io
77 | is
78 | it
79 | iu
80 | ja
81 | jv
82 | ka
83 | kg
84 | ki
85 | kj
86 | kk
87 | kl
88 | km
89 | kn
90 | ko
91 | kr
92 | ks
93 | ku
94 | kv
95 | kw
96 | ky
97 | la
98 | lb
99 | lg
100 | li
101 | ln
102 | lo
103 | lt
104 | lu
105 | lv
106 | mg
107 | mh
108 | mi
109 | mk
110 | ml
111 | mn
112 | mo
113 | mr
114 | ms
115 | mt
116 | my
117 | na
118 | nb
119 | nd
120 | ne
121 | ng
122 | nl
123 | nn
124 | nr
125 | nv
126 | ny
127 | oc
128 | oj
129 | om
130 | or
131 | os
132 | pa
133 | pi
134 | pl
135 | ps
136 | pt_BR
137 | pt
138 | qu
139 | rm
140 | rn
141 | ro
142 | rue
143 | ru
144 | rw
145 | sa
146 | sc
147 | sd
148 | se
149 | sg
150 | si
151 | sk
152 | sl
153 | sma
154 | sm
155 | sn
156 | so
157 | sq
158 | sr
159 | ss
160 | st
161 | su
162 | sv
163 | sw
164 | ta
165 | te
166 | tg
167 | th
168 | ti
169 | tk
170 | tl
171 | tn
172 | to
173 | tr
174 | ts
175 | tt
176 | tw
177 | ty
178 | ug
179 | uk
180 | ur
181 | uz
182 | ve
183 | vi
184 | vo
185 | wa
186 | wo
187 | xh
188 | yi
189 | yo
190 | za
191 | zh_HK
192 | zh
193 | zh_TW
194 | zu
--------------------------------------------------------------------------------
/po/POTFILES:
--------------------------------------------------------------------------------
1 | src/Application.vala
2 | src/HeaderBar.vala
3 | src/Window.vala
4 | src/ResizePage.vala
5 | src/ResizingPage.vala
6 | src/Resizer.vala
7 | src/DropArea.vala
8 | src/MessageCenter.vala
9 |
--------------------------------------------------------------------------------
/po/aa.po:
--------------------------------------------------------------------------------
1 | # Afar translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: aa\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ab.po:
--------------------------------------------------------------------------------
1 | # Abkhazian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ab\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ae.po:
--------------------------------------------------------------------------------
1 | # Avestan translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ae\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/af.po:
--------------------------------------------------------------------------------
1 | # Afrikaans translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: af\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ak.po:
--------------------------------------------------------------------------------
1 | # Akan translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ak\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/am.po:
--------------------------------------------------------------------------------
1 | # Amharic translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: am\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/an.po:
--------------------------------------------------------------------------------
1 | # Aragonese translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: an\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ar.po:
--------------------------------------------------------------------------------
1 | # Arabic translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ar\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/as.po:
--------------------------------------------------------------------------------
1 | # Assamese translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: as\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ast.po:
--------------------------------------------------------------------------------
1 | # Asturian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ast\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/av.po:
--------------------------------------------------------------------------------
1 | # Avaric translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: av\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ay.po:
--------------------------------------------------------------------------------
1 | # Aymara translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ay\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ba.po:
--------------------------------------------------------------------------------
1 | # Bashkir translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ba\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/bh.po:
--------------------------------------------------------------------------------
1 | # Bihari translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: bh\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/bi.po:
--------------------------------------------------------------------------------
1 | # Bislama translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: bi\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/bm.po:
--------------------------------------------------------------------------------
1 | # Bambara translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: bm\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/bn.po:
--------------------------------------------------------------------------------
1 | # Bengali translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: bn\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/bo.po:
--------------------------------------------------------------------------------
1 | # Tibetan translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: bo\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/br.po:
--------------------------------------------------------------------------------
1 | # Breton translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: br\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/bs.po:
--------------------------------------------------------------------------------
1 | # Bosnian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: bs\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ca.po:
--------------------------------------------------------------------------------
1 | # Catalan translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ca\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ce.po:
--------------------------------------------------------------------------------
1 | # Chechen translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ce\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ch.po:
--------------------------------------------------------------------------------
1 | # Chamorro translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ch\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/co.po:
--------------------------------------------------------------------------------
1 | # Corsican translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: co\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/com.github.peteruithoven.resizer.pot:
--------------------------------------------------------------------------------
1 | # SOME DESCRIPTIVE TITLE.
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # FIRST AUTHOR , YEAR.
5 | #
6 | #, fuzzy
7 | msgid ""
8 | msgstr ""
9 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
10 | "Report-Msgid-Bugs-To: \n"
11 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 | "Last-Translator: FULL NAME \n"
14 | "Language-Team: LANGUAGE \n"
15 | "Language: \n"
16 | "MIME-Version: 1.0\n"
17 | "Content-Type: text/plain; charset=CHARSET\n"
18 | "Content-Transfer-Encoding: 8bit\n"
19 |
20 | #: src/HeaderBar.vala:32
21 | msgid ""
22 | "Resizer will never upscale and always maintain the aspect ratio of your "
23 | "images."
24 | msgstr ""
25 |
26 | #: src/HeaderBar.vala:43
27 | msgid "Info"
28 | msgstr ""
29 |
30 | #: src/Window.vala:31
31 | msgid "Resizer"
32 | msgstr ""
33 |
34 | #. Width input
35 | #: src/ResizePage.vala:40
36 | msgid "Max width:"
37 | msgstr ""
38 |
39 | #. Create 3th column, making sure the entry is in the center
40 | #. height input
41 | #: src/ResizePage.vala:57
42 | msgid "Max height:"
43 | msgstr ""
44 |
45 | #: src/ResizePage.vala:78
46 | msgid "Cancel"
47 | msgstr ""
48 |
49 | #: src/ResizePage.vala:82
50 | msgid "Resize"
51 | msgstr ""
52 |
53 | #: src/ResizePage.vala:120
54 | msgid "Resize image(s) within:"
55 | msgstr ""
56 |
57 | #: src/ResizePage.vala:125
58 | msgid "Resize image within:"
59 | msgstr ""
60 |
61 | #: src/ResizePage.vala:127
62 | #, c-format
63 | msgid "Resize %i images within:"
64 | msgstr ""
65 |
66 | #: src/ResizePage.vala:132
67 | #, c-format
68 | msgid "Error creating preview: %s"
69 | msgstr ""
70 |
71 | #: src/ResizingPage.vala:53
72 | msgid "All images resized"
73 | msgstr ""
74 |
75 | #: src/ResizingPage.vala:56
76 | msgid "1 image remaining"
77 | msgstr ""
78 |
79 | #: src/ResizingPage.vala:58
80 | #, c-format
81 | msgid "%i images remaining"
82 | msgstr ""
83 |
84 | #: src/Resizer.vala:92
85 | #, c-format
86 | msgid "There was an issue resizing '%s'"
87 | msgstr ""
88 |
89 | #: src/DropArea.vala:44
90 | msgid "Drop Image(s) Here"
91 | msgstr ""
92 |
--------------------------------------------------------------------------------
/po/cr.po:
--------------------------------------------------------------------------------
1 | # Cree translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: cr\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/cv.po:
--------------------------------------------------------------------------------
1 | # Chuvash translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: cv\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/cy.po:
--------------------------------------------------------------------------------
1 | # Welsh translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: cy\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/dv.po:
--------------------------------------------------------------------------------
1 | # Divehi translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: dv\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/dz.po:
--------------------------------------------------------------------------------
1 | # Dzongkha translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: dz\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ee.po:
--------------------------------------------------------------------------------
1 | # Ewe translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ee\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/eu.po:
--------------------------------------------------------------------------------
1 | # Basque translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: eu\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/extra/LINGUAS:
--------------------------------------------------------------------------------
1 | aa
2 | ab
3 | ae
4 | af
5 | ak
6 | am
7 | an
8 | ar
9 | as
10 | ast
11 | av
12 | ay
13 | az
14 | ba
15 | be
16 | bg
17 | bh
18 | bi
19 | bm
20 | bn
21 | bo
22 | br
23 | bs
24 | ca
25 | ce
26 | ch
27 | ckb
28 | co
29 | cr
30 | cs
31 | cu
32 | cv
33 | cy
34 | da
35 | de
36 | dv
37 | dz
38 | ee
39 | el
40 | en_AU
41 | en_CA
42 | en_GB
43 | eo
44 | es
45 | et
46 | eu
47 | fa
48 | ff
49 | fi
50 | fj
51 | fo
52 | fr_CA
53 | fr
54 | fy
55 | ga
56 | gd
57 | gl
58 | gn
59 | gu
60 | gv
61 | ha
62 | he
63 | hi
64 | ho
65 | hr
66 | ht
67 | hu
68 | hy
69 | hz
70 | ia
71 | id
72 | ie
73 | ig
74 | ii
75 | ik
76 | io
77 | is
78 | it
79 | iu
80 | ja
81 | jv
82 | ka
83 | kg
84 | ki
85 | kj
86 | kk
87 | kl
88 | km
89 | kn
90 | ko
91 | kr
92 | ks
93 | ku
94 | kv
95 | kw
96 | ky
97 | la
98 | lb
99 | lg
100 | li
101 | ln
102 | lo
103 | lt
104 | lu
105 | lv
106 | mg
107 | mh
108 | mi
109 | mk
110 | ml
111 | mn
112 | mo
113 | mr
114 | ms
115 | mt
116 | my
117 | na
118 | nb
119 | nd
120 | ne
121 | ng
122 | nl
123 | nn
124 | nr
125 | nv
126 | ny
127 | oc
128 | oj
129 | om
130 | or
131 | os
132 | pa
133 | pi
134 | pl
135 | ps
136 | pt_BR
137 | pt
138 | qu
139 | rm
140 | rn
141 | ro
142 | rue
143 | ru
144 | rw
145 | sa
146 | sc
147 | sd
148 | se
149 | sg
150 | si
151 | sk
152 | sl
153 | sma
154 | sm
155 | sn
156 | so
157 | sq
158 | sr
159 | ss
160 | st
161 | su
162 | sv
163 | sw
164 | ta
165 | te
166 | tg
167 | th
168 | ti
169 | tk
170 | tl
171 | tn
172 | to
173 | tr
174 | ts
175 | tt
176 | tw
177 | ty
178 | ug
179 | uk
180 | ur
181 | uz
182 | ve
183 | vi
184 | vo
185 | wa
186 | wo
187 | xh
188 | yi
189 | yo
190 | za
191 | zh_HK
192 | zh
193 | zh_TW
194 | zu
--------------------------------------------------------------------------------
/po/extra/POTFILES:
--------------------------------------------------------------------------------
1 | data/com.github.peteruithoven.resizer.desktop.in
2 | data/com.github.peteruithoven.resizer.appdata.xml.in
--------------------------------------------------------------------------------
/po/extra/meson.build:
--------------------------------------------------------------------------------
1 | i18n.gettext('extra',
2 | args: [
3 | '--directory=' + meson.source_root(),
4 | '--from-code=UTF-8'
5 | ],
6 | preset: 'glib',
7 | install: false
8 | )
--------------------------------------------------------------------------------
/po/fa.po:
--------------------------------------------------------------------------------
1 | # Persian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: fa\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ff.po:
--------------------------------------------------------------------------------
1 | # Fulah translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ff\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/fj.po:
--------------------------------------------------------------------------------
1 | # Fijian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: fj\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/gl.po:
--------------------------------------------------------------------------------
1 | # Galician translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: gl\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/gn.po:
--------------------------------------------------------------------------------
1 | # Guarani translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: gn\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/gu.po:
--------------------------------------------------------------------------------
1 | # Gujarati translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: gu\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/gv.po:
--------------------------------------------------------------------------------
1 | # Manx translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: gv\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ha.po:
--------------------------------------------------------------------------------
1 | # Hausa translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ha\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/hi.po:
--------------------------------------------------------------------------------
1 | # Hindi translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: hi\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ho.po:
--------------------------------------------------------------------------------
1 | # Hiri Motu translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ho\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ht.po:
--------------------------------------------------------------------------------
1 | # Haitian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ht\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/hy.po:
--------------------------------------------------------------------------------
1 | # Armenian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: hy\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/hz.po:
--------------------------------------------------------------------------------
1 | # Herero translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: hz\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/id.po:
--------------------------------------------------------------------------------
1 | # Indonesian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: id\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ig.po:
--------------------------------------------------------------------------------
1 | # Igbo translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ig\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ii.po:
--------------------------------------------------------------------------------
1 | # Sichuan Yi translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ii\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ik.po:
--------------------------------------------------------------------------------
1 | # Inupiak translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ik\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/is.po:
--------------------------------------------------------------------------------
1 | # Icelandic translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: is\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/iu.po:
--------------------------------------------------------------------------------
1 | # Inuktitut translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: iu\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/jv.po:
--------------------------------------------------------------------------------
1 | # Javanese translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: jv\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ka.po:
--------------------------------------------------------------------------------
1 | # Georgian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ka\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/kg.po:
--------------------------------------------------------------------------------
1 | # Kongo translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: kg\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ki.po:
--------------------------------------------------------------------------------
1 | # Kikuyu translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ki\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/kj.po:
--------------------------------------------------------------------------------
1 | # Kuanyama translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: kj\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/kk.po:
--------------------------------------------------------------------------------
1 | # Kazakh translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: kk\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/kn.po:
--------------------------------------------------------------------------------
1 | # Kannada translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: kn\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/kr.po:
--------------------------------------------------------------------------------
1 | # Kanuri translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: kr\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ks.po:
--------------------------------------------------------------------------------
1 | # Kashmiri translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ks\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ku.po:
--------------------------------------------------------------------------------
1 | # Kurdish translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ku\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/kv.po:
--------------------------------------------------------------------------------
1 | # Komi translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: kv\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/kw.po:
--------------------------------------------------------------------------------
1 | # Cornish translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: kw\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ky.po:
--------------------------------------------------------------------------------
1 | # Kirghiz translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ky\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/la.po:
--------------------------------------------------------------------------------
1 | # Latin translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: la\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/lg.po:
--------------------------------------------------------------------------------
1 | # Ganda translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: lg\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/li.po:
--------------------------------------------------------------------------------
1 | # Limburgish translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: li\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ln.po:
--------------------------------------------------------------------------------
1 | # Lingala translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ln\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/lo.po:
--------------------------------------------------------------------------------
1 | # Laotian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: lo\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/meson.build:
--------------------------------------------------------------------------------
1 | i18n.gettext(meson.project_name(),
2 | args: [
3 | '--directory=' + meson.source_root(),
4 | '--from-code=UTF-8'
5 | ],
6 | preset: 'glib'
7 | )
8 |
9 | subdir('extra')
--------------------------------------------------------------------------------
/po/mi.po:
--------------------------------------------------------------------------------
1 | # Maori translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: mi\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ms.po:
--------------------------------------------------------------------------------
1 | # Malay translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ms\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/na.po:
--------------------------------------------------------------------------------
1 | # Nauru translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: na\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/no.po:
--------------------------------------------------------------------------------
1 | # Norwegian translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-02-05 01:16+0100\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: no\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 |
20 | #: src/HeaderBar.vala:32
21 | msgid ""
22 | "Resizer will never upscale and always maintain the aspect ratio of your "
23 | "images."
24 | msgstr ""
25 |
26 | #: src/HeaderBar.vala:43
27 | msgid "Info"
28 | msgstr ""
29 |
30 | #: src/Window.vala:31
31 | msgid "Resizer"
32 | msgstr ""
33 |
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #: src/ResizePage.vala:57
39 | msgid "Max height:"
40 | msgstr ""
41 |
42 | #: src/ResizePage.vala:78
43 | msgid "Cancel"
44 | msgstr ""
45 |
46 | #: src/ResizePage.vala:82
47 | msgid "Resize"
48 | msgstr ""
49 |
50 | #: src/ResizePage.vala:120
51 | msgid "Resize image(s) within:"
52 | msgstr ""
53 |
54 | #: src/ResizePage.vala:125
55 | msgid "Resize image within:"
56 | msgstr ""
57 |
58 | #: src/ResizePage.vala:127
59 | #, c-format
60 | msgid "Resize %i images within:"
61 | msgstr ""
62 |
63 | #: src/ResizePage.vala:132
64 | #, c-format
65 | msgid "Error creating preview: %s"
66 | msgstr ""
67 |
68 | #: src/ResizingPage.vala:53
69 | msgid "All images resized"
70 | msgstr ""
71 |
72 | #: src/ResizingPage.vala:56
73 | msgid "1 image remaining"
74 | msgstr ""
75 |
76 | #: src/ResizingPage.vala:58
77 | #, c-format
78 | msgid "%i images remaining"
79 | msgstr ""
80 |
81 | #: src/Resizer.vala:92
82 | #, c-format
83 | msgid "There was an issue resizing '%s'"
84 | msgstr ""
85 |
86 | #: src/DropArea.vala:44
87 | msgid "Drop Image(s) Here"
88 | msgstr ""
89 |
--------------------------------------------------------------------------------
/po/or.po:
--------------------------------------------------------------------------------
1 | # Oriya translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: or\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/pi.po:
--------------------------------------------------------------------------------
1 | # Pali translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: pi\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/sg.po:
--------------------------------------------------------------------------------
1 | # Sango translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: sg\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/sn.po:
--------------------------------------------------------------------------------
1 | # Shona translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: sn\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ta.po:
--------------------------------------------------------------------------------
1 | # Tamil translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ta\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/tg.po:
--------------------------------------------------------------------------------
1 | # Tajik translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: tg\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/th.po:
--------------------------------------------------------------------------------
1 | # Thai translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: th\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/to.po:
--------------------------------------------------------------------------------
1 | # Tonga translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: to\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/tt.po:
--------------------------------------------------------------------------------
1 | # Tatar translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: tt\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/tw.po:
--------------------------------------------------------------------------------
1 | # Twi translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: tw\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ur.po:
--------------------------------------------------------------------------------
1 | # Urdu translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ur\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/uz.po:
--------------------------------------------------------------------------------
1 | # Uzbek translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: uz\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/ve.po:
--------------------------------------------------------------------------------
1 | # Venda translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: ve\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/wo.po:
--------------------------------------------------------------------------------
1 | # Wolof translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: wo\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/xh.po:
--------------------------------------------------------------------------------
1 | # Xhosa translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: xh\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/po/zu.po:
--------------------------------------------------------------------------------
1 | # Zulu translations for com.github.peteruithoven.resizer package.
2 | # Copyright (C) 2018 THE com.github.peteruithoven.resizer'S COPYRIGHT HOLDER
3 | # This file is distributed under the same license as the com.github.peteruithoven.resizer package.
4 | # Automatically generated, 2018.
5 | #
6 | msgid ""
7 | msgstr ""
8 | "Project-Id-Version: com.github.peteruithoven.resizer\n"
9 | "Report-Msgid-Bugs-To: \n"
10 | "POT-Creation-Date: 2019-03-31 13:06+0200\n"
11 | "PO-Revision-Date: 2018-01-31 01:09+0100\n"
12 | "Last-Translator: Automatically generated\n"
13 | "Language-Team: none\n"
14 | "Language: zu\n"
15 | "MIME-Version: 1.0\n"
16 | "Content-Type: text/plain; charset=UTF-8\n"
17 | "Content-Transfer-Encoding: 8bit\n"
18 |
19 | #: src/HeaderBar.vala:32
20 | msgid ""
21 | "Resizer will never upscale and always maintain the aspect ratio of your "
22 | "images."
23 | msgstr ""
24 |
25 | #: src/HeaderBar.vala:43
26 | msgid "Info"
27 | msgstr ""
28 |
29 | #: src/Window.vala:31
30 | msgid "Resizer"
31 | msgstr ""
32 |
33 | #. Width input
34 | #: src/ResizePage.vala:40
35 | msgid "Max width:"
36 | msgstr ""
37 |
38 | #. Create 3th column, making sure the entry is in the center
39 | #. height input
40 | #: src/ResizePage.vala:57
41 | msgid "Max height:"
42 | msgstr ""
43 |
44 | #: src/ResizePage.vala:78
45 | msgid "Cancel"
46 | msgstr ""
47 |
48 | #: src/ResizePage.vala:82
49 | msgid "Resize"
50 | msgstr ""
51 |
52 | #: src/ResizePage.vala:120
53 | msgid "Resize image(s) within:"
54 | msgstr ""
55 |
56 | #: src/ResizePage.vala:125
57 | msgid "Resize image within:"
58 | msgstr ""
59 |
60 | #: src/ResizePage.vala:127
61 | #, c-format
62 | msgid "Resize %i images within:"
63 | msgstr ""
64 |
65 | #: src/ResizePage.vala:132
66 | #, c-format
67 | msgid "Error creating preview: %s"
68 | msgstr ""
69 |
70 | #: src/ResizingPage.vala:53
71 | msgid "All images resized"
72 | msgstr ""
73 |
74 | #: src/ResizingPage.vala:56
75 | msgid "1 image remaining"
76 | msgstr ""
77 |
78 | #: src/ResizingPage.vala:58
79 | #, c-format
80 | msgid "%i images remaining"
81 | msgstr ""
82 |
83 | #: src/Resizer.vala:92
84 | #, c-format
85 | msgid "There was an issue resizing '%s'"
86 | msgstr ""
87 |
88 | #: src/DropArea.vala:44
89 | msgid "Drop Image(s) Here"
90 | msgstr ""
91 |
--------------------------------------------------------------------------------
/screenshot-6-empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/peteruithoven/resizer/12c38f69de94ad0df732d333b1aa86786f048d23/screenshot-6-empty.png
--------------------------------------------------------------------------------
/screenshot-6-image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/peteruithoven/resizer/12c38f69de94ad0df732d333b1aa86786f048d23/screenshot-6-image.png
--------------------------------------------------------------------------------
/screenshot-6-images.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/peteruithoven/resizer/12c38f69de94ad0df732d333b1aa86786f048d23/screenshot-6-images.png
--------------------------------------------------------------------------------
/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/peteruithoven/resizer/12c38f69de94ad0df732d333b1aa86786f048d23/screenshot.png
--------------------------------------------------------------------------------
/screenshot2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/peteruithoven/resizer/12c38f69de94ad0df732d333b1aa86786f048d23/screenshot2.png
--------------------------------------------------------------------------------
/screenshot3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/peteruithoven/resizer/12c38f69de94ad0df732d333b1aa86786f048d23/screenshot3.png
--------------------------------------------------------------------------------
/screenshot4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/peteruithoven/resizer/12c38f69de94ad0df732d333b1aa86786f048d23/screenshot4.png
--------------------------------------------------------------------------------
/screenshot5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/peteruithoven/resizer/12c38f69de94ad0df732d333b1aa86786f048d23/screenshot5.png
--------------------------------------------------------------------------------
/src/ErrorPage.vala:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2011-2019 Peter Uithoven (https://peteruithoven.nl)
3 | *
4 | * This program is free software; you can redistribute it and/or
5 | * modify it under the terms of the GNU General Public
6 | * License as published by the Free Software Foundation; either
7 | * version 3 of the License, or (at your option) any later version.
8 | *
9 | * This program is distributed in the hope that it will be useful,
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 | * General Public License for more details.
13 | *
14 | * You should have received a copy of the GNU General Public
15 | * License along with this program; if not, write to the
16 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 | * Boston, MA 02110-1301 USA
18 | *
19 | * Authored by: Peter Uithoven
20 | */
21 |
22 | namespace Resizer {
23 | public class ErrorPage : Gtk.Grid {
24 |
25 | public ErrorPage () {
26 | this.width_request = 350;
27 | var spacing = 12;
28 |
29 | var error_label = new Gtk.Label ("");
30 | error_label.halign = Gtk.Align.START;
31 |
32 | this.margin = spacing;
33 | this.margin_top = 0;
34 | this.add(error_label);
35 |
36 | Resizer.get_default ().resize_error.connect((r, filename) => {
37 | error_label.label = _("There was an issue resizing '%s'").printf(filename);
38 | });
39 | }
40 | }
41 | }
42 |
--------------------------------------------------------------------------------
/src/MessageCenter.vala:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2011-2019 Peter Uithoven (https://peteruithoven.nl)
3 | *
4 | * This program is free software; you can redistribute it and/or
5 | * modify it under the terms of the GNU General Public
6 | * License as published by the Free Software Foundation; either
7 | * version 3 of the License, or (at your option) any later version.
8 | *
9 | * This program is distributed in the hope that it will be useful,
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 | * General Public License for more details.
13 | *
14 | * You should have received a copy of the GNU General Public
15 | * License along with this program; if not, write to the
16 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 | * Boston, MA 02110-1301 USA
18 | *
19 | * Authored by: Peter Uithoven
20 | */
21 |
22 | namespace Resizer {
23 | public class MessageCenter : Gtk.Grid {
24 |
25 | public MessageCenter () {
26 | this.orientation = Gtk.Orientation.VERTICAL;
27 | }
28 | public void add_message(Gtk.MessageType type, string message) {
29 | stdout.printf ("adding message: %s\n", message);
30 | var bar = new Gtk.InfoBar ();
31 | bar.message_type = type;
32 | bar.get_content_area ().add (new Gtk.Label (message));
33 | bar.show_close_button = true;
34 | bar.response.connect (() => {
35 | bar.hide();
36 | // TODO: find a better way
37 | GLib.Timeout.add (1000, () => {
38 | bar.destroy();
39 | return false;
40 | });
41 | });
42 | this.add(bar);
43 | bar.show_all ();
44 | }
45 | public void add_error(string message) {
46 | this.add_message (Gtk.MessageType.ERROR, message);
47 | }
48 | private static GLib.Once instance;
49 | public static unowned MessageCenter get_default () {
50 | return instance.once (() => { return new MessageCenter (); });
51 | }
52 | }
53 | }
54 |
--------------------------------------------------------------------------------
/src/config.vala.in:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2011-2019 Peter Uithoven (https://peteruithoven.nl)
3 | *
4 | * This program is free software; you can redistribute it and/or
5 | * modify it under the terms of the GNU General Public
6 | * License as published by the Free Software Foundation; either
7 | * version 3 of the License, or (at your option) any later version.
8 | *
9 | * This program is distributed in the hope that it will be useful,
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 | * General Public License for more details.
13 | *
14 | * You should have received a copy of the GNU General Public
15 | * License along with this program; if not, write to the
16 | * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 | * Boston, MA 02110-1301 USA
18 | *
19 | * Authored by: Peter Uithoven
20 | */
21 |
22 | namespace Constants {
23 | public const string PROJECT_NAME = @PROJECT_NAME@;
24 | }
25 |
--------------------------------------------------------------------------------