Merge pull request #102 from NathanBnm/update-translations

Few fixes + Update translations (including Appdata) + French translations
This commit is contained in:
Artem Anufrij 2019-07-18 19:54:01 +02:00 committed by GitHub
commit 04773acb25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
417 changed files with 53163 additions and 3617 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.vscode/
build/

15
.vscode/launch.json vendored
View file

@ -1,15 +0,0 @@
{
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "gdb",
"request": "launch",
"target": "./bin/executable",
"cwd": "${workspaceRoot}"
}
]
}

16
.vscode/tasks.json vendored
View file

@ -1,16 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "ninja",
"type": "shell",
"command": "cd ${workspaceFolder}/build && ninja",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}

View file

@ -1,25 +0,0 @@
//
// Copyright (C) 2015-2015 Artem Anufrij
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//
namespace Constants {
public const string DATADIR = "@DATADIR@";
public const string PKGDATADIR = "@PKGDATADIR@";
public const string GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@";
public const string RELEASE_NAME = "@RELEASE_NAME@";
public const string VERSION = "@VERSION@";
public const string VERSION_INFO = "@VERSION_INFO@";
}

View file

@ -41,7 +41,7 @@ git clone https://github.com/artemanufrij/webpin.git
cd webpin
```
Compile, install and start Melody on your system
Compile, install and start Webpin on your system
```
meson build --prefix=/usr
cd build

View file

@ -2,7 +2,6 @@
Name=Webpin
GenericName=Webpin
Comment=Pin your websites on your desktop
Comment[lt]=Prisegti interneto svetaines savo darbalaukyje
Keywords=internet;webapp;
Exec=com.github.artemanufrij.webpin %u
Icon=com.github.artemanufrij.webpin

View file

@ -1,287 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
height="32"
viewBox="0 0 32 32"
id="svg3478"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="artemanufrij.webpin.svg">
<defs
id="defs3480">
<linearGradient
inkscape:collect="always"
id="linearGradient4172">
<stop
style="stop-color:#000000;stop-opacity:0.25"
offset="0"
id="stop4174" />
<stop
style="stop-color:#000000;stop-opacity:0"
offset="1"
id="stop4176" />
</linearGradient>
<linearGradient
gradientTransform="matrix(0.29366504,0,0,0.28846596,-2.5849008,1016.4195)"
inkscape:collect="always"
xlink:href="#linearGradient4268"
id="linearGradient4274"
x1="72.888351"
y1="117.57017"
x2="73.129204"
y2="29.712151"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4268">
<stop
style="stop-color:#399cd2;stop-opacity:1"
offset="0"
id="stop4270" />
<stop
style="stop-color:#45bdff;stop-opacity:1"
offset="1"
id="stop4272" />
</linearGradient>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter4343">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4345" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4347" />
<feGaussianBlur
in="composite1"
stdDeviation="3"
result="blur"
id="feGaussianBlur4349" />
<feOffset
dx="2"
dy="2"
result="offset"
id="feOffset4351" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4353" />
</filter>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter4434">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4436" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4438" />
<feGaussianBlur
in="composite1"
stdDeviation="2"
result="blur"
id="feGaussianBlur4440" />
<feOffset
dx="1"
dy="1"
result="offset"
id="feOffset4442" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4444" />
</filter>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter4617">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4619" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4621" />
<feGaussianBlur
in="composite1"
stdDeviation="1"
result="blur"
id="feGaussianBlur4623" />
<feOffset
dx="1"
dy="1"
result="offset"
id="feOffset4625" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4627" />
</filter>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter4629">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4631" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4633" />
<feGaussianBlur
in="composite1"
stdDeviation="0"
result="blur"
id="feGaussianBlur4635" />
<feOffset
dx="1"
dy="1"
result="offset"
id="feOffset4637" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4639" />
</filter>
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter3400">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood3402" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite3404" />
<feGaussianBlur
in="composite1"
stdDeviation="0"
result="blur"
id="feGaussianBlur3406" />
<feOffset
dx="1"
dy="2"
result="offset"
id="feOffset3408" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite3410" />
</filter>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4172"
id="radialGradient4178"
cx="16"
cy="1049.8622"
fx="16"
fy="1049.8622"
r="14"
gradientTransform="matrix(1,0,0,0.10714286,0,937.37695)"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313708"
inkscape:cx="-1.3896008"
inkscape:cy="14.851684"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1720"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="0" />
<metadata
id="metadata3483">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
id="rect4519"
inkscape:connector-curvature="0"
d="m 18.382978,1025.3622 c -2.652262,0 -4.949214,1.516 -6.087758,3.7163 -0.737934,-0.468 -1.611483,-0.7432 -2.5505382,-0.7432 -2.6321534,0 -4.76595,2.1296 -4.76595,4.7566 0,0.4177 0.066212,0.8218 0.1675457,1.2078 C 3.2452425,1035.5795 2,1037.7565 2,1040.2271 c 0,3.9528 3.188424,7.1351 7.1489354,7.1351 l 13.7021296,0 c 3.960519,0 7.148935,-3.1823 7.148935,-7.1351 0,-3.1566 -2.041707,-5.8178 -4.877673,-6.7636 0.07695,-0.4101 0.111703,-0.8309 0.111703,-1.2634 0,-3.7765 -3.067315,-6.8379 -6.851051,-6.8379 z" />
<g
transform="matrix(0.35530566,0.03009014,-0.02210983,0.24462689,-3.445965,1016.856)"
style="font-style:normal;font-weight:normal;font-size:115.83119202px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#fafafa;fill-opacity:1;stroke:none;filter:url(#filter3400)"
id="text3843-8">
<path
inkscape:connector-curvature="0"
d="m 62.808982,62.434865 q 0.463325,2.200792 1.389974,5.444066 0.92665,3.243273 1.969131,7.181534 1.158312,3.93826 2.432455,8.455677 1.389974,4.517416 2.664117,9.266495 0,-6.023222 -0.115831,-12.857262 Q 71.032997,72.975503 70.917165,65.793969 70.801334,58.612435 70.685503,51.31507 70.569672,43.901874 70.569672,37.067834 l 13.204756,0 q -0.347494,8.80317 -0.694987,18.185497 -0.347494,9.266495 -0.810819,18.532991 -0.463324,9.150664 -1.158312,18.069666 -0.579156,8.919002 -1.389974,16.911352 l -11.814781,0 Q 65.357268,101.46998 62.808982,93.130131 60.260696,84.674454 57.71241,77.029595 55.164123,84.32696 52.384175,92.898468 49.604226,101.46998 47.287602,108.76734 l -11.814781,0 Q 34.546171,100.77499 33.851184,91.855988 33.156197,82.821155 32.577041,73.67049 32.113716,64.403995 31.766223,55.1375 31.418729,45.755173 31.187067,37.067834 l 13.204756,0 q -0.115832,6.83404 -0.231663,14.131405 -0.115831,7.297365 -0.231662,14.59473 -0.115831,7.181534 -0.231663,14.131406 -0.115831,6.83404 -0.115831,12.857262 1.042481,-3.706598 2.316624,-8.108183 1.389974,-4.401586 2.548286,-8.68734 1.274143,-4.285754 2.316624,-7.876521 1.042481,-3.590767 1.621637,-5.675728 l 10.424807,0 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono Bold';fill:#fafafa;fill-opacity:1"
id="path4441" />
</g>
<rect
style="fill:url(#radialGradient4178);fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
id="rect3370"
width="28"
height="3"
x="2"
y="1048.3622" />
</g>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="32" height="32" viewBox="0 0 32 32" id="svg3478" version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="artemanufrij.webpin.svg">
<defs id="defs3480">
<linearGradient inkscape:collect="always" id="linearGradient4172">
<stop style="stop-color:#000000;stop-opacity:0.25" offset="0" id="stop4174" />
<stop style="stop-color:#000000;stop-opacity:0" offset="1" id="stop4176" />
</linearGradient>
<linearGradient gradientTransform="matrix(0.29366504,0,0,0.28846596,-2.5849008,1016.4195)" inkscape:collect="always" xlink:href="#linearGradient4268" id="linearGradient4274" x1="72.888351" y1="117.57017" x2="73.129204" y2="29.712151" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient4268">
<stop style="stop-color:#399cd2;stop-opacity:1" offset="0" id="stop4270" />
<stop style="stop-color:#45bdff;stop-opacity:1" offset="1" id="stop4272" />
</linearGradient>
<filter style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter4343">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4345" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4347" />
<feGaussianBlur in="composite1" stdDeviation="3" result="blur" id="feGaussianBlur4349" />
<feOffset dx="2" dy="2" result="offset" id="feOffset4351" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4353" />
</filter>
<filter style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter4434">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4436" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4438" />
<feGaussianBlur in="composite1" stdDeviation="2" result="blur" id="feGaussianBlur4440" />
<feOffset dx="1" dy="1" result="offset" id="feOffset4442" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4444" />
</filter>
<filter style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter4617">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4619" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4621" />
<feGaussianBlur in="composite1" stdDeviation="1" result="blur" id="feGaussianBlur4623" />
<feOffset dx="1" dy="1" result="offset" id="feOffset4625" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4627" />
</filter>
<filter style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter4629">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4631" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4633" />
<feGaussianBlur in="composite1" stdDeviation="0" result="blur" id="feGaussianBlur4635" />
<feOffset dx="1" dy="1" result="offset" id="feOffset4637" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4639" />
</filter>
<filter style="color-interpolation-filters:sRGB;" inkscape:label="Drop Shadow" id="filter3400">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood3402" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite3404" />
<feGaussianBlur in="composite1" stdDeviation="0" result="blur" id="feGaussianBlur3406" />
<feOffset dx="1" dy="2" result="offset" id="feOffset3408" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite3410" />
</filter>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4172" id="radialGradient4178" cx="16" cy="1049.8622" fx="16" fy="1049.8622" r="14" gradientTransform="matrix(1,0,0,0.10714286,0,937.37695)" gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313708" inkscape:cx="-1.3896008" inkscape:cy="14.851684" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" units="px" inkscape:window-width="1720" inkscape:window-height="1377" inkscape:window-x="0" inkscape:window-y="30" inkscape:window-maximized="0" />
<metadata id="metadata3483">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(0,-1020.3622)">
<path style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect4519" inkscape:connector-curvature="0" d="m 18.382978,1025.3622 c -2.652262,0 -4.949214,1.516 -6.087758,3.7163 -0.737934,-0.468 -1.611483,-0.7432 -2.5505382,-0.7432 -2.6321534,0 -4.76595,2.1296 -4.76595,4.7566 0,0.4177 0.066212,0.8218 0.1675457,1.2078 C 3.2452425,1035.5795 2,1037.7565 2,1040.2271 c 0,3.9528 3.188424,7.1351 7.1489354,7.1351 l 13.7021296,0 c 3.960519,0 7.148935,-3.1823 7.148935,-7.1351 0,-3.1566 -2.041707,-5.8178 -4.877673,-6.7636 0.07695,-0.4101 0.111703,-0.8309 0.111703,-1.2634 0,-3.7765 -3.067315,-6.8379 -6.851051,-6.8379 z" />
<g transform="matrix(0.35530566,0.03009014,-0.02210983,0.24462689,-3.445965,1016.856)" style="font-style:normal;font-weight:normal;font-size:115.83119202px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#fafafa;fill-opacity:1;stroke:none;filter:url(#filter3400)" id="text3843-8">
<path inkscape:connector-curvature="0" d="m 62.808982,62.434865 q 0.463325,2.200792 1.389974,5.444066 0.92665,3.243273 1.969131,7.181534 1.158312,3.93826 2.432455,8.455677 1.389974,4.517416 2.664117,9.266495 0,-6.023222 -0.115831,-12.857262 Q 71.032997,72.975503 70.917165,65.793969 70.801334,58.612435 70.685503,51.31507 70.569672,43.901874 70.569672,37.067834 l 13.204756,0 q -0.347494,8.80317 -0.694987,18.185497 -0.347494,9.266495 -0.810819,18.532991 -0.463324,9.150664 -1.158312,18.069666 -0.579156,8.919002 -1.389974,16.911352 l -11.814781,0 Q 65.357268,101.46998 62.808982,93.130131 60.260696,84.674454 57.71241,77.029595 55.164123,84.32696 52.384175,92.898468 49.604226,101.46998 47.287602,108.76734 l -11.814781,0 Q 34.546171,100.77499 33.851184,91.855988 33.156197,82.821155 32.577041,73.67049 32.113716,64.403995 31.766223,55.1375 31.418729,45.755173 31.187067,37.067834 l 13.204756,0 q -0.115832,6.83404 -0.231663,14.131405 -0.115831,7.297365 -0.231662,14.59473 -0.115831,7.181534 -0.231663,14.131406 -0.115831,6.83404 -0.115831,12.857262 1.042481,-3.706598 2.316624,-8.108183 1.389974,-4.401586 2.548286,-8.68734 1.274143,-4.285754 2.316624,-7.876521 1.042481,-3.590767 1.621637,-5.675728 l 10.424807,0 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono Bold';fill:#fafafa;fill-opacity:1" id="path4441" />
</g>
<rect style="fill:url(#radialGradient4178);fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" id="rect3370" width="28" height="3" x="2" y="1048.3622" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

@ -1,287 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="48"
height="48"
viewBox="0 0 48 48"
id="svg3478"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="artemanufrij.webpin.svg">
<defs
id="defs3480">
<linearGradient
inkscape:collect="always"
id="linearGradient4180">
<stop
style="stop-color:#000000;stop-opacity:0.25"
offset="0"
id="stop4182" />
<stop
style="stop-color:#000000;stop-opacity:0"
offset="1"
id="stop4184" />
</linearGradient>
<linearGradient
gradientTransform="matrix(0.44049756,0,0,0.41958634,-3.8773511,999.3547)"
inkscape:collect="always"
xlink:href="#linearGradient4268"
id="linearGradient4274"
x1="72.888351"
y1="117.57017"
x2="73.129204"
y2="29.712151"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4268">
<stop
style="stop-color:#399cd2;stop-opacity:1"
offset="0"
id="stop4270" />
<stop
style="stop-color:#45bdff;stop-opacity:1"
offset="1"
id="stop4272" />
</linearGradient>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter4343">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4345" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4347" />
<feGaussianBlur
in="composite1"
stdDeviation="3"
result="blur"
id="feGaussianBlur4349" />
<feOffset
dx="2"
dy="2"
result="offset"
id="feOffset4351" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4353" />
</filter>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter4434">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4436" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4438" />
<feGaussianBlur
in="composite1"
stdDeviation="2"
result="blur"
id="feGaussianBlur4440" />
<feOffset
dx="1"
dy="1"
result="offset"
id="feOffset4442" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4444" />
</filter>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter4617">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4619" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4621" />
<feGaussianBlur
in="composite1"
stdDeviation="1"
result="blur"
id="feGaussianBlur4623" />
<feOffset
dx="1"
dy="1"
result="offset"
id="feOffset4625" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4627" />
</filter>
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter4629">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4631" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4633" />
<feGaussianBlur
in="composite1"
stdDeviation="0"
result="blur"
id="feGaussianBlur4635" />
<feOffset
dx="1"
dy="1"
result="offset"
id="feOffset4637" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4639" />
</filter>
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter3460">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood3462" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite3464" />
<feGaussianBlur
in="composite1"
stdDeviation="0"
result="blur"
id="feGaussianBlur3466" />
<feOffset
dx="1"
dy="2"
result="offset"
id="feOffset3468" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite3470" />
</filter>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4180"
id="radialGradient4186"
cx="24"
cy="1048.3622"
fx="24"
fy="1048.3622"
r="18"
gradientTransform="matrix(1.1111111,0,0,0.16666667,-2.6666666,873.63515)"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313708"
inkscape:cx="0.40963128"
inkscape:cy="15.167309"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1720"
inkscape:window-height="1377"
inkscape:window-x="782"
inkscape:window-y="30"
inkscape:window-maximized="0" />
<metadata
id="metadata3483">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1004.3622)">
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
id="rect4519"
inkscape:connector-curvature="0"
d="m 27.574467,1012.3622 c -3.978393,0 -7.423821,2.2052 -9.131637,5.4056 -1.106901,-0.6808 -2.417225,-1.0811 -3.825808,-1.0811 -3.94823,0 -7.1489243,3.0976 -7.1489243,6.9187 0,0.6075 0.099318,1.1954 0.2513185,1.7568 C 4.8678637,1027.2238 3,1030.3903 3,1033.9838 c 0,5.7496 4.7826359,10.3784 10.723403,10.3784 l 20.553194,0 c 5.940779,0 10.723403,-4.6288 10.723403,-10.3784 0,-4.5914 -3.062561,-8.4622 -7.31651,-9.8379 0.115426,-0.5965 0.167554,-1.2085 0.167554,-1.8376 0,-5.4932 -4.600972,-9.9461 -10.276576,-9.9461 z" />
<g
transform="matrix(0.54230864,0.04592706,-0.03374658,0.37337788,-5.6806836,998.58956)"
style="font-style:normal;font-weight:normal;font-size:115.83119202px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#fafafa;fill-opacity:1;stroke:none;filter:url(#filter3460)"
id="text3843-8">
<path
inkscape:connector-curvature="0"
d="m 62.808982,62.434865 q 0.463325,2.200792 1.389974,5.444066 0.92665,3.243273 1.969131,7.181534 1.158312,3.93826 2.432455,8.455677 1.389974,4.517416 2.664117,9.266495 0,-6.023222 -0.115831,-12.857262 Q 71.032997,72.975503 70.917165,65.793969 70.801334,58.612435 70.685503,51.31507 70.569672,43.901874 70.569672,37.067834 l 13.204756,0 q -0.347494,8.80317 -0.694987,18.185497 -0.347494,9.266495 -0.810819,18.532991 -0.463324,9.150664 -1.158312,18.069666 -0.579156,8.919002 -1.389974,16.911352 l -11.814781,0 Q 65.357268,101.46998 62.808982,93.130131 60.260696,84.674454 57.71241,77.029595 55.164123,84.32696 52.384175,92.898468 49.604226,101.46998 47.287602,108.76734 l -11.814781,0 Q 34.546171,100.77499 33.851184,91.855988 33.156197,82.821155 32.577041,73.67049 32.113716,64.403995 31.766223,55.1375 31.418729,45.755173 31.187067,37.067834 l 13.204756,0 q -0.115832,6.83404 -0.231663,14.131405 -0.115831,7.297365 -0.231662,14.59473 -0.115831,7.181534 -0.231663,14.131406 -0.115831,6.83404 -0.115831,12.857262 1.042481,-3.706598 2.316624,-8.108183 1.389974,-4.401586 2.548286,-8.68734 1.274143,-4.285754 2.316624,-7.876521 1.042481,-3.590767 1.621637,-5.675728 l 10.424807,0 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono Bold';fill:#fafafa;fill-opacity:1"
id="path4441" />
</g>
<rect
style="fill:url(#radialGradient4186);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="rect3370"
width="40"
height="6"
x="4"
y="1045.3622" />
</g>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="48" height="48" viewBox="0 0 48 48" id="svg3478" version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="artemanufrij.webpin.svg">
<defs id="defs3480">
<linearGradient inkscape:collect="always" id="linearGradient4180">
<stop style="stop-color:#000000;stop-opacity:0.25" offset="0" id="stop4182" />
<stop style="stop-color:#000000;stop-opacity:0" offset="1" id="stop4184" />
</linearGradient>
<linearGradient gradientTransform="matrix(0.44049756,0,0,0.41958634,-3.8773511,999.3547)" inkscape:collect="always" xlink:href="#linearGradient4268" id="linearGradient4274" x1="72.888351" y1="117.57017" x2="73.129204" y2="29.712151" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient4268">
<stop style="stop-color:#399cd2;stop-opacity:1" offset="0" id="stop4270" />
<stop style="stop-color:#45bdff;stop-opacity:1" offset="1" id="stop4272" />
</linearGradient>
<filter style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter4343">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4345" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4347" />
<feGaussianBlur in="composite1" stdDeviation="3" result="blur" id="feGaussianBlur4349" />
<feOffset dx="2" dy="2" result="offset" id="feOffset4351" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4353" />
</filter>
<filter style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter4434">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4436" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4438" />
<feGaussianBlur in="composite1" stdDeviation="2" result="blur" id="feGaussianBlur4440" />
<feOffset dx="1" dy="1" result="offset" id="feOffset4442" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4444" />
</filter>
<filter style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter4617">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4619" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4621" />
<feGaussianBlur in="composite1" stdDeviation="1" result="blur" id="feGaussianBlur4623" />
<feOffset dx="1" dy="1" result="offset" id="feOffset4625" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4627" />
</filter>
<filter style="color-interpolation-filters:sRGB" inkscape:label="Drop Shadow" id="filter4629">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4631" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4633" />
<feGaussianBlur in="composite1" stdDeviation="0" result="blur" id="feGaussianBlur4635" />
<feOffset dx="1" dy="1" result="offset" id="feOffset4637" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4639" />
</filter>
<filter style="color-interpolation-filters:sRGB;" inkscape:label="Drop Shadow" id="filter3460">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood3462" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite3464" />
<feGaussianBlur in="composite1" stdDeviation="0" result="blur" id="feGaussianBlur3466" />
<feOffset dx="1" dy="2" result="offset" id="feOffset3468" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite3470" />
</filter>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4180" id="radialGradient4186" cx="24" cy="1048.3622" fx="24" fy="1048.3622" r="18" gradientTransform="matrix(1.1111111,0,0,0.16666667,-2.6666666,873.63515)" gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313708" inkscape:cx="0.40963128" inkscape:cy="15.167309" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" units="px" inkscape:window-width="1720" inkscape:window-height="1377" inkscape:window-x="782" inkscape:window-y="30" inkscape:window-maximized="0" />
<metadata id="metadata3483">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(0,-1004.3622)">
<path style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect4519" inkscape:connector-curvature="0" d="m 27.574467,1012.3622 c -3.978393,0 -7.423821,2.2052 -9.131637,5.4056 -1.106901,-0.6808 -2.417225,-1.0811 -3.825808,-1.0811 -3.94823,0 -7.1489243,3.0976 -7.1489243,6.9187 0,0.6075 0.099318,1.1954 0.2513185,1.7568 C 4.8678637,1027.2238 3,1030.3903 3,1033.9838 c 0,5.7496 4.7826359,10.3784 10.723403,10.3784 l 20.553194,0 c 5.940779,0 10.723403,-4.6288 10.723403,-10.3784 0,-4.5914 -3.062561,-8.4622 -7.31651,-9.8379 0.115426,-0.5965 0.167554,-1.2085 0.167554,-1.8376 0,-5.4932 -4.600972,-9.9461 -10.276576,-9.9461 z" />
<g transform="matrix(0.54230864,0.04592706,-0.03374658,0.37337788,-5.6806836,998.58956)" style="font-style:normal;font-weight:normal;font-size:115.83119202px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#fafafa;fill-opacity:1;stroke:none;filter:url(#filter3460)" id="text3843-8">
<path inkscape:connector-curvature="0" d="m 62.808982,62.434865 q 0.463325,2.200792 1.389974,5.444066 0.92665,3.243273 1.969131,7.181534 1.158312,3.93826 2.432455,8.455677 1.389974,4.517416 2.664117,9.266495 0,-6.023222 -0.115831,-12.857262 Q 71.032997,72.975503 70.917165,65.793969 70.801334,58.612435 70.685503,51.31507 70.569672,43.901874 70.569672,37.067834 l 13.204756,0 q -0.347494,8.80317 -0.694987,18.185497 -0.347494,9.266495 -0.810819,18.532991 -0.463324,9.150664 -1.158312,18.069666 -0.579156,8.919002 -1.389974,16.911352 l -11.814781,0 Q 65.357268,101.46998 62.808982,93.130131 60.260696,84.674454 57.71241,77.029595 55.164123,84.32696 52.384175,92.898468 49.604226,101.46998 47.287602,108.76734 l -11.814781,0 Q 34.546171,100.77499 33.851184,91.855988 33.156197,82.821155 32.577041,73.67049 32.113716,64.403995 31.766223,55.1375 31.418729,45.755173 31.187067,37.067834 l 13.204756,0 q -0.115832,6.83404 -0.231663,14.131405 -0.115831,7.297365 -0.231662,14.59473 -0.115831,7.181534 -0.231663,14.131406 -0.115831,6.83404 -0.115831,12.857262 1.042481,-3.706598 2.316624,-8.108183 1.389974,-4.401586 2.548286,-8.68734 1.274143,-4.285754 2.316624,-7.876521 1.042481,-3.590767 1.621637,-5.675728 l 10.424807,0 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono Bold';fill:#fafafa;fill-opacity:1" id="path4441" />
</g>
<rect style="fill:url(#radialGradient4186);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3370" width="40" height="6" x="4" y="1045.3622" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

@ -1,287 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="64"
height="64"
viewBox="0 0 64.000001 64.000001"
id="svg3478"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="artemanufrij.webpin.svg">
<defs
id="defs3480">
<linearGradient
inkscape:collect="always"
id="linearGradient4172">
<stop
style="stop-color:#000000;stop-opacity:0.25"
offset="0"
id="stop4174" />
<stop
style="stop-color:#000000;stop-opacity:0"
offset="1"
id="stop4176" />
</linearGradient>
<linearGradient
gradientTransform="matrix(0.58733008,0,0,0.60315819,-5.1698016,978.66365)"
inkscape:collect="always"
xlink:href="#linearGradient4268"
id="linearGradient4274"
x1="72.888351"
y1="117.57017"
x2="73.129204"
y2="29.712151"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4268">
<stop
style="stop-color:#399cd2;stop-opacity:1"
offset="0"
id="stop4270" />
<stop
style="stop-color:#45bdff;stop-opacity:1"
offset="1"
id="stop4272" />
</linearGradient>
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter4343">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4345" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4347" />
<feGaussianBlur
in="composite1"
stdDeviation="3"
result="blur"
id="feGaussianBlur4349" />
<feOffset
dx="2"
dy="2"
result="offset"
id="feOffset4351" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4353" />
</filter>
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter4434">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4436" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4438" />
<feGaussianBlur
in="composite1"
stdDeviation="2"
result="blur"
id="feGaussianBlur4440" />
<feOffset
dx="1"
dy="1"
result="offset"
id="feOffset4442" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4444" />
</filter>
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter4617">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4619" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4621" />
<feGaussianBlur
in="composite1"
stdDeviation="1"
result="blur"
id="feGaussianBlur4623" />
<feOffset
dx="1"
dy="1"
result="offset"
id="feOffset4625" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4627" />
</filter>
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter4629">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4631" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4633" />
<feGaussianBlur
in="composite1"
stdDeviation="0"
result="blur"
id="feGaussianBlur4635" />
<feOffset
dx="1"
dy="1"
result="offset"
id="feOffset4637" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4639" />
</filter>
<filter
style="color-interpolation-filters:sRGB;"
inkscape:label="Drop Shadow"
id="filter4641">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood4643" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite4645" />
<feGaussianBlur
in="composite1"
stdDeviation="0"
result="blur"
id="feGaussianBlur4647" />
<feOffset
dx="1"
dy="2"
result="offset"
id="feOffset4649" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="composite2"
id="feComposite4651" />
</filter>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4172"
id="radialGradient4178"
cx="32"
cy="1047.3622"
fx="32"
fy="1047.3622"
r="27"
gradientTransform="matrix(1,0,0,0.11111111,0,930.98861)"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4"
inkscape:cx="14.666734"
inkscape:cy="-2.7445442"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="3440"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="30"
inkscape:window-maximized="1" />
<metadata
id="metadata3483">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-988.36216)">
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate"
id="rect4519"
inkscape:connector-curvature="0"
d="m 36.765956,997.36216 c -5.304523,0 -9.898428,3.16974 -12.175517,7.77034 -1.475867,-0.9785 -3.222967,-1.554 -5.101076,-1.554 -5.264306,0 -9.5318993,4.4528 -9.5318993,9.9458 0,0.8735 0.1324253,1.7183 0.3350913,2.5253 C 6.4904851,1018.7255 4,1023.2776 4,1028.4432 c 0,8.2651 6.376848,14.919 14.29787,14.919 l 27.40426,0 c 7.921036,0 14.29787,-6.6539 14.29787,-14.919 0,-6.6 -4.083413,-12.1644 -9.755346,-14.1419 0.153898,-0.8577 0.223404,-1.7375 0.223404,-2.6418 0,-7.8963 -6.134627,-14.29734 -13.702102,-14.29734 z" />
<g
transform="matrix(0.71061132,0.06018029,-0.04421967,0.48925377,-6.8919294,982.34974)"
style="font-style:normal;font-weight:normal;font-size:115.83119202px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#fafafa;fill-opacity:1;stroke:none;filter:url(#filter4641)"
id="text3843-8">
<path
inkscape:connector-curvature="0"
d="m 62.808982,62.434865 q 0.463325,2.200792 1.389974,5.444066 0.92665,3.243273 1.969131,7.181534 1.158312,3.93826 2.432455,8.455677 1.389974,4.517416 2.664117,9.266495 0,-6.023222 -0.115831,-12.857262 Q 71.032997,72.975503 70.917165,65.793969 70.801334,58.612435 70.685503,51.31507 70.569672,43.901874 70.569672,37.067834 l 13.204756,0 q -0.347494,8.80317 -0.694987,18.185497 -0.347494,9.266495 -0.810819,18.532991 -0.463324,9.150664 -1.158312,18.069666 -0.579156,8.919002 -1.389974,16.911352 l -11.814781,0 Q 65.357268,101.46998 62.808982,93.130131 60.260696,84.674454 57.71241,77.029595 55.164123,84.32696 52.384175,92.898468 49.604226,101.46998 47.287602,108.76734 l -11.814781,0 Q 34.546171,100.77499 33.851184,91.855988 33.156197,82.821155 32.577041,73.67049 32.113716,64.403995 31.766223,55.1375 31.418729,45.755173 31.187067,37.067834 l 13.204756,0 q -0.115832,6.83404 -0.231663,14.131405 -0.115831,7.297365 -0.231662,14.59473 -0.115831,7.181534 -0.231663,14.131406 -0.115831,6.83404 -0.115831,12.857262 1.042481,-3.706598 2.316624,-8.108183 1.389974,-4.401586 2.548286,-8.68734 1.274143,-4.285754 2.316624,-7.876521 1.042481,-3.590767 1.621637,-5.675728 l 10.424807,0 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono Bold';fill:#fafafa;fill-opacity:1"
id="path4441" />
</g>
<rect
style="fill:url(#radialGradient4178);fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
id="rect3370"
width="54"
height="6"
x="5"
y="1044.3622" />
</g>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="64" height="64" viewBox="0 0 64.000001 64.000001" id="svg3478" version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="artemanufrij.webpin.svg">
<defs id="defs3480">
<linearGradient inkscape:collect="always" id="linearGradient4172">
<stop style="stop-color:#000000;stop-opacity:0.25" offset="0" id="stop4174" />
<stop style="stop-color:#000000;stop-opacity:0" offset="1" id="stop4176" />
</linearGradient>
<linearGradient gradientTransform="matrix(0.58733008,0,0,0.60315819,-5.1698016,978.66365)" inkscape:collect="always" xlink:href="#linearGradient4268" id="linearGradient4274" x1="72.888351" y1="117.57017" x2="73.129204" y2="29.712151" gradientUnits="userSpaceOnUse" />
<linearGradient inkscape:collect="always" id="linearGradient4268">
<stop style="stop-color:#399cd2;stop-opacity:1" offset="0" id="stop4270" />
<stop style="stop-color:#45bdff;stop-opacity:1" offset="1" id="stop4272" />
</linearGradient>
<filter style="color-interpolation-filters:sRGB;" inkscape:label="Drop Shadow" id="filter4343">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4345" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4347" />
<feGaussianBlur in="composite1" stdDeviation="3" result="blur" id="feGaussianBlur4349" />
<feOffset dx="2" dy="2" result="offset" id="feOffset4351" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4353" />
</filter>
<filter style="color-interpolation-filters:sRGB;" inkscape:label="Drop Shadow" id="filter4434">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4436" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4438" />
<feGaussianBlur in="composite1" stdDeviation="2" result="blur" id="feGaussianBlur4440" />
<feOffset dx="1" dy="1" result="offset" id="feOffset4442" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4444" />
</filter>
<filter style="color-interpolation-filters:sRGB;" inkscape:label="Drop Shadow" id="filter4617">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4619" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4621" />
<feGaussianBlur in="composite1" stdDeviation="1" result="blur" id="feGaussianBlur4623" />
<feOffset dx="1" dy="1" result="offset" id="feOffset4625" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4627" />
</filter>
<filter style="color-interpolation-filters:sRGB;" inkscape:label="Drop Shadow" id="filter4629">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4631" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4633" />
<feGaussianBlur in="composite1" stdDeviation="0" result="blur" id="feGaussianBlur4635" />
<feOffset dx="1" dy="1" result="offset" id="feOffset4637" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4639" />
</filter>
<filter style="color-interpolation-filters:sRGB;" inkscape:label="Drop Shadow" id="filter4641">
<feFlood flood-opacity="0.498039" flood-color="rgb(0,0,0)" result="flood" id="feFlood4643" />
<feComposite in="flood" in2="SourceGraphic" operator="in" result="composite1" id="feComposite4645" />
<feGaussianBlur in="composite1" stdDeviation="0" result="blur" id="feGaussianBlur4647" />
<feOffset dx="1" dy="2" result="offset" id="feOffset4649" />
<feComposite in="SourceGraphic" in2="offset" operator="over" result="composite2" id="feComposite4651" />
</filter>
<radialGradient inkscape:collect="always" xlink:href="#linearGradient4172" id="radialGradient4178" cx="32" cy="1047.3622" fx="32" fy="1047.3622" r="27" gradientTransform="matrix(1,0,0,0.11111111,0,930.98861)" gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="4" inkscape:cx="14.666734" inkscape:cy="-2.7445442" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" units="px" inkscape:window-width="3440" inkscape:window-height="1377" inkscape:window-x="0" inkscape:window-y="30" inkscape:window-maximized="1" />
<metadata id="metadata3483">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(0,-988.36216)">
<path style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4274);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="rect4519" inkscape:connector-curvature="0" d="m 36.765956,997.36216 c -5.304523,0 -9.898428,3.16974 -12.175517,7.77034 -1.475867,-0.9785 -3.222967,-1.554 -5.101076,-1.554 -5.264306,0 -9.5318993,4.4528 -9.5318993,9.9458 0,0.8735 0.1324253,1.7183 0.3350913,2.5253 C 6.4904851,1018.7255 4,1023.2776 4,1028.4432 c 0,8.2651 6.376848,14.919 14.29787,14.919 l 27.40426,0 c 7.921036,0 14.29787,-6.6539 14.29787,-14.919 0,-6.6 -4.083413,-12.1644 -9.755346,-14.1419 0.153898,-0.8577 0.223404,-1.7375 0.223404,-2.6418 0,-7.8963 -6.134627,-14.29734 -13.702102,-14.29734 z" />
<g transform="matrix(0.71061132,0.06018029,-0.04421967,0.48925377,-6.8919294,982.34974)" style="font-style:normal;font-weight:normal;font-size:115.83119202px;line-height:125%;font-family:Sans;letter-spacing:0px;word-spacing:0px;opacity:1;fill:#fafafa;fill-opacity:1;stroke:none;filter:url(#filter4641)" id="text3843-8">
<path inkscape:connector-curvature="0" d="m 62.808982,62.434865 q 0.463325,2.200792 1.389974,5.444066 0.92665,3.243273 1.969131,7.181534 1.158312,3.93826 2.432455,8.455677 1.389974,4.517416 2.664117,9.266495 0,-6.023222 -0.115831,-12.857262 Q 71.032997,72.975503 70.917165,65.793969 70.801334,58.612435 70.685503,51.31507 70.569672,43.901874 70.569672,37.067834 l 13.204756,0 q -0.347494,8.80317 -0.694987,18.185497 -0.347494,9.266495 -0.810819,18.532991 -0.463324,9.150664 -1.158312,18.069666 -0.579156,8.919002 -1.389974,16.911352 l -11.814781,0 Q 65.357268,101.46998 62.808982,93.130131 60.260696,84.674454 57.71241,77.029595 55.164123,84.32696 52.384175,92.898468 49.604226,101.46998 47.287602,108.76734 l -11.814781,0 Q 34.546171,100.77499 33.851184,91.855988 33.156197,82.821155 32.577041,73.67049 32.113716,64.403995 31.766223,55.1375 31.418729,45.755173 31.187067,37.067834 l 13.204756,0 q -0.115832,6.83404 -0.231663,14.131405 -0.115831,7.297365 -0.231662,14.59473 -0.115831,7.181534 -0.231663,14.131406 -0.115831,6.83404 -0.115831,12.857262 1.042481,-3.706598 2.316624,-8.108183 1.389974,-4.401586 2.548286,-8.68734 1.274143,-4.285754 2.316624,-7.876521 1.042481,-3.590767 1.621637,-5.675728 l 10.424807,0 z" style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Ubuntu Mono';-inkscape-font-specification:'Ubuntu Mono Bold';fill:#fafafa;fill-opacity:1" id="path4441" />
</g>
<rect style="fill:url(#radialGradient4178);fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" id="rect3370" width="54" height="6" x="5" y="1044.3622" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View file

@ -5,26 +5,38 @@ foreach i : icon_sizes
join_paths('icons/', i, meson.project_name() + '.svg'),
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i, 'apps')
)
endforeach
foreach i : icon_sizes
install_data(
join_paths('icons/', i, meson.project_name() + '.svg'),
install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor', i + 'x' + i + '@2', 'apps')
)
install_data(
join_paths('icons/', i, meson.project_name() + '.svg'),
install_dir: join_paths(get_option('datadir'), 'icons/hicolor', i + 'x' + i, 'mimetypes')
)
install_data(
join_paths('icons/', i, meson.project_name() + '.svg'),
install_dir: join_paths(get_option('datadir'), 'icons/hicolor', i + 'x' + i + '@2', 'mimetypes')
)
endforeach
install_data(
'icons/64/' + meson.project_name() + '.svg',
join_paths('icons', '64', meson.project_name() + '.svg'),
install_dir: join_paths(get_option('datadir'), 'icons/hicolor/scalable/apps')
)
install_data(
meson.project_name() + '.desktop',
i18n.merge_file(
input: meson.project_name() + '.desktop.in',
output: meson.project_name() + '.desktop',
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
type: 'desktop',
install: true,
install_dir: join_paths(get_option('datadir'), 'applications')
)
install_data(
meson.project_name() + '.appdata.xml',
i18n.merge_file(
input: meson.project_name() + '.appdata.xml.in',
output: meson.project_name() + '.appdata.xml',
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo')
)

17
debian/rules vendored
View file

@ -10,5 +10,20 @@
#export DH_VERBOSE=1
%:
dh $@
dh $@
override_dh_auto_clean:
rm -rf debian/build
override_dh_auto_configure:
mkdir -p debian/build
cd debian/build && meson --prefix=/usr ../..
override_dh_auto_build:
cd debian/build && ninja -v
override_dh_auto_test:
cd debian/build && ninja test
override_dh_auto_install:
cd debian/build && DESTDIR=${CURDIR}/debian/com.github.artemanufrij.webpin ninja install

30
meson/post_install.py Normal file → Executable file
View file

@ -1,24 +1,16 @@
#!/usr/bin/env python3
import os
from os import path, environ
import subprocess
prefix = os.environ.get('MESON_INSTALL_PREFIX', '/usr')
datadir = os.path.join(prefix, 'share')
prefix = environ.get('MESON_INSTALL_PREFIX', '/usr/local')
schemadir = path.join(environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')
datadir = path.join(prefix, 'share')
# Packaging tools define DESTDIR and this isn't needed for them
if 'DESTDIR' not in os.environ:
print('Compiling gsettings schemas...')
schema_dir = os.path.join(datadir, 'glib-2.0/schemas')
subprocess.call(['glib-compile-schemas', schema_dir])
print('Updating icon cache...')
icon_cache_dir = os.path.join(datadir, 'icons', 'hicolor')
subprocess.call(['gtk-update-icon-cache', '-qtf', icon_cache_dir])
print('Updating desktop database...')
desktop_database_dir = os.path.join(datadir, 'applications')
subprocess.call(['update-desktop-database', '-q', desktop_database_dir])
if not environ.get('DESTDIR'):
print('Compiling gsettings schemas…')
subprocess.call(['glib-compile-schemas', schemadir])
print('Updating icon cache…')
subprocess.call(['gtk-update-icon-cache', '-qtf', path.join(datadir, 'icons', 'hicolor')])
print('Updating desktop database…')
subprocess.call(['update-desktop-database', '-q', path.join(datadir, 'applications')])

View file

@ -121,7 +121,6 @@ ne
ng
nl
nn
no
nr
nv
ny
@ -189,8 +188,7 @@ xh
yi
yo
za
zh_CN
zh_HK
zh
zh_TW
zu
zu

View file

@ -1,9 +1,20 @@
# Afar translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: aa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Abkhazian translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Avestan translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ae\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Afrikaans translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Akan translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ak\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Amharic translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Aragonese translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Arabic translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Assamese translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Asturian translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Avaric translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: av\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Aymara translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ay\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Azerbaijani translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Bashkir translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ba\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,11 +1,22 @@
# Belarusian translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -36,7 +47,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -47,7 +58,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -71,6 +82,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -79,32 +94,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -143,3 +162,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,10 +1,21 @@
# Bulgarian translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -35,7 +46,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -46,7 +57,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -70,6 +81,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -78,32 +93,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -142,3 +161,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Bihari translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Bislama translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Bambara translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bm\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Bengali translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Tibetan translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Breton translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Bosnian translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Catalan translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Chechen translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ce\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Chamorro translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Language ckb translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ckb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Corsican translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: co\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -46,7 +46,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -57,7 +57,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -81,6 +81,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -89,32 +93,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -153,3 +161,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Cree translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Czech translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: src/Widgets/WebItem.vala:126
@ -35,7 +46,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -46,7 +57,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -70,6 +81,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -78,32 +93,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -142,3 +161,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Church Slavic translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Chuvash translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Welsh translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,21 @@
# Danish translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +46,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +57,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +81,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +93,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +161,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

BIN
po/de.mo

Binary file not shown.

View file

@ -1,22 +1,21 @@
# German translation for webby-browser
# Copyright (c) 2015 Rosetta Contributors and Canonical Ltd 2015
# This file is distributed under the same license as the webby-browser package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
# German translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Tobias Bannert, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: webby-browser\n"
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"PO-Revision-Date: 2017-08-14 18:27+0200\n"
"Last-Translator: Tobias Bannert <Unknown>\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Tobias Bannert\n"
"Language-Team: German <de@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-03-24 00:16+0000\n"
"X-Generator: Poedit 1.8.7.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -35,9 +34,8 @@ msgid "Application name"
msgstr "Anwendungsname"
#: src/Widgets/Views/Editor.vala:96
#, fuzzy
msgid "https://myapp.domain or file:///my/local/file"
msgstr "https://myapp.domain"
msgstr "https://myapp.domain oder file:///my/local/file"
#: src/Widgets/Views/Editor.vala:106
msgid "theme icon name"
@ -48,7 +46,7 @@ msgid "or"
msgstr "oder"
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr "Datei auswählen…"
#: src/Widgets/Views/Editor.vala:128
@ -59,7 +57,7 @@ msgstr "Cookies speichern"
msgid "Save login information"
msgstr "Anmeldeinformation speichern"
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -72,9 +70,8 @@ msgid "Save app"
msgstr "Speichern"
#: src/Widgets/Views/Editor.vala:182
#, fuzzy
msgid "url must start with http:// or https:// or file:///"
msgstr "Adresse muss mit http:// oder https:// beginnen"
msgstr "Adresse muss mit http:// oder https:// oder file:/// beginnen"
#: src/Widgets/Views/Editor.vala:197
msgid "App already exist"
@ -84,6 +81,10 @@ msgstr "Anwendung ist bereits vorhanden"
msgid "Images"
msgstr "Bilder"
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr "Abbrechen"
@ -92,32 +93,36 @@ msgstr "Abbrechen"
msgid "Open"
msgstr "Öffnen"
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr "Öffne Anfrage in einer externen Anwendung…"
#: src/Windows/WebApp.vala:97
#, fuzzy, c-format
msgid "Open %s"
msgstr "Öffnen"
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr "Öffnen %s"
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -126,14 +131,12 @@ msgid "Choose an image…"
msgstr ""
#: src/Services/DesktopFilesManager.vala:86
#, fuzzy
msgid "_Cancel"
msgstr "Abbrechen"
msgstr "_Abbrechen"
#: src/Services/DesktopFilesManager.vala:87
#, fuzzy
msgid "_Open"
msgstr "Öffnen"
msgstr "_Öffnen"
#: src/MainWindow.vala:62
msgid "Applications"
@ -159,29 +162,10 @@ msgstr "App erstellen"
msgid "Create a new web app with Webpin"
msgstr "Erstelle eine neue Webapp mit Webpin"
#~ msgid "Accept"
#~ msgstr "Bestätigen"
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#~ msgid "No Web Apps Availible"
#~ msgstr "Es sind keine Webapps vorhanden"
#~ msgid "Create a new Webpin Web App."
#~ msgstr "Erstelle eine neue Webapp mit Webpin"
#~ msgid "Create a new Webpin web app."
#~ msgstr "Eine neue Webapp erstellen"
#~ msgid "Remove Application"
#~ msgstr "Anwendung entfernen"
#~ msgid "Create a new web app with webby"
#~ msgstr "Erstelle eine neue Webanwendung mit Webby"
#~ msgid "Create app"
#~ msgstr "Anwendung erstellen"
#~ msgid "App created"
#~ msgstr "Anwendung wurde erstellt"
#~ msgid "The application shortcut was successfully created"
#~ msgstr "Tastenkürzel für die Anwendung wurde erfolgreich erstellt"
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Divehi translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: dv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Dzongkha translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Ewe translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ee\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,21 @@
# Greek translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +46,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +57,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +81,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +93,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +161,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,143 +1,171 @@
# English translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en_AU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
msgstr ""
msgstr "Delete Webapp"
#: src/Widgets/WebItem.vala:131
msgid "Edit Webapp Properties"
msgstr ""
msgstr "Edit Webapp Properties"
#: src/Widgets/Views/Editor.vala:84
msgid "Create a new web app"
msgstr ""
msgstr "Create a new web app"
#: src/Widgets/Views/Editor.vala:92
msgid "Application name"
msgstr ""
msgstr "Application name"
#: src/Widgets/Views/Editor.vala:96
msgid "https://myapp.domain or file:///my/local/file"
msgstr ""
msgstr "https://myapp.domain or file:///my/local/file"
#: src/Widgets/Views/Editor.vala:106
msgid "theme icon name"
msgstr ""
msgstr "theme icon name"
#: src/Widgets/Views/Editor.vala:108
msgid "or"
msgstr ""
msgstr "or"
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgstr ""
msgid "Set from file"
msgstr "Set from file…"
#: src/Widgets/Views/Editor.vala:128
msgid "Save cookies"
msgstr ""
msgstr "Save cookies"
#: src/Widgets/Views/Editor.vala:130
msgid "Save login information"
msgstr ""
msgstr "Save login information"
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
msgstr "Run in background if closed"
#: src/Widgets/Views/Editor.vala:134
msgid "Use minimal UI"
msgstr ""
msgstr "Use minimal UI"
#: src/Widgets/Views/Editor.vala:159
msgid "Save app"
msgstr ""
msgstr "Save app"
#: src/Widgets/Views/Editor.vala:182
msgid "url must start with http:// or https:// or file:///"
msgstr ""
msgstr "url must start with http:// or https:// or file:///"
#: src/Widgets/Views/Editor.vala:197
msgid "App already exist"
msgstr ""
msgstr "App already exist"
#: src/Widgets/Views/Editor.vala:428 src/Services/DesktopFilesManager.vala:90
msgid "Images"
msgstr ""
msgstr "Images"
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr "Choose icon"
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
msgstr "Cancel"
#: src/Widgets/Views/Editor.vala:434
msgid "Open"
msgstr ""
msgstr "Open"
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr "Open request in an external application…"
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
msgstr "Open %s"
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
msgstr "Back"
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
msgstr "Home"
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
msgstr "Forward"
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
msgstr "Reload"
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
msgstr "Copy URL into clipboard"
#: src/Services/DesktopFilesManager.vala:84
msgid "Choose an image…"
msgstr ""
msgstr "Choose an image…"
#: src/Services/DesktopFilesManager.vala:86
msgid "_Cancel"
msgstr ""
msgstr "_Cancel"
#: src/Services/DesktopFilesManager.vala:87
msgid "_Open"
msgstr ""
msgstr "_Open"
#: src/MainWindow.vala:62
msgid "Applications"
msgstr ""
msgstr "Applications"
#: src/MainWindow.vala:69
msgid "Add a new Web App"
msgstr ""
msgstr "Add a new Web App"
#: src/MainWindow.vala:74
msgid "No Web Apps Available"
msgstr ""
msgstr "No Web Apps Available"
#: src/MainWindow.vala:74
msgid "Manage your web apps."
msgstr ""
msgstr "Manage your web apps."
#: src/MainWindow.vala:75
msgid "Create App"
msgstr ""
msgstr "Create App"
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr "Create a new web app with Webpin"
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,143 +1,171 @@
# English translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en_CA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
msgstr ""
msgstr "Delete Webapp"
#: src/Widgets/WebItem.vala:131
msgid "Edit Webapp Properties"
msgstr ""
msgstr "Edit Webapp Properties"
#: src/Widgets/Views/Editor.vala:84
msgid "Create a new web app"
msgstr ""
msgstr "Create a new web app"
#: src/Widgets/Views/Editor.vala:92
msgid "Application name"
msgstr ""
msgstr "Application name"
#: src/Widgets/Views/Editor.vala:96
msgid "https://myapp.domain or file:///my/local/file"
msgstr ""
msgstr "https://myapp.domain or file:///my/local/file"
#: src/Widgets/Views/Editor.vala:106
msgid "theme icon name"
msgstr ""
msgstr "theme icon name"
#: src/Widgets/Views/Editor.vala:108
msgid "or"
msgstr ""
msgstr "or"
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgstr ""
msgid "Set from file"
msgstr "Set from file…"
#: src/Widgets/Views/Editor.vala:128
msgid "Save cookies"
msgstr ""
msgstr "Save cookies"
#: src/Widgets/Views/Editor.vala:130
msgid "Save login information"
msgstr ""
msgstr "Save login information"
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
msgstr "Run in background if closed"
#: src/Widgets/Views/Editor.vala:134
msgid "Use minimal UI"
msgstr ""
msgstr "Use minimal UI"
#: src/Widgets/Views/Editor.vala:159
msgid "Save app"
msgstr ""
msgstr "Save app"
#: src/Widgets/Views/Editor.vala:182
msgid "url must start with http:// or https:// or file:///"
msgstr ""
msgstr "url must start with http:// or https:// or file:///"
#: src/Widgets/Views/Editor.vala:197
msgid "App already exist"
msgstr ""
msgstr "App already exist"
#: src/Widgets/Views/Editor.vala:428 src/Services/DesktopFilesManager.vala:90
msgid "Images"
msgstr ""
msgstr "Images"
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr "Choose icon"
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
msgstr "Cancel"
#: src/Widgets/Views/Editor.vala:434
msgid "Open"
msgstr ""
msgstr "Open"
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr "Open request in an external application…"
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
msgstr "Open %s"
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
msgstr "Back"
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
msgstr "Home"
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
msgstr "Forward"
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
msgstr "Reload"
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
msgstr "Copy URL into clipboard"
#: src/Services/DesktopFilesManager.vala:84
msgid "Choose an image…"
msgstr ""
msgstr "Choose an image…"
#: src/Services/DesktopFilesManager.vala:86
msgid "_Cancel"
msgstr ""
msgstr "_Cancel"
#: src/Services/DesktopFilesManager.vala:87
msgid "_Open"
msgstr ""
msgstr "_Open"
#: src/MainWindow.vala:62
msgid "Applications"
msgstr ""
msgstr "Applications"
#: src/MainWindow.vala:69
msgid "Add a new Web App"
msgstr ""
msgstr "Add a new Web App"
#: src/MainWindow.vala:74
msgid "No Web Apps Available"
msgstr ""
msgstr "No Web Apps Available"
#: src/MainWindow.vala:74
msgid "Manage your web apps."
msgstr ""
msgstr "Manage your web apps."
#: src/MainWindow.vala:75
msgid "Create App"
msgstr ""
msgstr "Create App"
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr "Create a new web app with Webpin"
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,143 +1,171 @@
# English translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
msgstr ""
msgstr "Delete Webapp"
#: src/Widgets/WebItem.vala:131
msgid "Edit Webapp Properties"
msgstr ""
msgstr "Edit Webapp Properties"
#: src/Widgets/Views/Editor.vala:84
msgid "Create a new web app"
msgstr ""
msgstr "Create a new web app"
#: src/Widgets/Views/Editor.vala:92
msgid "Application name"
msgstr ""
msgstr "Application name"
#: src/Widgets/Views/Editor.vala:96
msgid "https://myapp.domain or file:///my/local/file"
msgstr ""
msgstr "https://myapp.domain or file:///my/local/file"
#: src/Widgets/Views/Editor.vala:106
msgid "theme icon name"
msgstr ""
msgstr "theme icon name"
#: src/Widgets/Views/Editor.vala:108
msgid "or"
msgstr ""
msgstr "or"
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgstr ""
msgid "Set from file"
msgstr "Set from file…"
#: src/Widgets/Views/Editor.vala:128
msgid "Save cookies"
msgstr ""
msgstr "Save cookies"
#: src/Widgets/Views/Editor.vala:130
msgid "Save login information"
msgstr ""
msgstr "Save login information"
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
msgstr "Run in background if closed"
#: src/Widgets/Views/Editor.vala:134
msgid "Use minimal UI"
msgstr ""
msgstr "Use minimal UI"
#: src/Widgets/Views/Editor.vala:159
msgid "Save app"
msgstr ""
msgstr "Save app"
#: src/Widgets/Views/Editor.vala:182
msgid "url must start with http:// or https:// or file:///"
msgstr ""
msgstr "url must start with http:// or https:// or file:///"
#: src/Widgets/Views/Editor.vala:197
msgid "App already exist"
msgstr ""
msgstr "App already exist"
#: src/Widgets/Views/Editor.vala:428 src/Services/DesktopFilesManager.vala:90
msgid "Images"
msgstr ""
msgstr "Images"
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr "Choose icon"
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
msgstr "Cancel"
#: src/Widgets/Views/Editor.vala:434
msgid "Open"
msgstr ""
msgstr "Open"
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr "Open request in an external application…"
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
msgstr "Open %s"
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
msgstr "Back"
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
msgstr "Home"
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
msgstr "Forward"
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
msgstr "Reload"
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
msgstr "Copy URL into clipboard"
#: src/Services/DesktopFilesManager.vala:84
msgid "Choose an image…"
msgstr ""
msgstr "Choose an image…"
#: src/Services/DesktopFilesManager.vala:86
msgid "_Cancel"
msgstr ""
msgstr "_Cancel"
#: src/Services/DesktopFilesManager.vala:87
msgid "_Open"
msgstr ""
msgstr "_Open"
#: src/MainWindow.vala:62
msgid "Applications"
msgstr ""
msgstr "Applications"
#: src/MainWindow.vala:69
msgid "Add a new Web App"
msgstr ""
msgstr "Add a new Web App"
#: src/MainWindow.vala:74
msgid "No Web Apps Available"
msgstr ""
msgstr "No Web Apps Available"
#: src/MainWindow.vala:74
msgid "Manage your web apps."
msgstr ""
msgstr "Manage your web apps."
#: src/MainWindow.vala:75
msgid "Create App"
msgstr ""
msgstr "Create App"
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr "Create a new web app with Webpin"
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,10 +1,21 @@
# Esperanto translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -35,7 +46,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -46,7 +57,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -70,6 +81,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -78,32 +93,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -142,3 +161,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,11 +1,21 @@
# Spanish translation for Webpin
# Last translated 2/4/19 day/month/year
# Spanish translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Erasmo Marín <Unknown>, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Erasmo Marín <Unknown>\n"
"Language-Team: Spanish <es@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -36,7 +46,8 @@ msgid "or"
msgstr "o"
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
#, fuzzy
msgid "Set from file…"
msgstr "Seleccionar archivo..."
#: src/Widgets/Views/Editor.vala:128
@ -47,7 +58,7 @@ msgstr "Guardar cookies"
msgid "Save login information"
msgstr "Guardar inicios de sesión"
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr "Mantener en memoria al cerrarse"
@ -71,6 +82,10 @@ msgstr "La app ya existe"
msgid "Images"
msgstr "Imágenes"
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr "Cancelar"
@ -79,32 +94,36 @@ msgstr "Cancelar"
msgid "Open"
msgstr "Abrir"
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr "Abriendo en aplicación externa…"
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr "Abrir %s"
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr "Anterior"
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr "Inicio"
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr "Siguiente"
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr "Recargar"
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr "Copiar URL en portapapeles"
@ -143,3 +162,11 @@ msgstr "Crear App"
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr "Crea una nueva web app con Webpin"
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,10 +1,21 @@
# Estonian translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -35,7 +46,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -46,7 +57,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -70,6 +81,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -78,32 +93,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -142,3 +161,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

View file

@ -1,9 +1,20 @@
# Basque translations for com.github.artemanufrij.webpin package.
# Copyright (C) 2019 THE com.github.artemanufrij.webpin'S COPYRIGHT HOLDER
# This file is distributed under the same license as the com.github.artemanufrij.webpin package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: com.github.artemanufrij.webpin\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-04 17:19+0100\n"
"POT-Creation-Date: 2019-07-18 14:33+0200\n"
"PO-Revision-Date: 2019-04-17 19:16+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Widgets/WebItem.vala:126
msgid "Delete Webapp"
@ -34,7 +45,7 @@ msgid "or"
msgstr ""
#: src/Widgets/Views/Editor.vala:109
msgid "Set from file..."
msgid "Set from file"
msgstr ""
#: src/Widgets/Views/Editor.vala:128
@ -45,7 +56,7 @@ msgstr ""
msgid "Save login information"
msgstr ""
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:185
#: src/Widgets/Views/Editor.vala:132 src/Windows/WebApp.vala:188
msgid "Run in background if closed"
msgstr ""
@ -69,6 +80,10 @@ msgstr ""
msgid "Images"
msgstr ""
#: src/Widgets/Views/Editor.vala:431
msgid "Choose icon"
msgstr ""
#: src/Widgets/Views/Editor.vala:433
msgid "Cancel"
msgstr ""
@ -77,32 +92,36 @@ msgstr ""
msgid "Open"
msgstr ""
#: src/Widgets/Browser.vala:112
#: src/Widgets/Browser.vala:113
msgid "Open request in an external application…"
msgstr ""
#: src/Windows/WebApp.vala:97
#: src/Windows/WebApp.vala:63
msgid "Loading…"
msgstr ""
#: src/Windows/WebApp.vala:98
#, c-format
msgid "Open %s"
msgstr ""
#: src/Windows/WebApp.vala:137
#: src/Windows/WebApp.vala:140
msgid "Back"
msgstr ""
#: src/Windows/WebApp.vala:146
#: src/Windows/WebApp.vala:149
msgid "Home"
msgstr ""
#: src/Windows/WebApp.vala:154
#: src/Windows/WebApp.vala:157
msgid "Forward"
msgstr ""
#: src/Windows/WebApp.vala:163
#: src/Windows/WebApp.vala:166
msgid "Reload"
msgstr ""
#: src/Windows/WebApp.vala:174
#: src/Windows/WebApp.vala:177
msgid "Copy URL into clipboard"
msgstr ""
@ -141,3 +160,11 @@ msgstr ""
#: src/MainWindow.vala:75
msgid "Create a new web app with Webpin"
msgstr ""
#: src/MainWindow.vala:151
msgid "Light background"
msgstr ""
#: src/MainWindow.vala:152
msgid "Dark background"
msgstr ""

194
po/extra/LINGUAS Normal file
View file

@ -0,0 +1,194 @@
aa
ab
ae
af
ak
am
an
ar
as
ast
av
ay
az
ba
be
bg
bh
bi
bm
bn
bo
br
bs
ca
ce
ch
ckb
co
cr
cs
cu
cv
cy
da
de
dv
dz
ee
el
en_AU
en_CA
en_GB
eo
es
et
eu
fa
ff
fi
fj
fo
fr_CA
fr
fy
ga
gd
gl
gn
gu
gv
ha
he
hi
ho
hr
ht
hu
hy
hz
ia
id
ie
ig
ii
ik
io
is
it
iu
ja
jv
ka
kg
ki
kj
kk
kl
km
kn
ko
kr
ks
ku
kv
kw
ky
la
lb
lg
li
ln
lo
lt
lu
lv
mg
mh
mi
mk
ml
mn
mo
mr
ms
mt
my
na
nb
nd
ne
ng
nl
nn
nr
nv
ny
oc
oj
om
or
os
pa
pi
pl
ps
pt_BR
pt
qu
rm
rn
ro
rue
ru
rw
sa
sc
sd
se
sg
si
sk
sl
sma
sm
sn
so
sq
sr
ss
st
su
sv
sw
ta
te
tg
th
ti
tk
tl
tn
to
tr
ts
tt
tw
ty
ug
uk
ur
uz
ve
vi
vo
wa
wo
xh
yi
yo
za
zh_HK
zh
zh_TW
zu

2
po/extra/POTFILES Normal file
View file

@ -0,0 +1,2 @@
data/com.github.artemanufrij.webpin.desktop.in
data/com.github.artemanufrij.webpin.appdata.xml.in

232
po/extra/aa.po Normal file
View file

@ -0,0 +1,232 @@
# Afar translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: aa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ab.po Normal file
View file

@ -0,0 +1,232 @@
# Abkhazian translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ae.po Normal file
View file

@ -0,0 +1,232 @@
# Avestan translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ae\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/af.po Normal file
View file

@ -0,0 +1,232 @@
# Afrikaans translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ak.po Normal file
View file

@ -0,0 +1,232 @@
# Akan translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ak\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/am.po Normal file
View file

@ -0,0 +1,232 @@
# Amharic translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/an.po Normal file
View file

@ -0,0 +1,232 @@
# Aragonese translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: an\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ar.po Normal file
View file

@ -0,0 +1,232 @@
# Arabic translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/as.po Normal file
View file

@ -0,0 +1,232 @@
# Assamese translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ast.po Normal file
View file

@ -0,0 +1,232 @@
# Asturian translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/av.po Normal file
View file

@ -0,0 +1,232 @@
# Avaric translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: av\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ay.po Normal file
View file

@ -0,0 +1,232 @@
# Aymara translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ay\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/az.po Normal file
View file

@ -0,0 +1,232 @@
# Azerbaijani translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ba.po Normal file
View file

@ -0,0 +1,232 @@
# Bashkir translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ba\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

234
po/extra/be.po Normal file
View file

@ -0,0 +1,234 @@
# Belarusian translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

233
po/extra/bg.po Normal file
View file

@ -0,0 +1,233 @@
# Bulgarian translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/bh.po Normal file
View file

@ -0,0 +1,232 @@
# Bihari translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bh\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/bi.po Normal file
View file

@ -0,0 +1,232 @@
# Bislama translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/bm.po Normal file
View file

@ -0,0 +1,232 @@
# Bambara translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bm\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/bn.po Normal file
View file

@ -0,0 +1,232 @@
# Bengali translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/bo.po Normal file
View file

@ -0,0 +1,232 @@
# Tibetan translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/br.po Normal file
View file

@ -0,0 +1,232 @@
# Breton translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/bs.po Normal file
View file

@ -0,0 +1,232 @@
# Bosnian translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ca.po Normal file
View file

@ -0,0 +1,232 @@
# Catalan translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ce.po Normal file
View file

@ -0,0 +1,232 @@
# Chechen translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ce\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ch.po Normal file
View file

@ -0,0 +1,232 @@
# Chamorro translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/ckb.po Normal file
View file

@ -0,0 +1,232 @@
# Language ckb translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: ckb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/co.po Normal file
View file

@ -0,0 +1,232 @@
# Corsican translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: co\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/cr.po Normal file
View file

@ -0,0 +1,232 @@
# Cree translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

233
po/extra/cs.po Normal file
View file

@ -0,0 +1,233 @@
# Czech translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/cu.po Normal file
View file

@ -0,0 +1,232 @@
# Church Slavic translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/cv.po Normal file
View file

@ -0,0 +1,232 @@
# Chuvash translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/cy.po Normal file
View file

@ -0,0 +1,232 @@
# Welsh translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

233
po/extra/da.po Normal file
View file

@ -0,0 +1,233 @@
# Danish translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

233
po/extra/de.po Normal file
View file

@ -0,0 +1,233 @@
# German translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

232
po/extra/dv.po Normal file
View file

@ -0,0 +1,232 @@
# Divehi translations for extra package.
# Copyright (C) 2019 THE extra'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Automatically generated, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-17 19:56+0200\n"
"PO-Revision-Date: 2019-04-17 19:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: dv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: data/com.github.artemanufrij.webpin.desktop.in:3
#: data/com.github.artemanufrij.webpin.desktop.in:4
#: data/com.github.artemanufrij.webpin.appdata.xml.in:7
msgid "Webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:5
msgid "Pin your websites on your desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:6
msgid "internet;webapp;"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:8
msgid "com.github.artemanufrij.webpin"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:16
msgid "New Webapp"
msgstr ""
#: data/com.github.artemanufrij.webpin.desktop.in:17
msgid "document-new-symbolic"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:8
msgid "A simple app to pin websites on the desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:10
msgid ""
"Create your own WebApps. Pin your any favorite website on Applications Menu "
"or Plank like a regular desktop app."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:11
msgid "Webpin is a fork of Webby (by Erasmo Marín)."
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:22
msgid "Artem Anufrij"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:38
#: data/com.github.artemanufrij.webpin.appdata.xml.in:51
#: data/com.github.artemanufrij.webpin.appdata.xml.in:63
#: data/com.github.artemanufrij.webpin.appdata.xml.in:71
#: data/com.github.artemanufrij.webpin.appdata.xml.in:111
#: data/com.github.artemanufrij.webpin.appdata.xml.in:123
#: data/com.github.artemanufrij.webpin.appdata.xml.in:145
#: data/com.github.artemanufrij.webpin.appdata.xml.in:202
#: data/com.github.artemanufrij.webpin.appdata.xml.in:218
msgid "New:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:40
msgid "Theme switcher"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:41
msgid "Option for minimal UI"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:43
#: data/com.github.artemanufrij.webpin.appdata.xml.in:102
#: data/com.github.artemanufrij.webpin.appdata.xml.in:115
msgid "Improved:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:45
msgid "Cache choosed icon instead to reference it"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:53
msgid "Sort items inside app overview"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:55
#: data/com.github.artemanufrij.webpin.appdata.xml.in:76
#: data/com.github.artemanufrij.webpin.appdata.xml.in:94
msgid "Fixed:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:57
msgid "Custom icon was replaced by default one"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:65
msgid "Navigation buttons"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:73
msgid "Moved to Meson"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:74
msgid "Support for local .html files"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:78
msgid "Restore correct window size"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:79
msgid "Grabing page icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:81
#: data/com.github.artemanufrij.webpin.appdata.xml.in:136
#: data/com.github.artemanufrij.webpin.appdata.xml.in:210
msgid "Translation:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:83
msgid "Dutch (by Heimen Stoffels)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:88
msgid "Prepare for JUNO"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:96
msgid "Restore window position for hidden apps"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:104
msgid "Desktop Action Menu"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:105
msgid "Small UI fixes"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:113
msgid ""
"back/forward navigation by mouse buttons (8/9) (Thanks to Julian Raschke)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:117
msgid "favicon fetching"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:125
msgid "Save and restore window position"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:126
msgid "Grab favorite icon"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:128
#: data/com.github.artemanufrij.webpin.appdata.xml.in:154
#: data/com.github.artemanufrij.webpin.appdata.xml.in:162
#: data/com.github.artemanufrij.webpin.appdata.xml.in:170
#: data/com.github.artemanufrij.webpin.appdata.xml.in:178
#: data/com.github.artemanufrij.webpin.appdata.xml.in:186
#: data/com.github.artemanufrij.webpin.appdata.xml.in:194
#: data/com.github.artemanufrij.webpin.appdata.xml.in:206
#: data/com.github.artemanufrij.webpin.appdata.xml.in:222
msgid "Fix:"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:130
msgid "Grab website color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:138
msgid "Russian (by Camellan)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:139
#: data/com.github.artemanufrij.webpin.appdata.xml.in:212
msgid "Lithuanian (by welaq)"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:147
msgid "Option for Dark Theme"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:148
msgid "Grab 'theme-color' (if exists) from called website"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:156
#: data/com.github.artemanufrij.webpin.appdata.xml.in:164
msgid "Custom settings in .desktop"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:172
msgid "Set custom color"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:180
msgid "Desktop icon name"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:188
#: data/com.github.artemanufrij.webpin.appdata.xml.in:196
#: data/com.github.artemanufrij.webpin.appdata.xml.in:204
msgid "Set custom color for headerbar"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:208
msgid "Open application on clicking desktop notification"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:220
msgid "Copy current URI into clipboard"
msgstr ""
#: data/com.github.artemanufrij.webpin.appdata.xml.in:224
msgid "Open WebApp on single click instead double click"
msgstr ""

Some files were not shown because too many files have changed in this diff Show more