From 082d8967b9d5a31da1b17786c49ea2e8da2a1aba Mon Sep 17 00:00:00 2001 From: debpc Date: Sat, 18 Jul 2015 14:19:21 +0530 Subject: [PATCH] First commit --- cortina.pro => Cortina.pro | 1 + changelog | 49 --- cortina.desktop | 2 - cortina.svg | 495 +++++++++++++++++++++++ cortina2.svg | 543 ++++++++++++++++++++++++++ debian/changelog | 5 +- debian/compat | 1 + debian/control | 15 +- debian/copyright | 28 ++ debian/cortina.manpages | 1 + debian/files | 1 + debian/patches/encoding.patch | 13 + debian/patches/format.patch | 63 +++ debian/patches/install.patch | 15 + debian/patches/keyword.patch | 13 + debian/patches/series | 5 + debian/patches/staticeroff.patch | 16 + debian/rules | 0 debian/source/format | 1 + debian/watch | 1 + helper.cpp | 4 +- list-add.png | Bin 0 -> 2627 bytes list-remove.png | Bin 0 -> 1417 bytes man/cortina.1 | 22 ++ po/ar.po | 240 ++++++++++++ po/ar.qm | Bin 0 -> 347 bytes po/ar.ts | 245 ++++++++++++ po/ca.po | 240 ++++++++++++ po/ca.qm | Bin 0 -> 337 bytes po/ca.ts | 245 ++++++++++++ po/cs.po | 245 ++++++++++++ po/cs.qm | Bin 0 -> 3697 bytes po/cs.ts | 248 ++++++++++++ po/de.po | 246 ++++++++++++ po/de.qm | Bin 0 -> 4110 bytes po/de.ts | 248 ++++++++++++ po/es.po | 245 ++++++++++++ po/es.qm | Bin 0 -> 3905 bytes po/es.ts | 248 ++++++++++++ po/fa.po | 240 ++++++++++++ po/fa.qm | Bin 0 -> 327 bytes po/fa.ts | 245 ++++++++++++ po/fi.po | 240 ++++++++++++ po/fi.qm | Bin 0 -> 334 bytes po/fi.ts | 245 ++++++++++++ po/fr.po | 240 ++++++++++++ po/fr.qm | Bin 0 -> 1447 bytes po/fr.ts | 245 ++++++++++++ po/ia.po | 237 +++++++++++ po/ia.qm | Bin 0 -> 785 bytes po/ia.ts | 245 ++++++++++++ po/it.po | 245 ++++++++++++ po/it.qm | Bin 0 -> 3695 bytes po/it.ts | 248 ++++++++++++ po/kk.po | 240 ++++++++++++ po/kk.qm | Bin 0 -> 408 bytes po/kk.ts | 245 ++++++++++++ po/ko.po | 245 ++++++++++++ po/ko.qm | Bin 0 -> 2490 bytes po/ko.ts | 248 ++++++++++++ po/nl.po | 240 ++++++++++++ po/nl.qm | Bin 0 -> 2014 bytes po/nl.ts | 245 ++++++++++++ po/pl.po | 245 ++++++++++++ po/pl.qm | Bin 0 -> 3005 bytes po/pl.ts | 248 ++++++++++++ po/pt.po | 240 ++++++++++++ po/pt.qm | Bin 0 -> 874 bytes po/pt.ts | 245 ++++++++++++ po/pt_BR.po | 242 ++++++++++++ po/pt_BR.qm | Bin 0 -> 3874 bytes po/pt_BR.ts | 248 ++++++++++++ po/ru.po | 242 ++++++++++++ po/ru.qm | Bin 0 -> 3704 bytes po/ru.ts | 248 ++++++++++++ po/si.po | 242 ++++++++++++ po/si.qm | Bin 0 -> 3070 bytes po/si.ts | 248 ++++++++++++ po/sv.po | 240 ++++++++++++ po/sv.qm | Bin 0 -> 334 bytes po/sv.ts | 245 ++++++++++++ po/th.po | 240 ++++++++++++ po/th.qm | Bin 0 -> 327 bytes po/th.ts | 245 ++++++++++++ po/tr.po | 245 ++++++++++++ po/tr.qm | Bin 0 -> 3082 bytes po/tr.ts | 248 ++++++++++++ po/translation.pot | 232 +++++++++++ po/uk.po | 242 ++++++++++++ po/uk.qm | Bin 0 -> 3034 bytes po/uk.ts | 248 ++++++++++++ po/zh_CN.po | 242 ++++++++++++ po/zh_CN.qm | Bin 0 -> 2220 bytes po/zh_CN.ts | 248 ++++++++++++ threadb.cpp | 1 + widget.cpp | 10 +- widget.ui | 648 +++++++++++++++++++++++++++++++ 97 files changed, 13354 insertions(+), 65 deletions(-) rename cortina.pro => Cortina.pro (98%) delete mode 100644 changelog create mode 100644 cortina.svg create mode 100644 cortina2.svg create mode 100644 debian/compat create mode 100644 debian/copyright create mode 100644 debian/cortina.manpages create mode 100644 debian/files create mode 100644 debian/patches/encoding.patch create mode 100644 debian/patches/format.patch create mode 100644 debian/patches/install.patch create mode 100644 debian/patches/keyword.patch create mode 100644 debian/patches/series create mode 100644 debian/patches/staticeroff.patch mode change 100644 => 100755 debian/rules create mode 100644 debian/source/format create mode 100644 list-add.png create mode 100644 list-remove.png create mode 100644 man/cortina.1 create mode 100644 po/ar.po create mode 100644 po/ar.qm create mode 100644 po/ar.ts create mode 100644 po/ca.po create mode 100644 po/ca.qm create mode 100644 po/ca.ts create mode 100644 po/cs.po create mode 100644 po/cs.qm create mode 100644 po/cs.ts create mode 100644 po/de.po create mode 100644 po/de.qm create mode 100644 po/de.ts create mode 100644 po/es.po create mode 100644 po/es.qm create mode 100644 po/es.ts create mode 100644 po/fa.po create mode 100644 po/fa.qm create mode 100644 po/fa.ts create mode 100644 po/fi.po create mode 100644 po/fi.qm create mode 100644 po/fi.ts create mode 100644 po/fr.po create mode 100644 po/fr.qm create mode 100644 po/fr.ts create mode 100644 po/ia.po create mode 100644 po/ia.qm create mode 100644 po/ia.ts create mode 100644 po/it.po create mode 100644 po/it.qm create mode 100644 po/it.ts create mode 100644 po/kk.po create mode 100644 po/kk.qm create mode 100644 po/kk.ts create mode 100644 po/ko.po create mode 100644 po/ko.qm create mode 100644 po/ko.ts create mode 100644 po/nl.po create mode 100644 po/nl.qm create mode 100644 po/nl.ts create mode 100644 po/pl.po create mode 100644 po/pl.qm create mode 100644 po/pl.ts create mode 100644 po/pt.po create mode 100644 po/pt.qm create mode 100644 po/pt.ts create mode 100644 po/pt_BR.po create mode 100644 po/pt_BR.qm create mode 100644 po/pt_BR.ts create mode 100644 po/ru.po create mode 100644 po/ru.qm create mode 100644 po/ru.ts create mode 100644 po/si.po create mode 100644 po/si.qm create mode 100644 po/si.ts create mode 100644 po/sv.po create mode 100644 po/sv.qm create mode 100644 po/sv.ts create mode 100644 po/th.po create mode 100644 po/th.qm create mode 100644 po/th.ts create mode 100644 po/tr.po create mode 100644 po/tr.qm create mode 100644 po/tr.ts create mode 100644 po/translation.pot create mode 100644 po/uk.po create mode 100644 po/uk.qm create mode 100644 po/uk.ts create mode 100644 po/zh_CN.po create mode 100644 po/zh_CN.qm create mode 100644 po/zh_CN.ts create mode 100644 widget.ui diff --git a/cortina.pro b/Cortina.pro similarity index 98% rename from cortina.pro rename to Cortina.pro index 2f17045..1c21ae0 100644 --- a/cortina.pro +++ b/Cortina.pro @@ -42,6 +42,7 @@ po/zh_CN.ts icon.path = /usr/share/pixmaps icon.files += cortina.svg \ cortina2.svg +INSTALLS += icon target.path = /usr/bin INSTALLS += target desktop.path = /usr/share/applications diff --git a/changelog b/changelog deleted file mode 100644 index 42c387c..0000000 --- a/changelog +++ /dev/null @@ -1,49 +0,0 @@ -cortina (1.1.1-2) precise; urgency=low - - * Changed the watchfile for ubuntu compatibility - - -- Eric Baudach Tue, 22 May 2012 14:29:26 +0200 - -cortina (1.1.1-1) precise; urgency=low - - * Fixed a problem with spaces in directory names when removing a directory - - -- Eric Baudach Tue, 14 May 2012 13:33:56 +0100 - - -cortina (1.1.0-1) precise; urgency=low - - * Fixed a problem with spaces in directory names - - -- Eric Baudach Tue, 14 May 2012 13:04:56 +0100 - - -cortina (1.0.0-1) precise; urgency=low - - * Made a lot of improvements for performance and to avoid dublicated tasks - - -- Eric Baudach Tue, 06 Mar 2012 16:14:56 +0100 - -cortina (0.8.7-1) precise; urgency=low - - * Removed gconf2 depencies - - -- Eric Baudach Fri, 02 Mar 2012 16:25:58 +0100 - -cortina (0.8.6-1) precise; urgency=low - - * Merged translations from launchpad - - -- Eric Baudach Thu, 01 Mar 2012 12:09:43 +0100 - -cortina (0.8.5-2) precise; urgency=low - - * Upstream merge - - -- Eric Baudach Thu, 01 Mar 2012 11:34:14 +0100 - -cortina (0.7.3-1) unstable; urgency=low - - * Initial release (Closes: #586378) - - -- Wences Arana Mon, 27 Jun 2011 22:20:22 -0600 diff --git a/cortina.desktop b/cortina.desktop index 9bc1524..ae917cc 100644 --- a/cortina.desktop +++ b/cortina.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=Cortina Comment=Manage your desktop wallpapers Exec=/usr/bin/cortina @@ -9,4 +8,3 @@ StartupNotify=true Categories=Graphics X-Ubuntu-Gettext-Domain=cortina Keywords=gnome;wallpaper; - diff --git a/cortina.svg b/cortina.svg new file mode 100644 index 0000000..4edece0 --- /dev/null +++ b/cortina.svg @@ -0,0 +1,495 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cortina2.svg b/cortina2.svg new file mode 100644 index 0000000..1d81e0b --- /dev/null +++ b/cortina2.svg @@ -0,0 +1,543 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/debian/changelog b/debian/changelog index 566f5c7..787cf4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,9 +14,10 @@ cortina (1.1.1-1) unstable; urgency=low + Adding git control fields [ Abhijith PA ] * New maintainer (Closes: #790480) - * Added keywords to cortina.desktop + * debian/patches + + added keyword to cortina.desktop - -- Abhijith PA Sat, 11 Jul 2015 12:30:37 +0530 + -- Abhijith PA Mon, 13 Jul 2015 21:41:27 +0530 cortina (0.7.3-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control index 09892fa..5ed041c 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,21 @@ Source: cortina +Maintainer: Abhijith PA Section: gnome Priority: optional -Maintainer: Abhijith PA -Build-Depends: debhelper (>= 9), libqt4-dev (>= 4:4.7), libglib2.0-dev (>= 2.30) +Build-Depends: debhelper (>= 9), + libglib2.0-dev (>= 2.30), + libqt4-dev (>= 4:4.7) Standards-Version: 3.9.6 -Homepage: https://launchpad.net/cortina +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/cortina.git Vcs-Git: git://anonscm.debian.org/collab-maint/cortina.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cortina.git +Homepage: https://launchpad.net/cortina Package: cortina Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-bin (>= 2.30), unity | gnome-shell (>= 3~) +Depends: gnome-shell, + libglib2.0-bin, + ${misc:Depends}, + ${shlibs:Depends} Description: Desktop wallpaper management application for GNOME Cortina is a simple, lightweight, and fast-working wallpaper changer for the GNOME desktop. It can cycle through wallpapers at a specified diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6fdf095 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,28 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cortina +Upstream-Contact: Eric Baudach +Source: https://launchpad.net/cortina + +Files: * +Copyright: 2010-2012 Eric Baudach +License: GPL-3+ + +Files: debian/* +Copyright: 2015, Abhijith PA +License: GPL-3+ + +License: GPL-3+ + 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. + . + This package 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 . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/debian/cortina.manpages b/debian/cortina.manpages new file mode 100644 index 0000000..ce2fcb2 --- /dev/null +++ b/debian/cortina.manpages @@ -0,0 +1 @@ +man/cortina.1 \ No newline at end of file diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..d0b9ffd --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +cortina_1.1.1-1_i386.deb gnome optional diff --git a/debian/patches/encoding.patch b/debian/patches/encoding.patch new file mode 100644 index 0000000..5c07420 --- /dev/null +++ b/debian/patches/encoding.patch @@ -0,0 +1,13 @@ +Description: This patch removes the deprecate encoding key +Forwarded: No +Author: Wences Arana +Last-Update: 2011-06-28 + +--- a/cortina.desktop ++++ b/cortina.desktop +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + Name=Cortina + Comment=Manage your desktop wallpapers + Exec=/usr/bin/cortina diff --git a/debian/patches/format.patch b/debian/patches/format.patch new file mode 100644 index 0000000..403ac32 --- /dev/null +++ b/debian/patches/format.patch @@ -0,0 +1,63 @@ +Description: Formatting strings +Forwarded: No +Author: Wences Arana +Last-Update: 2013-08-25 + +--- a/widget.cpp ++++ b/widget.cpp +@@ -951,7 +951,7 @@ + DirData.append(process.readAll()); + + // Output the data +- qDebug(DirData.data()); ++ qDebug( "%s", DirData.data()); + qDebug("Done!"); + if(DirData.length() != 0){ + QList dataList = DirData.split('\n'); +@@ -983,7 +983,7 @@ + data.append(process.readAll()); + + // Output the data +- qDebug(data.data()); ++ qDebug( "%s", data.data() ); + qDebug("Done!"); + if(data.length() != 0){ + QList dataList = data.split('\n'); +@@ -1031,7 +1031,7 @@ + DirData.append(process.readAll()); + + // Output the data +- qDebug(DirData.data()); ++ qDebug( "%s", DirData.data() ); + qDebug("Done! DateiListe"); + if(DirData.length() != 0){ + QList dataList = DirData.split('\n'); +@@ -1063,7 +1063,7 @@ + data.append(process.readAll()); + + // Output the data +- qDebug(data.data()); ++ qDebug( "%s", data.data() ); + qDebug("Done! DateiListe"); + if(data.length() != 0){ + QList dataList = data.split('\n'); +--- a/helper.cpp ++++ b/helper.cpp +@@ -53,7 +53,7 @@ + data.append(process.readAll()); + + // Output the data +- qDebug(data.data()); ++ qDebug( "%s", data.data() ); + qDebug("Done!"); + if(data.length() != 0){ + +@@ -81,7 +81,7 @@ + data.append(process.readAll()); + + // Output the data +- qDebug(data.data()); ++ qDebug( "%s", data.data() ); + + qDebug("Done!"); + if(data.length() != 0){ diff --git a/debian/patches/install.patch b/debian/patches/install.patch new file mode 100644 index 0000000..5adb680 --- /dev/null +++ b/debian/patches/install.patch @@ -0,0 +1,15 @@ +Description: Adds icon to install rule +Forwarded: No +Author: Wences Arana +Last-Update: 2013-08-25 + +--- a/Cortina.pro ++++ b/Cortina.pro +@@ -42,6 +42,7 @@ + icon.path = /usr/share/pixmaps + icon.files += cortina.svg \ + cortina2.svg ++INSTALLS += icon + target.path = /usr/bin + INSTALLS += target + desktop.path = /usr/share/applications diff --git a/debian/patches/keyword.patch b/debian/patches/keyword.patch new file mode 100644 index 0000000..984ec13 --- /dev/null +++ b/debian/patches/keyword.patch @@ -0,0 +1,13 @@ +Description: Added keyword to cortina.desktop +Author: Abhijith PA +Forwarded: no +Last-Update: 2015-07-12 + +--- cortina-1.1.1.orig/cortina.desktop ++++ cortina-1.1.1/cortina.desktop +@@ -7,4 +7,4 @@ Icon=cortina + StartupNotify=true + Categories=Graphics + X-Ubuntu-Gettext-Domain=cortina +- ++Keywords=gnome;wallpaper; diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..909b37c --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,5 @@ +encoding.patch +install.patch +format.patch +staticeroff.patch +keyword.patch diff --git a/debian/patches/staticeroff.patch b/debian/patches/staticeroff.patch new file mode 100644 index 0000000..ddbe048 --- /dev/null +++ b/debian/patches/staticeroff.patch @@ -0,0 +1,16 @@ +Description: Removes unauthorized remote connection +Forwarded: No +Author: Wences Arana +Last-Update: 2014-03-22 + + +--- a/widget.cpp ++++ b/widget.cpp +@@ -52,7 +52,6 @@ + { + MessageHandler = qInstallMsgHandler(MessageOutput); + ui->setupUi(this); +- this->statisticer(); + this->current = 0; + this->firstload = 0; + this->firstTime = false; diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch index 22c165e..2ae4d2f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 http://ppa.launchpad.net/cs-sniffer/cortina/ubuntu/pool/main/c/cortina/cortina_(.+)\.tar\.gz + diff --git a/helper.cpp b/helper.cpp index a1c141a..f088eb3 100644 --- a/helper.cpp +++ b/helper.cpp @@ -53,7 +53,7 @@ void helper::Remove_Dir_thumb(int recursive, const QStringList & Paths) { data.append(process.readAll()); // Output the data - qDebug(data.data()); + qDebug( "%s", data.data() ); qDebug("Done!"); if(data.length() != 0){ @@ -81,7 +81,7 @@ void helper::Remove_Dir_thumb(int recursive, const QStringList & Paths) { data.append(process.readAll()); // Output the data - qDebug(data.data()); + qDebug( "%s", data.data() ); qDebug("Done!"); if(data.length() != 0){ diff --git a/list-add.png b/list-add.png new file mode 100644 index 0000000000000000000000000000000000000000..7b1b17c0a23ecd3b6e9d7f3f192ab35e9758cac6 GIT binary patch literal 2627 zcmWmG2{hDC902gOSoe{CZaM4k%9$KRSXZoT$yr#Ho5-@Rup578LQ!O0Dc6QbinWfc zT&vu2UmIHM$`z^o|8_nz^L_K3d2imE_h#Ot+FF}&v5T;SKp-yj>&A9Kl%zLa2++$= z%0B>s$;Z&j5Cp2vVbRr0J0;JIEAW*m} z2t+}EKv(iWAi)r93tShNfZT?e83Pe0$42;gAh3m8cR>PMPtY4fR&W#+$h|N(HoW0G zznK>l=-|-O6aV`=_T7iT+mZ0z^fgqZgpynD30{^{Ddj!ypEE39DV#f> zC<3z*86}NtEGMRT+7$?^cXOh^XOY3uvvQKt{#`*M0i}l-*R>F+CjGhyk`5=?Yr}Rtxu1O%@$JI{)w$Xpt>(UC_YC;^vo(^ zeHc$^FR6AYd3+8{JO)Lbs`v5SKNy}g^GIHjO)3_O11A;GA$(~=e@p+UHiq~v4MB&d z8#QY-{lzvH#@WK5g}-!!vJ4@@PAnMV?{7jKb#OUMDi8qF)C$0r$de2(inIc7-PQ00 zK)-R}Jq1Z@$WN`$-X7+Nz-9c&J_xicZle1AB$sLoN&H=M5N6c?St3kQ83c4zYA9q_ zsA}bjlDK#qA36?!?-bU5ac1!@&-e2NXYOfd25gL1ia3<%GcxY$>e+n7dm99=7UTze zx3QTf3?nqqYIjINmw2h1D9BZ*u$cA3p-o;fPHqTGXQgI!hX0P!Z`_~pk}$b*7Rhb! zAg7t}!)C2TnhUd|g!$gjQNL$ZQ>i{9uL46fbqcUnFXi;&#w2Ei0c@`A6Lkj(&hn0F zxsrIV4^&9qkm5eOpqs>MibS#D=wo1^k#8sllJ>Fw&I-+BeD1 zbWAP=>|91476Q)wQat7V%dTveNw=4-xCHQg==7CU?cdKtp^ql_vTrg?sBPqhb3WOY zU9f56VXhNsb=^_0CzQ_H2B*Xgywe?65yyY7tq z-V4$CDB2-K~^wpIYTyKuIz5SyFX*F(NzAncW6*h0db zyaY(g!E!G2^VxpD&5Um@UR?n&{zb*(+s{3WVA^J#XYl^d#nTb3tB~1Wh6t)}a=wXJ z-XSifcBwjQ16a#cGTU@d)E`krrY<*d@D*RU273T0TG1&&x*;etV;`!5G0H9L%hbzr zS{;M;7+~`D{W`08c6hovPb40JkG4 z%|&hJhRwkZ+j%<5r9<@T&{g*K73J1vu8l^P?^>?(xxF+UOL<`r%dN`+jDZ{a{uO;C#pPEr zU^*oyn(OhpyC`Pg`$Gq|i}r{nOuJNa;?Pcs-{bL$rL!|Fm$uKAmw!jPcxfOTYuhimSY~&QNY#GTdzKB$Ot!x|@1DFZn z9SIO3nk~!h!mCY)#+JlY*Ubm}jJIyhZa`k)l3OL6`g23STM2!1eItPDq%>ZsvChhE zuyZW`d&L7nLfQ;9SGo-;`wEf?%r*kLE<3NFKa)R)7+rNQYMBAxuRj8}pR$AZ# zJZYyV^8NZZmVgn@k+$HtV?Ou6CYAsdOx)T#h3N zhq*i`mfYoX5KGb#V#(xkhV$F`zMk**{d_Oa^ZDodd~yi(Rx*+*k^lh6SmSX-Fj2xO zCl0Ra%VmvVKq*)|ECAHrkrMcefqO_a(aIcnK6q?N_>zn#+5teECIF<0kG4*@_aqOjS~6ub}*u(85{367mBEy-ZOBk=CgVCf0rgfOYU7J}vGtZ`UU zFn4tV8|>tXc(cws;AU1a^|3jJwTK*ZXWXsqLpWT4tsb#97L9U&=4PdmG30KAvUmM`iSh=a?}-=}QYSQN}yvZ6jV6 zlm_E_EuC9R0r_FrywU z(`PB)r})mLT});mJ`?l2kH(grnLpBqS$k{7hUML_e~Q)VyT)et^Ip=YS{M@n)oy1d zlJ<|QAa<>jX<4>Pd6EFX;MBnXP`O(}KuKVb>pi(wCGI^eU+RYphw57CL{+294Mo z5_Qu%-_(>{(8W9VQEE-(|5hUl5X%RrPw@zv5U8C~N2ThSK6Wa}A#y z*Leb$2ogEV5+XFVg~!jvt{EE|>b867lG&*mQV9#{$O69Ao@26N>l-eax8A5qGRk){ zB8WK?#D-1yvTdRad2-iLNZt4^7d<(r^S3X!0Cru87 z$F3B`SU-q?n||0ZL-yopNYNHo2LEQkE`Op3r0?;BIs|Wb?rxmwTx*D5^@-pVqAAid zL5)*knHl9$4oZ*BX`!GqlW3EmHyvC*>I;Juv!FXuWJ0N>%nO6}zpoB_cr542?sbl! zHW|#QVwAjNmWmz*=2^?`xrn+kN25IKHw-+2OEQol=R!dxGfr!#w=lohhan>OtI}rw@qR6RxnbNg#T{NN|23& z9CnR749h3L^8sEqy~{*|3*n{Efw80p-&I)R)uMOhn2BBwcd7eiqx+&$w)%Gmm>+fM z?7sOL1m*_HR1Q(>QLE+Bz1tlZX!a7}&Oy39bpZ)#IL2gFt*q~0kFt@d;%Opu&!v5w zdeh>FJJjr1IbTt?6RMDslLL<##=`Jk^FP6&7J48Lnz}TYh^1VF+q7wyf`jRtrU4uN z-G|#3-ycG0sGGi?J-Wy@N^BSCw4MTGv3qY^Yt`H5Z6t0XOTfnRe}9=X*`zypI&*Mh Rfm*^wXl-GSdv5NR`X80Pi!uNJ literal 0 HcmV?d00001 diff --git a/man/cortina.1 b/man/cortina.1 new file mode 100644 index 0000000..30dd03d --- /dev/null +++ b/man/cortina.1 @@ -0,0 +1,22 @@ +.TH "CORTINA" "1" "June 13, 2010" "Eric Baudach" "" +.SH "NAME" +Cortina \- a desktop wallpaper management application for the GNOME desktop +.SH "DESCRIPTION" +This manual page documents briefly the +.B cortina +command. +.PP +\fBCortina\fP completes (or replaces) the built\-in GNOME desktop wallpapers selection tool. +Cortina changes wallpapers by time. +It works as an tray application with an configuration interface and +works great under Ubuntu Lucid and all other GNOME using distributions. +.SH "OPTIONS" +cortina +.SH "SEE ALSO" +cortina home page: https://launchpad.net/cortina/ + +The GNU General Public License. +.SH "AUTHOR" +cortina was written by Eric Baudach . +.PP +This manual page was written by Eric Baudach . diff --git a/po/ar.po b/po/ar.po new file mode 100644 index 0000000..a354823 --- /dev/null +++ b/po/ar.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : (n%100>=3 && n%100<=10) ? 3 : n%100>=11 ? 4 : 5);\n" +"X-Language: ar\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/ar.qm b/po/ar.qm new file mode 100644 index 0000000000000000000000000000000000000000..e8c9f2afdeddbf5958caf0e0d7f2c6963b327492 GIT binary patch literal 347 zcmcE7ks@*G{hX<16=n7(EZlonpMinVh+#UzC?F{WI)JMA85#aFGX7^|`me&w^ + + + + Widget + + + Display + Display + + + + + Count: + + + + + Preferences + Preferences + + + + + Startup options + + + + + Autostart Cortina + + + + + Switch wallpaper on start + + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + + + + + zoom + zoom + + + + + wallpaper + + + + + centered + centered + + + + + scaled + scaled + + + + + stretched + stretched + + + + + spanned + spanned + + + + + recursiv + + + + + path + + + + + about + about + + + + + close + close + + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + + + + + about + + + + + delete + + + + + add + + + + + File typ + + + + + Directory name + + + + + close + + + + + Choose directory... + + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/ca.po b/po/ca.po new file mode 100644 index 0000000..0d519da --- /dev/null +++ b/po/ca.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"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==11 || n/1000==11 || n/1000000==11 || n/1000000000==11) ? 1 : 2);\n" +"X-Language: ca\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/ca.qm b/po/ca.qm new file mode 100644 index 0000000000000000000000000000000000000000..2d98b4abe4754a373aee5f9db09c3c3d9fe330e8 GIT binary patch literal 337 ucmcE7ks@*G{hX<16=n7(EZlonpMinVh+#UzC?F{WI)JKK85#dOasvQ*-V2fd literal 0 HcmV?d00001 diff --git a/po/ca.ts b/po/ca.ts new file mode 100644 index 0000000..75a8dd2 --- /dev/null +++ b/po/ca.ts @@ -0,0 +1,245 @@ + + + + + Widget + + + Display + Display + + + + + Count: + + + + + Preferences + Preferences + + + + + Startup options + + + + + Autostart Cortina + + + + + Switch wallpaper on start + + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + + + + + zoom + zoom + + + + + wallpaper + + + + + centered + centered + + + + + scaled + scaled + + + + + stretched + stretched + + + + + spanned + spanned + + + + + recursiv + + + + + path + + + + + about + about + + + + + close + close + + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + + + + + about + + + + + delete + + + + + add + + + + + File typ + + + + + Directory name + + + + + close + + + + + Choose directory... + + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/cs.po b/po/cs.po new file mode 100644 index 0000000..bcb258e --- /dev/null +++ b/po/cs.po @@ -0,0 +1,245 @@ +msgid "" +msgstr "" +"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" +"X-Language: cs\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Zobrazení" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Počet:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Nastavení" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Možnosti spuštění" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Autmaticky spustit Cortina" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Změnit pozadí při startu" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "Výběr časování (hodiny:minuty:vteřiny)" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Složky pro hledání pozadí" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Možnost obrázku:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "zvětšení" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "pozadí" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "na střed" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "přizpůsobené" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "roztáhnuté" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "rozložené" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "opakující se" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "cesta" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "o aplikaci" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "zavřít" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Otevřít rozhraní" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "odstranit z disku" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Současné pozadí" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "Ukončit" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"Název souboru: %1\n" +"Cesta: %2\n" +"Rozlišení: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "%1 by byl na dvou monitorech, nejdříve tento záznam odstraňte!" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "zjištěn duplikát" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "Opravdu chcete tento obrázek odstranit z disku?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Uspěšně odstraněn" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"Název souboru: %1\n" +"Cesta: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "Neodstraněno" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "verze" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "o aplikaci" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "smazat" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "přidat" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "Typ souboru" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Název složky" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "zavřít" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Zvolte složku..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 je již sledováno přes %2!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "%1 je již sledováno!" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/cs.qm b/po/cs.qm new file mode 100644 index 0000000000000000000000000000000000000000..1d90cafc0908bc707f9b2a22d6dbb1d2d3a374b9 GIT binary patch literal 3697 zcmd51{U%ABU;cS)kAUnyPqn5gA9$}HVW zlsif*U;3UX*-4W}&f(lJP4yqf`;Mmm9m7P~k*5B?fRl5Y-raT;`^S>QUmPMzUrE04 zyAJ%5$&+7C6D=5P?hS{CQa764e0GM2en_<$N3owuZ8T97d#>a^Y&(JV#r*jPKL_rQ`3uK; zp=Wdc^4TWnU%oK$$-}T`w6$w&G2lzBGY4PA{#e_6YtKUe%N7n_!by6Fx@iq*G(|#P zt;9jBKG}FSNm7Ys$ib?Sn|KC$KJL1ykGe8UJB7b{y4Pryuj#fYbhE4#rDFxs6Q&jv zJQ+?FwC=vHG@spVnUf+&u-2acsI{i0a~>@X&@WV>$Eggee6_JUq~mJB97!SWidY@8 zD8TB$EQ1QPTAdScg$Yxy<1D)*z|~RbG@6DprWIBZZzS-1yzxj+Jg&~w=&lFd{W7#o zZCq%k499Iz^UP|^wT12r%@ajg5^$6rXu=7+GEPsxcMV3ZqfMY4fVPgS1-ko`c|N(= zXA*3RMuW;6euBYKgcffK1L+647ifdh3oJ*E$3vq%$~87n*l3QwL?-M5dN2P*Sa%E- zqy%--@`QmnmwS7A<7jyrf%HNk1vC&zrUqr`1OxHIchM+Fhd8c7twYzK-o?%|o=v(Q zi7y@uJr7RO_UpFo>aOtONS(Az#Ye!DdK1bKM(fZlYt7M%A`Z|FFG!>e0t)pU_L}2o-1*^+};kc(RD-`1>}*skYKCfFkeVYbcALlaC&-g81R3 zG=>awl_R-i#v$lY7zt$_vyjq3*^LYK$D&XtOap-9c9TV-aw`eow#r^#1l+;E9GwBJ zdrfvk4+^;Hi)(rM|7n5dohr9%vJ!eF#8n1s=>WK`i+HS@lSg)^@TDCFmUKXC?Sbxf zab}!_0y?7J0Dmt-cx8l~+a`l*>6>wB4e7)sSW+E`OWIR>3o6Cx6Ed^i6^^!L*Vaae zCsplo*Jc-Uo^eid-f=zGDza_FGJ?<(nsk*xain&b!bQnp;$~Q{J~!ft34ww%gddk% zLANrnR2HFA!R3K+My;;eM!7GAZk59vSi8W$O)P^fJ2F-^j21bzeKa&c$Dau8`TY9; zO1!8jRLZTc(*T-BT!k!~?7{F_!rwW%-wKREt^H`y(Nt57oBsqoMSs&cw0NXd``YXv zy$&rsXb_wq+@#CMzM{J0_RdcwtU~eNx2q!Kdd94x!+0=n9qEtb=FboKr0VSycW0iAGi&tg{;AX{_ALxRG%ix)wpCd_%VzEp1mhK3&cG zTSd~ot2<7k%#x~1fKFL}5-!M^q82~!1nR$0E~|Q@$5TC`l`aW5M>=tXkhL%({%O-P z?U-9?6 A1ONa4 literal 0 HcmV?d00001 diff --git a/po/cs.ts b/po/cs.ts new file mode 100644 index 0000000..7d25723 --- /dev/null +++ b/po/cs.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + Zobrazení + + + + Count: + Počet: + + + + Preferences + Preferences + Nastavení + + + + Startup options + Možnosti spuštění + + + + Autostart Cortina + Autmaticky spustit Cortina + + + + Switch wallpaper on start + Změnit pozadí při startu + + + + Timing selection (hours:minutes:seconds) + Výběr časování (hodiny:minuty:vteřiny) + + + + Wallpaper search directories + Složky pro hledání pozadí + + + + Picture option: + Možnost obrázku: + + + + zoom + zoom + zvětšení + + + + wallpaper + pozadí + + + + centered + centered + na střed + + + + scaled + scaled + přizpůsobené + + + + stretched + stretched + roztáhnuté + + + + spanned + spanned + rozložené + + + + recursiv + opakující se + + + + path + cesta + + + + about + about + o aplikaci + + + + close + close + zavřít + + + + Open GUI + Otevřít rozhraní + + + + remove from disk + odstranit z disku + + + + Current wallpaper + Současné pozadí + + + + Exit + Ukončit + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + Název souboru: %1 +Cesta: %2 +Rozlišení: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + %1 by byl na dvou monitorech, nejdříve tento záznam odstraňte! + + + + + + dublicate detected + zjištěn duplikát + + + + + Do you really want to delete this image from disk? + Opravdu chcete tento obrázek odstranit z disku? + + + + + Successful removed + Uspěšně odstraněn + + + + + + Filename: %1 +Path: %2 + Název souboru: %1 +Cesta: %2 + + + + Not removed + Neodstraněno + + + + version + verze + + + + about + o aplikaci + + + + delete + smazat + + + + add + přidat + + + + File typ + Typ souboru + + + + Directory name + Název složky + + + + close + zavřít + + + + Choose directory... + Zvolte složku... + + + + %1 is already monitored through %2! + %1 je již sledováno přes %2! + + + + %1 is already monitored! + %1 je již sledováno! + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..d9ee7d1 --- /dev/null +++ b/po/de.po @@ -0,0 +1,246 @@ +msgid "" +msgstr "" +"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" +"X-Language: de\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Anzeige" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Anzahl Bilder:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Einstellungen" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Startoptionen" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Cortina beim Systemstart laden" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Beim Start Hintergrundbild wechseln" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "Wechselinterval (Stunden:Minuten:Sekunden)" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Hintergrundbilder Verzeichnisse" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Darstellung:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "Zoom" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "Kacheln" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "Zentrieren" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "Skalieren" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "Strecken" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "Spannen" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "Rekursiv" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "Pfad" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "Über" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "schließen" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Fenster anzeigen" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "von Festplatte löschen" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Momentanes Hintergrundbild" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "schließen" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"Dateiname: %1\n" +"Pfad: %2\n" +"Auflösung: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" +"%1 würde doppelt überwacht werden, bitte entfernen Sie den Eintrag vorher!" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "Dublikat entdeckt" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "Wollen Sie wirklich dieses Bild von der Festplatte entfernen?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Erfolgreich gelöscht" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"Dateiname: %1\n" +"Pfad: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "Nicht gelöscht" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "Version" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "Über" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "löschen" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "hinzufügen" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "Datei Typ" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Ordnername" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "schließen" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Ordner auswählen..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 wird bereits durch %2 überwacht!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "%1 wird bereits überwacht!" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "Neue Version verfügbar!" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "Download von Launchpad" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "Füge mein PPA hinzu" diff --git a/po/de.qm b/po/de.qm new file mode 100644 index 0000000000000000000000000000000000000000..b392818e468ca473526cfa57f7cc1ea77ce5ef32 GIT binary patch literal 4110 zcmd5EiC@J+F--}jG_fI&(o!VFQfUE$Az`}nb$9IS%x31B zmTipje>8eSFc^bM&=~E(g9rb_NC=WZf^zWSL4qW3ARaszHAGDOy_xNFJKI9M(Mf0K zn|bf|-uu1xy*In%OMUgl-`_iSskP<1!ykToWjj&L(?q$`M5)ab`!PmTm!U-d6QYJ! zDS7`PqU9TC-3yoTd>iGCpChXOm7eW62Kkeim?rLq%Kfp=Q z++^&HKQy9cYhoXNKZEPlx=wF^C`om1J#&qSev2&+WPwa?X`Irb;~yqwy89)931KZf^dqao#7!27Qn(zhPQ^=8ANRX@S*<%Ze!UxVG* z^uZq)``s_`_g$@KZnUjz3>`oagD(7%+va<&$JtXp35>EnoJCeu3B1o&4n*PeeF z&vT8BZ8{6w76at%ha?SB8*L;((`1lCI_}0v;!a|%$i-SG59=)DaoN6G^XzKHn?JCVtqThCuVQEo2YiW?m94(v*se z8jZs!XgMh+9J_$Lx|7?YVRX;{!k7l*Cazp$^N#JtnsdRus>ts`!w(GD)0Sy#dVsuJ z^Q>&XsOeGkW`xb!OopVZ__sog*p4HHs#X~AW9KXg8pCcVh6>3+1AADNicuwwfe8zC zrJr@`g*tcQ6n5wY`(A$16~e7zIIe_V(Y7%)qNzM?x}w;_{|6h^`oP!(;{6MeGk3YN z-A!}^{&a`d*DY#2wO6{f=_$ju;LN5YZQW6ST4=ajSlkx49|g9UWfh_~4BM*Q+p2OB z6q*J9f*r?=fwy$I@GCNu+*6d6*tu_4)QQzTDNY%J_dq$+(1FGgBda_|3cKhB6GeEa z+{FVY<`F6jq+!I76B1iKE8S}SQMey;N1iy`OKpTvsoyxt-O($SeW=1{hYt>t#k-i> z4igZJ<)vtC9`&+t#+~rYrPv)rOJty+na{Z>=#D)OndG6!#<@+H6*+itblOna{Cv|B zwk7voJ6<)&uP6M$I__t4 zettLYE9x4$m^P&uriSTVHIld9g;d6#vl)~(6Kuh{%QT0fwH%lmD2PsTK=#}OG^z_P zNxuYNYoU6bHg0=WjckEjAi|$>iwm!WUz`YhK$O|2tm9fuuiC^b=^(fZzJj>5a`n!) z)?^lQ5<90#?N0r;E^A`?N7J{2Mj-4*w5VDJ1;;Ir8L#v#9?Yhwl}FG}Jn+hMViJYG zy)6ijD>aK}^S!NE$G4o3<=W6O=CZ0f%;a3t50extqQ6J2uAsd@=Xwu{aw-&0;tL4H zZA?W~I{dFqp4y8~>&2s9QU1&f$8Z$389R^T4(8;-WX9dBW>&|TfeH_03r8ix3Ad#Z&^*ve{}l=M*si- literal 0 HcmV?d00001 diff --git a/po/de.ts b/po/de.ts new file mode 100644 index 0000000..6ac1326 --- /dev/null +++ b/po/de.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + Anzeige + + + + Count: + Anzahl Bilder: + + + + Preferences + Preferences + Einstellungen + + + + Startup options + Startoptionen + + + + Autostart Cortina + Cortina beim Systemstart laden + + + + Switch wallpaper on start + Beim Start Hintergrundbild wechseln + + + + Timing selection (hours:minutes:seconds) + Wechselinterval (Stunden:Minuten:Sekunden) + + + + Wallpaper search directories + Hintergrundbilder Verzeichnisse + + + + Picture option: + Darstellung: + + + + zoom + zoom + Zoom + + + + wallpaper + Kacheln + + + + centered + centered + Zentrieren + + + + scaled + scaled + Skalieren + + + + stretched + stretched + Strecken + + + + spanned + spanned + Spannen + + + + recursiv + Rekursiv + + + + path + Pfad + + + + about + about + Über + + + + close + close + schließen + + + + Open GUI + Fenster anzeigen + + + + remove from disk + von Festplatte löschen + + + + Current wallpaper + Momentanes Hintergrundbild + + + + Exit + schließen + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + Dateiname: %1 +Pfad: %2 +Auflösung: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + %1 würde doppelt überwacht werden, bitte entfernen Sie den Eintrag vorher! + + + + + + dublicate detected + Dublikat entdeckt + + + + + Do you really want to delete this image from disk? + Wollen Sie wirklich dieses Bild von der Festplatte entfernen? + + + + + Successful removed + Erfolgreich gelöscht + + + + + + Filename: %1 +Path: %2 + Dateiname: %1 +Pfad: %2 + + + + Not removed + Nicht gelöscht + + + + version + Version + + + + about + Über + + + + delete + löschen + + + + add + hinzufügen + + + + File typ + Datei Typ + + + + Directory name + Ordnername + + + + close + schließen + + + + Choose directory... + Ordner auswählen... + + + + %1 is already monitored through %2! + %1 wird bereits durch %2 überwacht! + + + + %1 is already monitored! + %1 wird bereits überwacht! + + + + Update available! + Neue Version verfügbar! + + + + %1 is available! + + + + + Download from Launchpad + Download von Launchpad + + + + Add my PPA + Füge mein PPA hinzu + + + diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..4ca36e0 --- /dev/null +++ b/po/es.po @@ -0,0 +1,245 @@ +msgid "" +msgstr "" +"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" +"X-Language: de\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Mostrar" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Total:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Opciones" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Opciones de inicio" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Iniciar automaticamente Cortina al iniciar sesión" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Cambiar imagen al iniciar" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "Selección de tiempo (horas:minutos:segundos)" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Buscar imagen en directorio" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Opciones de imagen:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "Ampliación" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "fondo de escritorio" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "Centrar" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "Escalar" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "Estirar" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "Expandir" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "recursivo" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "ruta" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "acerca de" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "cerrar" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Abrir Interfaz Gráfica de Usuario" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "borrar del disco" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Fondo de pantalla actual" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "Salir" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"Nombre de archivo: %1\n" +"Ruta: %2\n" +"Resolución: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "%1 será monitorizado dos veces ¡Borre esa entrada antes!" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "detectar duplicado" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "¿Realmente desea eliminar esta imagen del disco?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Eliminado satisfactoriamente" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"Nombre del archivo: %1\n" +"Ruta: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "No ha sido borrado" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "versión" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "Acerca de" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "Eliminar" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "agregar" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "Tipo de archivo" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Nombre de directorio" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "Cerrar" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Elija directorio..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "¡%1 es supervisado por %2!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "%1 ya está siendo monitorizado!" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/es.qm b/po/es.qm new file mode 100644 index 0000000000000000000000000000000000000000..46882fe8f757cabeb936ec101a59177917b9e2df GIT binary patch literal 3905 zcmd578^nYq$L;)39~cP-ND(poB1i- zJ`kgc(Zm=N0{+CPHK>G;_~L_sD1;yhB>p`3W_W1C2cLWZV~8()=g#izc6OWi2xNEX z-nr*|-}%3N_FH4a&A&cA{bT>e%f}YKyERVK@f=a{EK&DKO8lH4O6;Lj=^Rn!BBj?K zCCWLp`L$oL?@;l~HJn>V$45`&_qWc`7xxim*LRNo3q84k&X4xrhMbkycj**S`ds4e zI~w#~NPPLj0@12>yM}{FqSRMi@4T`^M879{^-r*$PfndGK>ydt3tPW{{LbW+z4wTc z-KjJCz$Z1H`tbE{fTN{v-o`q6HT_TK8d2Bf?y*1rAnJUm`^xFRA(zUGUk4tZN;7z$ zeJ`7FZ{U3?o4fZIem}?_UH2>G9?4$#^i7;v%Dw#40PHxQ`@Huoey4KRpS}oOCwJqs zVaVUj-MZR|_4lhg&OZZtR`>MJtc7~FXX)e{*uUHR#P+M;f60RJi#SO;XpshK8woPW z!?#BPRq*W699dXtWRS#u1>Y`y2Wf=*(@Z&u&*OvJgyjj%c1_Kwin4SpU%I9t{E{n! zVo3~+^r!gj5z8o=eg`9t)$pp&9isZQq>wG(IyJm9@EkDk6|O}KH6{)04J%-`09I;% zo-&J}R#Gk$IJ;pEXLWq|d6C8y2^Z^-a7f$%Iakr*wFbJrl4wvI1H}_Eunkc#g&~82 zZ8m(gRa9(K^GxBIWjSZUWtuNc$9JnZJqs_k7*e3U$|pMfqN!+Th!%UOjJ1zl9lvFe z2&o8~P{jF-gEvgl#y79{Y+VaG#>46kIZP+Pto%@ zTu&GS;GCvm9N17>5z`cek3s;L1nr&CKis{C657B<;E>l4n#d*Qn+ZY+? z?3t|FB^<46#ufI^3sC66HclBg5=%{5Ud7g`@$<*%G93aa8`2z6Cc^OwQ;_{%#)qTJ z)yePJdmLlVi6V9!Mcjm*&;Sn(k+dsfFfu7cRR%~yIHL-ez%RZOhH0BVXC>;}Dr-ek z%(}9S=y|X1ij&RIG{Bfl!?47jdCQL~K@dz=d2OT5V?}0$9fY9H+b(+?F}0`6WDz#Lj)*g zU;4FnW5hL$({7dRT*g8*8t!H;%|i16cBb&WgjLvN>ft*KOs*|e@DWb>K*e;#)Zx8x zkWF*|(Pvk1;j(k;ikkDaQTe?GE!_`XQ^<;PLR{aPxW0%&_MmIdnkaJJ^x{$jaj7O2 z_0HIETJJP>!Jty((4uW;tq<1gFbn`sPVT#&a$ut?HudL-Yu|LBgQhnd*egY61g)G! z3s4!Bdb7jYHugyU!_y}$UoSP9osf=Dtv&9Tmr%#tD7cN+^R*rzHpT=4z6b~!LdJ21 zX)rKfYeC^C;x#v@BJv{a%^q!uxD3r$Wy>iF58XxQkcy#_3|udd-M}}!yl3jtF}y8t zYNHs!0TlCu;{;u9e!a`J%%BK(ovprN`; zw=sp|?#Z_#j!tLlNH!nEc4NRyj9U9(%QV!zJADSVAl*Nq4%7Pk<-DsaIp mzjG!Qq%1dsKZ!rZ^7KB+=l=ZHaevaP{k27Jf!?Z)j{gAlpVR38 literal 0 HcmV?d00001 diff --git a/po/es.ts b/po/es.ts new file mode 100644 index 0000000..d142f83 --- /dev/null +++ b/po/es.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + Mostrar + + + + Count: + Total: + + + + Preferences + Preferences + Opciones + + + + Startup options + Opciones de inicio + + + + Autostart Cortina + Iniciar automaticamente Cortina al iniciar sesión + + + + Switch wallpaper on start + Cambiar imagen al iniciar + + + + Timing selection (hours:minutes:seconds) + Selección de tiempo (horas:minutos:segundos) + + + + Wallpaper search directories + Buscar imagen en directorio + + + + Picture option: + Opciones de imagen: + + + + zoom + zoom + Ampliación + + + + wallpaper + fondo de escritorio + + + + centered + centered + Centrar + + + + scaled + scaled + Escalar + + + + stretched + stretched + Estirar + + + + spanned + spanned + Expandir + + + + recursiv + recursivo + + + + path + ruta + + + + about + about + acerca de + + + + close + close + cerrar + + + + Open GUI + Abrir Interfaz Gráfica de Usuario + + + + remove from disk + borrar del disco + + + + Current wallpaper + Fondo de pantalla actual + + + + Exit + Salir + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + Nombre de archivo: %1 +Ruta: %2 +Resolución: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + %1 será monitorizado dos veces ¡Borre esa entrada antes! + + + + + + dublicate detected + detectar duplicado + + + + + Do you really want to delete this image from disk? + ¿Realmente desea eliminar esta imagen del disco? + + + + + Successful removed + Eliminado satisfactoriamente + + + + + + Filename: %1 +Path: %2 + Nombre del archivo: %1 +Ruta: %2 + + + + Not removed + No ha sido borrado + + + + version + versión + + + + about + Acerca de + + + + delete + Eliminar + + + + add + agregar + + + + File typ + Tipo de archivo + + + + Directory name + Nombre de directorio + + + + close + Cerrar + + + + Choose directory... + Elija directorio... + + + + %1 is already monitored through %2! + ¡%1 es supervisado por %2! + + + + %1 is already monitored! + %1 ya está siendo monitorizado! + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/fa.po b/po/fa.po new file mode 100644 index 0000000..b950998 --- /dev/null +++ b/po/fa.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Language: fa\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/fa.qm b/po/fa.qm new file mode 100644 index 0000000000000000000000000000000000000000..3738845f19eeed3d4548d8a6ae40b53f6271974f GIT binary patch literal 327 kcmcE7ks@*G{hX<16=n7(EZlonpMinVh+#UzC?F{W01&MSxBvhE literal 0 HcmV?d00001 diff --git a/po/fa.ts b/po/fa.ts new file mode 100644 index 0000000..bbf9195 --- /dev/null +++ b/po/fa.ts @@ -0,0 +1,245 @@ + + + + + Widget + + + Display + Display + + + + + Count: + + + + + Preferences + Preferences + + + + + Startup options + + + + + Autostart Cortina + + + + + Switch wallpaper on start + + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + + + + + zoom + zoom + + + + + wallpaper + + + + + centered + centered + + + + + scaled + scaled + + + + + stretched + stretched + + + + + spanned + spanned + + + + + recursiv + + + + + path + + + + + about + about + + + + + close + close + + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + + + + + about + + + + + delete + + + + + add + + + + + File typ + + + + + Directory name + + + + + close + + + + + Choose directory... + + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/fi.po b/po/fi.po new file mode 100644 index 0000000..d4aafa7 --- /dev/null +++ b/po/fi.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"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" +"X-Language: fi\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/fi.qm b/po/fi.qm new file mode 100644 index 0000000000000000000000000000000000000000..d925dd6023249a2d001c2c96bec2fb85bd813e0f GIT binary patch literal 334 qcmcE7ks@*G{hX<16=n7(EZlonpMinVh+#UzC?F{WI)JK~7#RUrb_zrQ literal 0 HcmV?d00001 diff --git a/po/fi.ts b/po/fi.ts new file mode 100644 index 0000000..de7c239 --- /dev/null +++ b/po/fi.ts @@ -0,0 +1,245 @@ + + + + + Widget + + + Display + Display + + + + + Count: + + + + + Preferences + Preferences + + + + + Startup options + + + + + Autostart Cortina + + + + + Switch wallpaper on start + + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + + + + + zoom + zoom + + + + + wallpaper + + + + + centered + centered + + + + + scaled + scaled + + + + + stretched + stretched + + + + + spanned + spanned + + + + + recursiv + + + + + path + + + + + about + about + + + + + close + close + + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + + + + + about + + + + + delete + + + + + add + + + + + File typ + + + + + Directory name + + + + + close + + + + + Choose directory... + + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..35ac6c3 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"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" +"X-Language: fr\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Nombre:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Préférences" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Options de démarrage" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Changer de fond d'écran au démarrage" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "zoom" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "fond d'écran" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "centré" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "échelonné" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "étiré" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "chemin" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "sur" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "quitter" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "version" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "sur" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "ajout" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "quitter" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Choisir un répertoire..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/fr.qm b/po/fr.qm new file mode 100644 index 0000000000000000000000000000000000000000..32a049a6ad02a2628d8dc5c93a2c57fc41a1f877 GIT binary patch literal 1447 zcmd5+ziSjh82v7LKjU#H3L&D!3W650rb=-L0nfrp11SViakD#jyJ2rRFTVAscYZt@ zd_H|@>&}bK-AhFDkf^&sRQOJn;5E_2I#s7`5m`^D`}hOa*Jx>Wfb}_R_80Kh&El(% zeeiCVoa{2*pDZ`M=Xj>d)BA6L`&8ZeR>b_f_HOVKbFY5m%Nfi^>o1!dz;D*K*B$7b zukXIMKzr2qdhY?|?GTGwYGsDn6cDG7Qrv=U$|%MtXpa(Nn5BLz@ZV8a6(lO-KHd&E zPnqq9f_ajQRmX8E>fQCw?=o3X>J7RIc8?aJ!>DDrfQTP#fgYH5y1YD{b8A8d6 z&>MO2G3b4u_C1!O`~;BhAxLcGi-{|Py!tV{7YZEd9g2q%D5stqjoP0CMYYUuuC-JO zhFuy(H)vTmf;uT^GUKMQ%tVR~${U)d|Fnu>)=VelxmD^T2F{Mb7W__xq&2#WZ0R{s0^u + + + + Widget + + + Display + Display + + + + + Count: + Nombre: + + + + Preferences + Preferences + Préférences + + + + Startup options + Options de démarrage + + + + Autostart Cortina + + + + + Switch wallpaper on start + Changer de fond d'écran au démarrage + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + + + + + zoom + zoom + zoom + + + + wallpaper + fond d'écran + + + + centered + centered + centré + + + + scaled + scaled + échelonné + + + + stretched + stretched + étiré + + + + spanned + spanned + + + + + recursiv + + + + + path + chemin + + + + about + about + sur + + + + close + close + quitter + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + version + + + + about + sur + + + + delete + + + + + add + ajout + + + + File typ + + + + + Directory name + + + + + close + quitter + + + + Choose directory... + Choisir un répertoire... + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/ia.po b/po/ia.po new file mode 100644 index 0000000..5f728f2 --- /dev/null +++ b/po/ia.po @@ -0,0 +1,237 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Preferentias" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Optiones de initio" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Autoinitiar Cortina" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Option de pictura:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "zoom" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Aperi GUI" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/ia.qm b/po/ia.qm new file mode 100644 index 0000000000000000000000000000000000000000..f662c7c4149535d41e93ac832385ebb6065c8aeb GIT binary patch literal 785 zcmcE7ks@*G{hX<16=n7(EZlq7iGhK^fPq6SmVtpWk)`uVm@XVC-)DlLJi9$dV3m8&?dNYBhxHE(@ zc*1pa_!p$+DY%DvqH9uN@CRxFS)LDch5|zh&;SLXNG3xvP_z_iSR#WJ+!+3V%;b{N zqEvA + + + + Widget + + + Display + Display + + + + + Count: + + + + + Preferences + Preferences + Preferentias + + + + Startup options + Optiones de initio + + + + Autostart Cortina + Autoinitiar Cortina + + + + Switch wallpaper on start + + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + Option de pictura: + + + + zoom + zoom + zoom + + + + wallpaper + + + + + centered + centered + + + + + scaled + scaled + + + + + stretched + stretched + + + + + spanned + spanned + + + + + recursiv + + + + + path + + + + + about + about + + + + + close + close + + + + + Open GUI + Aperi GUI + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + + + + + about + + + + + delete + + + + + add + + + + + File typ + + + + + Directory name + + + + + close + + + + + Choose directory... + + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/it.po b/po/it.po new file mode 100644 index 0000000..ac7d4bd --- /dev/null +++ b/po/it.po @@ -0,0 +1,245 @@ +msgid "" +msgstr "" +"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" +"X-Language: it\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Immagini" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Numero:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Preferenze" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Opzioni di avvio" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Avvia automaticamente Cortina" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Cambia sfondo all'avvio" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "Selezione del tempo (ore:minuti:secondi)" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Cartelle degli sfondi" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Ridimensionamento:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "Ingrandita" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "Sfondo" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "Centrata" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "Scalata" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "Stirata" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "Estesa" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "Ricorsivo" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "percorso" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "Info" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "Chiudi" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Apri GUI" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "Elimina dal disco" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Sfondo corrente" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "Esci" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"Nome file: %1\n" +"Percorso: %2\n" +"Risoluzione: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "%1 sarebbe sotto controllo due volte; rimuovere prima quell'elemento!" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "Duplicato individuato" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "Cancellare l'immagine dal disco?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Immagine cancellata" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"Nome file: %1\n" +"Percorso: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "Non rimossa" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "versione" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "Info" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "cancella" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "aggiungi" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "Tipo di file" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Nome della cartella" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "chiudi" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Scegliere la cartella" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 è già controllato da parte di %2!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "%1 è già sotto controllo!" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/it.qm b/po/it.qm new file mode 100644 index 0000000000000000000000000000000000000000..1d3f0a7b6ffb0ae18f1538418a3805dab9e05235 GIT binary patch literal 3695 zcmd5KDJodWp&>E<)}ZdT!%!>@V%y_~cHa+|!*K|AC#n)%n)0n^=E8we#FDqRhXk z*Z$C8|7z;PuV;xC9PJtkMzP-Ab@ZtlMD$y_SAQGp!|5HzreHrvpIP?-^xgFNv0Fr4 zpJq<%1fKL~nKxfL3qPM^uiV7n`E2&D+(qmM-J5>>nW(d?`~2}gp|>@+?GpS!vNDPN z+z&^TiAbfCF1$1aH{t-p05-xJ^Tgi-Yi^x zcL;t;h3gkO;lFrK$H$KV_rae2$%Qa~r02#9FJs;69o%pM_|KUTz6MEpf(B?k3Hk-! zGMV%vo;oSA$tM?23m*;d3hM^m1UdNaVnv24CVmf4k@~Y7MjGD-2i6PI6Po2p&8Ug0 zvQ1yP(hz>dRYAET28#U|mfdF>W$AY?isC#dJoxnMo|A}Fi@)W!@z>_$^|});3_#Kp zJ{-iI9dXz}C^r+Pg9CpQS}u}R#g3vGthk|sQ(xsYJs)au`c`Al!ncYqr?nOQCV)Sr z0?QCnQWz?jvSc%3>x5%T&6C2FRW&1#K+PA@_T3t!r;*dP5KFWbaAp9FA!vZW?y7k6 zv8LnM0KtKeV2>+l0+trnZ{gO!SDvrAz8F!iZ`xY2T7xtJTN3?ZLAMb+_X+n-qdUUR ziLEXksVId|4AYf5`k^*7G?cX4L%V>O5pw61V%_wJ3T(fW6u%EJrXgsfLfoF*BrZNt zmSwEIa3pYDq)i;sEX&ax=_W0$f@4lo)Y4q7I|tJ<+K58fT2&^^_0brNan^aFY%*gg znNiboEUlK**n(PUkmRgJ&ZCCn=HWJL+KM1*kmANP(Yze?=Ga4VREe4j&@u?NhL91r zuY@5j>2n8RGR>-1mSWmfRaC<}xH$3b$t}9Uq2AGO+G#)lUR85}EXr~y5xRlLu-b-R&eQsRyD|jg;eeC}~ zKHz;%m{cadfM)T|{Uz%dHqc>U9FCE!o)<}OkMxuk_@=S}Y{TJ!;Uu)|U4$H*DHrrD3{J1NpCB{vcUQ$!gZa{A&l{+Tt8?DY+Dh{Q0 zg83(K>KNKAtx8N7PX#ki>je2N30*W1=m6wR2iEQKIuwpz6=y<3p57d8;eq2}Y=?U9 z#39qyD@}3{$`&DgCc_^GUqvTDBLz*q5ujl{A);|wgRbKgm$1SF!ZdE;FAr-x7tDAj zt&P*QX40&hc3F6sa-EAN)>KsBdL^s|zVu3-)Rk>`Ym<-$!=R(noC9nCikO{`#s<|6b4rnu=8@;vc$aSB1WTr{fE3P=jl@Fq^D6WuJ2iHY zj#xVBVUR`c8T literal 0 HcmV?d00001 diff --git a/po/it.ts b/po/it.ts new file mode 100644 index 0000000..c23f678 --- /dev/null +++ b/po/it.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + Immagini + + + + Count: + Numero: + + + + Preferences + Preferences + Preferenze + + + + Startup options + Opzioni di avvio + + + + Autostart Cortina + Avvia automaticamente Cortina + + + + Switch wallpaper on start + Cambia sfondo all'avvio + + + + Timing selection (hours:minutes:seconds) + Selezione del tempo (ore:minuti:secondi) + + + + Wallpaper search directories + Cartelle degli sfondi + + + + Picture option: + Ridimensionamento: + + + + zoom + zoom + Ingrandita + + + + wallpaper + Sfondo + + + + centered + centered + Centrata + + + + scaled + scaled + Scalata + + + + stretched + stretched + Stirata + + + + spanned + spanned + Estesa + + + + recursiv + Ricorsivo + + + + path + percorso + + + + about + about + Info + + + + close + close + Chiudi + + + + Open GUI + Apri GUI + + + + remove from disk + Elimina dal disco + + + + Current wallpaper + Sfondo corrente + + + + Exit + Esci + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + Nome file: %1 +Percorso: %2 +Risoluzione: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + %1 sarebbe sotto controllo due volte; rimuovere prima quell'elemento! + + + + + + dublicate detected + Duplicato individuato + + + + + Do you really want to delete this image from disk? + Cancellare l'immagine dal disco? + + + + + Successful removed + Immagine cancellata + + + + + + Filename: %1 +Path: %2 + Nome file: %1 +Percorso: %2 + + + + Not removed + Non rimossa + + + + version + versione + + + + about + Info + + + + delete + cancella + + + + add + aggiungi + + + + File typ + Tipo di file + + + + Directory name + Nome della cartella + + + + close + chiudi + + + + Choose directory... + Scegliere la cartella + + + + %1 is already monitored through %2! + %1 è già controllato da parte di %2! + + + + %1 is already monitored! + %1 è già sotto controllo! + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/kk.po b/po/kk.po new file mode 100644 index 0000000..055f443 --- /dev/null +++ b/po/kk.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"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" +"X-Language: kk\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Дисплей" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/kk.qm b/po/kk.qm new file mode 100644 index 0000000000000000000000000000000000000000..e30e393a7ce05829016078fbda0bcb335eeb48b9 GIT binary patch literal 408 zcmcE7ks@*G{hX<16=n7(EZlq7iGhKEgPW`9B#>sv1Y!ebAi>8X!eYVV$YRf8&0@-8 z$pMmN17dcU%;JKa#7cG$KRh!fJ+*{UpMinVieWlP$)E&`gVI&7;A7|jI**Bw5dgP@ B73lx~ literal 0 HcmV?d00001 diff --git a/po/kk.ts b/po/kk.ts new file mode 100644 index 0000000..788dfbc --- /dev/null +++ b/po/kk.ts @@ -0,0 +1,245 @@ + + + + + Widget + + + Display + Display + Дисплей + + + + Count: + + + + + Preferences + Preferences + + + + + Startup options + + + + + Autostart Cortina + + + + + Switch wallpaper on start + + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + + + + + zoom + zoom + + + + + wallpaper + + + + + centered + centered + + + + + scaled + scaled + + + + + stretched + stretched + + + + + spanned + spanned + + + + + recursiv + + + + + path + + + + + about + about + + + + + close + close + + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + + + + + about + + + + + delete + + + + + add + + + + + File typ + + + + + Directory name + + + + + close + + + + + Choose directory... + + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/ko.po b/po/ko.po new file mode 100644 index 0000000..6ff4091 --- /dev/null +++ b/po/ko.po @@ -0,0 +1,245 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Language: ko\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "표시" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "횟수:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "환경 설정" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "시작 선택 사항" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Cortina 자동 시작" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "시작시 바탕화면 배경 변경" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "바탕 화면 배경 검색 디렉토리" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "그림 선택 사항:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "확대" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "바탕 화면 배경" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "중앙에 배치" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "맞추어서 배치" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "늘려서 배치" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "연달아서 배치" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "재귀" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "경로" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "정보" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "닫기" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "현재 바탕 화면 배경" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"파일명: %1\n" +"경로: %2\n" +"해상도: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "중복 감지" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "정말로 디스크에서 이 이미지를 삭제하시겠습니까?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "무사히 제거됨" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"파일명: %1\n" +"경로: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "버전" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "정보" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "삭제" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "추가" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "파일 형식" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "디텍토리명" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "닫기" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "디렉토리 선택..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1은(는) %2을(를) 통해 이미 모니터하고 있습니다!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/ko.qm b/po/ko.qm new file mode 100644 index 0000000000000000000000000000000000000000..130ec4939ed446fa2df13eaf3cfda092d733a312 GIT binary patch literal 2490 zcmd5;UrbwN6hEw&wv>i{(q)<^enfESOof6x5VPrM+{2t9GBdVpiI?_5uio}H_kNeH z3t1L*X1-|#^G}RJv*{i#dnl0br^M1w+Agw`xYlUE%mg2dCYtDy8DBh?!Ux`h&ui1% ze)s(Toco<~zV`X4z`onRe>$?%;Qspc&*xST1C-eT2Cf5?SAZ>e6ToT#``$AEwhq{T zF$b{c2n<|Z0N~>AM#l)^PFXtsL7r`o<&#&|aQzK;boL6y1@65+c>oyVzD%7*U9Q}t z`S8BWTJ8S~?k)`Jsx$ z$bH0Ja2#GVbiolkzJT$eN{5og_-Li`@5k}FSb4^E7j+Yr`n7j4{-pENokrvxaDGvJ z9sTb)7oVF!pLS<<)PwOA=W5b|>qym47v9F}X!X-=Nz^$Y;zOOp2pohaXidKW&9Py4 z3J9*eX&*FC4;icF$vg#;rn3)#%-oD+mRs_@`aQgJIXM~2#MYnzHxzB~^F&iC5mmxV zioge=BqWDLDl0;O(4Zn~13}W{ZLk^G6JlUMpk;>lW6%XMC_q7kFz~4R{`mJmk}K&C zm~QQh8kJSbE0lD}3Khe=S*3omeyU=5bXo^8Pjai^G2V>-NLNsnRe=OVMet)rQIE%C zRTpmc__zZ4MyhWd5wAwCBQG_rhXL(7A@DV{V zD>x?Wmya2#&Rk-wD&J;iB+Q2dGljc*I=RBYHlL_QBtB|JwP#$@xvA4YChL>eb5bfd z?>6dItX(#N)g+0rj62_(T+v63+TD5?4lz})PbN`WBUm~~iemcs3{)loK@zBd1;o0F zA$~w0{fZpIomAgEWKO{Gtuu`#1y^#F$=Y8MC8S3qX0Y1;&s>7e^?qvwhdzh77gt_J zcNuhJOFBtYtD~EzLHy!1YkB`q3mkcxm>*x*&~Afs*x&8UVgHT}j#mX$mNY8LVKi(z z*VJzItQ&hU9pC6SlF;*^ZM{?7E&8dZ2tCLa#oD+{TQHk-Kj$csC z_!?sxwtF#Fb&oL>T4ckigjqG)p3uL$3?$>$BNNSxSJ$KY(MavrB&>Ky9uxv*Q@3H7 zTq*YYR;S}Sv8~@9?Kvw_e{ieai5w>DqiWVGnHeDZ#YEO<*W&21h zf5d)E`AXn6HNuC(rFduTqp8LcbcIS40sF8N&&A)#aO}Zsg97F(hs{aX?0TSA?0S%M jh1bTnnuR+r%c1SE&*D#PCwz##_He$+9?rBj{u{u*+!#I| literal 0 HcmV?d00001 diff --git a/po/ko.ts b/po/ko.ts new file mode 100644 index 0000000..1034689 --- /dev/null +++ b/po/ko.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + 표시 + + + + Count: + 횟수: + + + + Preferences + Preferences + 환경 설정 + + + + Startup options + 시작 선택 사항 + + + + Autostart Cortina + Cortina 자동 시작 + + + + Switch wallpaper on start + 시작시 바탕화면 배경 변경 + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + 바탕 화면 배경 검색 디렉토리 + + + + Picture option: + 그림 선택 사항: + + + + zoom + zoom + 확대 + + + + wallpaper + 바탕 화면 배경 + + + + centered + centered + 중앙에 배치 + + + + scaled + scaled + 맞추어서 배치 + + + + stretched + stretched + 늘려서 배치 + + + + spanned + spanned + 연달아서 배치 + + + + recursiv + 재귀 + + + + path + 경로 + + + + about + about + 정보 + + + + close + close + 닫기 + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + 현재 바탕 화면 배경 + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + 파일명: %1 +경로: %2 +해상도: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + 중복 감지 + + + + + Do you really want to delete this image from disk? + 정말로 디스크에서 이 이미지를 삭제하시겠습니까? + + + + + Successful removed + 무사히 제거됨 + + + + + + Filename: %1 +Path: %2 + 파일명: %1 +경로: %2 + + + + Not removed + + + + + version + 버전 + + + + about + 정보 + + + + delete + 삭제 + + + + add + 추가 + + + + File typ + 파일 형식 + + + + Directory name + 디텍토리명 + + + + close + 닫기 + + + + Choose directory... + 디렉토리 선택... + + + + %1 is already monitored through %2! + %1은(는) %2을(를) 통해 이미 모니터하고 있습니다! + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/nl.po b/po/nl.po new file mode 100644 index 0000000..71172bb --- /dev/null +++ b/po/nl.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"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" +"X-Language: nl\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Beeldscherm" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Aantal:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Voorkeuren" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Startopties" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Cortina automatisch starten" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Verander achtergrond bij het starten" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Zoek achtergronden in" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "Vergroot" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "bureaubladachtergrond" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "gecentreerd" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "geschaald" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "uitgerekt" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "pad" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "over" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "sluiten" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "duplicaat gevonden" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "versie" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "over" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "toevoegen" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Mapnaam" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "sluiten" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Kies map" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 wordt reeds gecontroleerd door %2!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/nl.qm b/po/nl.qm new file mode 100644 index 0000000000000000000000000000000000000000..aadf0db1923acd203b829276afaba6dd32fc0538 GIT binary patch literal 2014 zcmd5-O=}cE5Uq8;yYBF&}~-C_=!1AlR8{cgM_5FFid8$-#qO z;z2JGgCe3L;#oWhDvD@8LH~ew5cHrI58}y-uV&ZTIJ-X}yG**byI$3+S5=d-r_PS| zKX0#m=->VF+`Si{Cy3}NQRM+qT2sFIh$wTF3VmmZva3|N@doF6=)%Yf)=%k?Kd{dp zP2W2C6?S8pz?S z---vne}mmj@zu(2{4RD)tTCQ8cjRD`nNW0?92 zOeBYA@4%4d2A1%&6wabmQ@(4ImX2krT7{LWH89+tXWJRqsYsJz9wRgv`7)s9lYnaDU8%!6=<#H0;P2<3@3IZC8#@O7X3Vk!$ZhnG8M5zd>#pc~p|6*9asL3R(k0v60 zy-0n|S0d9EJU`_Ibx$lNaog#1vleqegi!@s+H5|h<$0;4Z_6Nw?4#*ePX)rPG&G6{ z_e`^$4|fgUSu_jZ7qD_x+-IFDxpR8KHFnin z5S~{Tb*U}oTTx|`+z06ld`p^xug)>iA-F?F#rf=>iQNWLXvFzfb+=ud0^HAY8ZkU8 zW>sjCMEU?EKQDEFNl4NfM0+;|k6&D~poL8EbQp!$S26DKq_-{2v1*KuTE{oDq*QIa c`2oDwM`;!PwlP1cjY+Hd&xe*lZ&NDu7iv{l0ssI2 literal 0 HcmV?d00001 diff --git a/po/nl.ts b/po/nl.ts new file mode 100644 index 0000000..d31ff04 --- /dev/null +++ b/po/nl.ts @@ -0,0 +1,245 @@ + + + + + Widget + + + Display + Display + Beeldscherm + + + + Count: + Aantal: + + + + Preferences + Preferences + Voorkeuren + + + + Startup options + Startopties + + + + Autostart Cortina + Cortina automatisch starten + + + + Switch wallpaper on start + Verander achtergrond bij het starten + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + Zoek achtergronden in + + + + Picture option: + + + + + zoom + zoom + Vergroot + + + + wallpaper + bureaubladachtergrond + + + + centered + centered + gecentreerd + + + + scaled + scaled + geschaald + + + + stretched + stretched + uitgerekt + + + + spanned + spanned + + + + + recursiv + + + + + path + pad + + + + about + about + over + + + + close + close + sluiten + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + duplicaat gevonden + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + versie + + + + about + over + + + + delete + + + + + add + toevoegen + + + + File typ + + + + + Directory name + Mapnaam + + + + close + sluiten + + + + Choose directory... + Kies map + + + + %1 is already monitored through %2! + %1 wordt reeds gecontroleerd door %2! + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/pl.po b/po/pl.po new file mode 100644 index 0000000..3442518 --- /dev/null +++ b/po/pl.po @@ -0,0 +1,245 @@ +msgid "" +msgstr "" +"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%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Language: pl\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Wyświetlanie" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Ilość:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Preferencje" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Opcje startowe" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Autostart Cortina" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Zmień tapetę na starcie" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Katalogi wyszukiwania tapet" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Opcje obrazu:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "zoom" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "tapeta" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "wyśrodkowanie" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "skalowanie" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "rozciągnięcie" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "łączenie" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "powtarzanie" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "ścieżka" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "informacje o" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "zamknij" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Otwórz Gui" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Obecna tapeta" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "Wyjście" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"Nazwa pliku: %1\n" +"Ścieżka: %2\n" +"Rozdzielczość: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "wykryto duplikat" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "Napewno usunąć obraz z dysku?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Usunięto pomyślnie" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"Nazwa pliku: %1\n" +"Ś" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "wersja" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "o" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "usuń" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "dodaj" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "Typ pliku" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Nazwa katalogu" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "zamknij" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Wybierz katalog..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "% 1 jest już monitorowane przez % 2!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/pl.qm b/po/pl.qm new file mode 100644 index 0000000000000000000000000000000000000000..21b8d975ead3ef8e17698384831b845527935a2d GIT binary patch literal 3005 zcmd5;TWB0r82%^OTQ*B#lQg6u;G||PNLb0m2#Z>pT}?xv4NXfRrI5+Y$?hbxbH=%3 zvx|r*6n!qKM8vAJ;zNA%p;W|DYN5s3L-9eVAXLF8!P18!qTiX#&TeKSzBbFrT=sn5 z|NYmqFI?3I?)>ro*0;k$UoC(1<-KVlX@ID3nJD%uMZS*^wOyik@l&GsXO!qaN7T_z zN8b1W@4unK#hcjILu*r8xc=Ba^%wAo-`d|haUc7aBXeI|Ac|gzyz@XIqVthYzOI7* z>1f8w<9#mHt$u*_cVjabR*2fA*v{w`;GU0NpM8Yqhw+PZupjv|zWwIs;O$M^xsT^W zwd1AVe+AEW$Mvm;*dIww-xB)(0OYq*w(lSw+>ak8<>q~Mw18w<}>+*NTe@Z&U`5VB)fPo>9X z-H{c;W{OskOWf35ZZl1Gi#GQPML9h_92a{Rb*;c$NvJqX$H?>T2n7n*g^rwW*M$O; zlz{)hG0)|WtJtob1tN|P$tVQFsK8bD>vCCR26Gw8 z0ac=xlme4iZC*nBo%N$(8C`xV*WiM>M|R}pP2CM|?xE9AVL_1vPj#Ut(2{sXH(;}3 zg+Yh+#5n*`7Bp!zMp9Y|NDc}T5$CL&9!t(EZV@-*VaDbEXRLXHCKH8OvouagI)$)S zNy8H9GO(*!FFIe%1Z_goWT5BBzIu|Un8OXv)wv0I6PxMDu);o6sEfot*lmv)q)iW4 z6DKWZ$}?wX!!S|U7DS0j(OdyuQ%`iy>#FP7Oy-s^Ak5KE^DxS26-!*r8ed?%bKYjF z46UIuCyX81W4|#e#AIqzboYXo4W6~DpoL|G&eSTIbm5Y(Z?`jn9!rr5AqA9i|cl-r00z^Jmqy_P;3fI$-( z6sJN7CWDF)xEe$p1p9-NsBey?&{|-oUC~;iIw(9u-;0AsgOBy&r+IiKRE$s*OAELQ zjiW%@x}VL4p{QzL)Q7{n&+ghr--~@A3B(=aP|62B#A;(L%w0>=I^3x2)|v)reas-K z0YQ)Etr)thU^Hr&kE*+mTlG0un;Zc&Vqp}8E%*CXUG~dHoYvvVpTKeF*^a&u2KM=b zymnaD>#EUSF-KL5R%uU2(^AwQSfZz!lN5I>#WY(HgMMnO!01301PU#)w?#S}*JkLE zR&+}AJQy5IqsFls-(c{Fn_-tyjkavs-SMA?Z$b=Sd`gWFS2-^=(>{xzQCWHyb^dt% aNsp(j-Cuq5HsmEG>7Tx~$ls&M-hTmG3>PK< literal 0 HcmV?d00001 diff --git a/po/pl.ts b/po/pl.ts new file mode 100644 index 0000000..11f5b0a --- /dev/null +++ b/po/pl.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + Wyświetlanie + + + + Count: + Ilość: + + + + Preferences + Preferences + Preferencje + + + + Startup options + Opcje startowe + + + + Autostart Cortina + Autostart Cortina + + + + Switch wallpaper on start + Zmień tapetę na starcie + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + Katalogi wyszukiwania tapet + + + + Picture option: + Opcje obrazu: + + + + zoom + zoom + zoom + + + + wallpaper + tapeta + + + + centered + centered + wyśrodkowanie + + + + scaled + scaled + skalowanie + + + + stretched + stretched + rozciągnięcie + + + + spanned + spanned + łączenie + + + + recursiv + powtarzanie + + + + path + ścieżka + + + + about + about + informacje o + + + + close + close + zamknij + + + + Open GUI + Otwórz Gui + + + + remove from disk + + + + + Current wallpaper + Obecna tapeta + + + + Exit + Wyjście + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + Nazwa pliku: %1 +Ścieżka: %2 +Rozdzielczość: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + wykryto duplikat + + + + + Do you really want to delete this image from disk? + Napewno usunąć obraz z dysku? + + + + + Successful removed + Usunięto pomyślnie + + + + + + Filename: %1 +Path: %2 + Nazwa pliku: %1 +Ś + + + + Not removed + + + + + version + wersja + + + + about + o + + + + delete + usuń + + + + add + dodaj + + + + File typ + Typ pliku + + + + Directory name + Nazwa katalogu + + + + close + zamknij + + + + Choose directory... + Wybierz katalog... + + + + %1 is already monitored through %2! + % 1 jest już monitorowane przez % 2! + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/pt.po b/po/pt.po new file mode 100644 index 0000000..973ad60 --- /dev/null +++ b/po/pt.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"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" +"X-Language: pt\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "centrado" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "escalado" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "esticado" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Fundo actual" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "Deseja realmente remover esta imagem do disco?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Removido com sucesso" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/pt.qm b/po/pt.qm new file mode 100644 index 0000000000000000000000000000000000000000..6de81ba204c2fbe0d6399056de45c7ad9b23e9df GIT binary patch literal 874 zcmd6lze)o^5XR?Jk`n{|sZt28U?Db&b|M5~u(8uZ5DS;xO>%md4ZC}hv{t@=ieO{o z6Ij@YU>VQ{5bSKl+Rks!5KPcM2g~iu%{Sj~c5mZe7CWEU=g;%AkB2u8Z)GA{$zN=b z;r)@nI=v$b(y;T6IJliCe9a+WDeS*2ATCcXtvw;82*K+pHbvT^lo}*S6C+N79AZv! z=*x0g)0?R=s^QoPkK-n9DwFqL_99tRF7Q1Ls6vV?))AD940h;13EmC#Q{7wwj}{_> z*w?$PIzk<%8Zrs;KO7Q(7A%@dJ&x6iW^J7^qrlMy4Un8>QpL(C=IW7UQNnAARgF%V zjO=k~5Ok4tG8>N(b*;RKH?|mCWLTDT&va%t6+&5CO=B1*x~1e`)2U46=QNlD{5^3f zaBRx_CGq2n?2!5;IV*VlpTGgyi++2ITW6FL^?uDVu6La-aW}*H1jC8d{i*2;cq2jZ E4eHH$RR910 literal 0 HcmV?d00001 diff --git a/po/pt.ts b/po/pt.ts new file mode 100644 index 0000000..dd44eaa --- /dev/null +++ b/po/pt.ts @@ -0,0 +1,245 @@ + + + + + Widget + + + Display + Display + + + + + Count: + + + + + Preferences + Preferences + + + + + Startup options + + + + + Autostart Cortina + + + + + Switch wallpaper on start + + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + + + + + zoom + zoom + + + + + wallpaper + + + + + centered + centered + centrado + + + + scaled + scaled + escalado + + + + stretched + stretched + esticado + + + + spanned + spanned + + + + + recursiv + + + + + path + + + + + about + about + + + + + close + close + + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + Fundo actual + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + Deseja realmente remover esta imagem do disco? + + + + + Successful removed + Removido com sucesso + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + + + + + about + + + + + delete + + + + + add + + + + + File typ + + + + + Directory name + + + + + close + + + + + Choose directory... + + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/pt_BR.po b/po/pt_BR.po new file mode 100644 index 0000000..150741d --- /dev/null +++ b/po/pt_BR.po @@ -0,0 +1,242 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Exibição" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Quantidade:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Preferências" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Opções de inicialização" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Iniciar Cortina automaticamente" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Trocar o papel de parede ao iniciar" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "Seleção de tempo (horas:minutos:segundos)" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Buscar diretórios de papel de parede" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Opção de imagem:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "zoom" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "papel de parede" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "centralizado" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "dimensionado" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "esticado" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "estendido" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "recursivo" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "caminho" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "sobre" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "fechar" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Abrir interface gráfica" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "remover do disco" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Papel de parede atual" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "Sair" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"Nome do arquivo: %1\n" +"Caminho: %2\n" +"Resolução: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "%1 seria o dobro monitorado, por favor remover essa entrada antes!" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "duplicado detectado" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "Você quer mesmo apagar esta imagem do disco?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Removido com sucesso" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"Nome do arquivo: %1\n" +"Caminho: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "Não removido" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "versão" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "sobre" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "remover" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "adicionar" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "Tipo de arquivo" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Nome do diretório" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "fechar" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Escolher o diretório" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 já é monitorada através do %2!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "%1 já está sendo monitorado!" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/pt_BR.qm b/po/pt_BR.qm new file mode 100644 index 0000000000000000000000000000000000000000..8ad58891fe56f1ae3fbb1f98a3e9341b4a811ee3 GIT binary patch literal 3874 zcmd5iL)uiSm5B43jlwh*JSEnR?`|n)CRbzt^2L1loI5 z=vZP>3QL8Pj;woZrKmX4@TKr%Sxrkg&Cg7^Iuw* zB$=ggsDe*o(A36#c97h*geI_wi>DSG4h>sna~Z|L*-bXmKbWZ`0fw3)F$;hO0n807 zhjiz3=43BHU9>(BD_F=1I6i}-cU5lG2ugSuNNU^t|FnU{b{!@zjW7y#mC0%(K`*U| z`7E20Pj0*Pl@kWGazStPzTP!ShTUL@B!boT?!)C$cV&L73aV|xN=oprCDtuFh)+M+MiIh4uRF9JS3L^rTP~ zZC(g!P2uv8`z{D@i}qs@`B6_!NffRr{iJk%mB&r({yGz$V-b#nr~Sa2U4xzD z-08wfl~ogNpAKl$MP}?VE8Zq+&jCeXZ(ucy3I24t1_{xW8bv;r z1FJv#G%_vW8099-S%OgBp*7X@-S#k*Mc-BUEysIP`;{s;DtZL}at+d3D5bmer{(UX JRsBDT{sRdy*NFfC literal 0 HcmV?d00001 diff --git a/po/pt_BR.ts b/po/pt_BR.ts new file mode 100644 index 0000000..a213187 --- /dev/null +++ b/po/pt_BR.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + Exibição + + + + Count: + Quantidade: + + + + Preferences + Preferences + Preferências + + + + Startup options + Opções de inicialização + + + + Autostart Cortina + Iniciar Cortina automaticamente + + + + Switch wallpaper on start + Trocar o papel de parede ao iniciar + + + + Timing selection (hours:minutes:seconds) + Seleção de tempo (horas:minutos:segundos) + + + + Wallpaper search directories + Buscar diretórios de papel de parede + + + + Picture option: + Opção de imagem: + + + + zoom + zoom + zoom + + + + wallpaper + papel de parede + + + + centered + centered + centralizado + + + + scaled + scaled + dimensionado + + + + stretched + stretched + esticado + + + + spanned + spanned + estendido + + + + recursiv + recursivo + + + + path + caminho + + + + about + about + sobre + + + + close + close + fechar + + + + Open GUI + Abrir interface gráfica + + + + remove from disk + remover do disco + + + + Current wallpaper + Papel de parede atual + + + + Exit + Sair + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + Nome do arquivo: %1 +Caminho: %2 +Resolução: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + %1 seria o dobro monitorado, por favor remover essa entrada antes! + + + + + + dublicate detected + duplicado detectado + + + + + Do you really want to delete this image from disk? + Você quer mesmo apagar esta imagem do disco? + + + + + Successful removed + Removido com sucesso + + + + + + Filename: %1 +Path: %2 + Nome do arquivo: %1 +Caminho: %2 + + + + Not removed + Não removido + + + + version + versão + + + + about + sobre + + + + delete + remover + + + + add + adicionar + + + + File typ + Tipo de arquivo + + + + Directory name + Nome do diretório + + + + close + fechar + + + + Choose directory... + Escolher o diretório + + + + %1 is already monitored through %2! + %1 já é monitorada através do %2! + + + + %1 is already monitored! + %1 já está sendo monitorado! + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/ru.po b/po/ru.po new file mode 100644 index 0000000..e4dcc51 --- /dev/null +++ b/po/ru.po @@ -0,0 +1,242 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Дисплей" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Количество:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Параметры" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Параметры запуска" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Запускать Cortina автоматически" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Меняет обои при запуске" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "Выбор по времени (ЧЧ:ММ:СС)" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Каталог с обоями" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Параметры картинки:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "масштаб" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "обои" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "по центру" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "в масштабе" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "растянуто" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "растянуто" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "рекурсив" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "путь" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "Сведения о программе" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "закрыть" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Open GUI" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "Удалить с диска" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Задействованная фоновая картинка" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "Выход" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"Имя файла: %1\n" +"Размещение: %2\n" +"Разрешение: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "%1 будет мониториться с двух сторон, удалите эту запись!" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "обнаружена копия" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "Вы действительно хотите удалить это изображение с диска?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Успешно удалено" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"Имя файла: %1\n" +"Путь: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "Не удалено" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "версия" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "сведения о программе" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "удалить" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "добавить" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "Тип файла" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Имя каталога" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "закрыть" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Выберите каталог..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 уже отслеживается через %2!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "%1 уже мониторится!" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/ru.qm b/po/ru.qm new file mode 100644 index 0000000000000000000000000000000000000000..3d8785eca20fbea23b2dbfcccbc4c562f6ff1c09 GIT binary patch literal 3704 zcmd5=B9_G`bMJ@r**#~07NbK!c5s4hXYc#bIW1Bq`0k$8msxethfn<=pQ z5K-tO>VElKtk2Qn>C4!cr00iE5jBp~4?j7LeZ~6Wzu+fyy#CCdn^?aprawPP@i@ba7{Q@My+DBuY*zJxL9^P08v9s zAJl7|&y+Mp zO7n`8)$RGbQjJBgRLm=~sYr%W&<`sJjciGZW*N)ay?|)d2#Je(9hfv=Vz^5IOrkXD zWROKFX(WS6Kge^;Mx7l|Cri9P>Skv{(zbNdk_}5r>xQLja!oEoo0t{@PJSy=ONcB! zE(WQO|GOUVN#}GOQnIR{WRU6QzP>)M&&}d~SaRsNZaA=E5vQ2z!cL6q}ZNor-r6Y1aUzCfA;l*kf?Fd`N zM+$x%u`7HuPgE32np{x44w}VArwGPj2*NJ3e?m2jd3o8pzsPY0<(2ZBc*A~%Md8^l zNMkXjf?HXD$i7p6yeohn%u#3Nm-En4OQrAFmuWaRT6ZZOk_FsK- z3++T5M8uRE$TAL)OHX<1J??orNK2SB)mU_|$tC!dV(NL@Qgsc~2A8^qyzDlL2b|PZ zQq9SXy9z^lbgMivvR=zpnx!Hs7z7ec(tet9tpc+}MUy7?PkBwYBb3}O{f^)i?zkRT zw@`FNm$vLxGnQ>Al3sKqc>T52`g2Ky_8Q89f)>murq^z3tsQuj#%g)qxqe#q@$9mT zWezpI9u(V9@8eF2Nri(z9UXT(8kDRkLVWN6a$wIe0PdY+TkMg z%&7%cTa-+6ZiZ7L_2hKhFk@J?EyawPN=DbR<_<5ggn7(oNM)kqumf~S;4Hwa=S9bX z%D@DQY(Q3J&a1VF>_OUb3cpW zpRsDi1z_R~T-QhxFcn#KTFY-q z?s4RGv{8g%%r8AjOlB@?yuP^RJ~JcdYjw4OC>x~2EQ*yCRtK%$EXtbp|7;pf%TUnw zwN_0|F_*$p4ZZ)cf}rS{S4^PXht(czT=%7=d9`R)vN)>ig_VvU#UC;;dL2!2Xa1|Z LGijCoMxlQI + + + + Widget + + + Display + Display + Дисплей + + + + Count: + Количество: + + + + Preferences + Preferences + Параметры + + + + Startup options + Параметры запуска + + + + Autostart Cortina + Запускать Cortina автоматически + + + + Switch wallpaper on start + Меняет обои при запуске + + + + Timing selection (hours:minutes:seconds) + Выбор по времени (ЧЧ:ММ:СС) + + + + Wallpaper search directories + Каталог с обоями + + + + Picture option: + Параметры картинки: + + + + zoom + zoom + масштаб + + + + wallpaper + обои + + + + centered + centered + по центру + + + + scaled + scaled + в масштабе + + + + stretched + stretched + растянуто + + + + spanned + spanned + растянуто + + + + recursiv + рекурсив + + + + path + путь + + + + about + about + Сведения о программе + + + + close + close + закрыть + + + + Open GUI + Open GUI + + + + remove from disk + Удалить с диска + + + + Current wallpaper + Задействованная фоновая картинка + + + + Exit + Выход + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + Имя файла: %1 +Размещение: %2 +Разрешение: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + %1 будет мониториться с двух сторон, удалите эту запись! + + + + + + dublicate detected + обнаружена копия + + + + + Do you really want to delete this image from disk? + Вы действительно хотите удалить это изображение с диска? + + + + + Successful removed + Успешно удалено + + + + + + Filename: %1 +Path: %2 + Имя файла: %1 +Путь: %2 + + + + Not removed + Не удалено + + + + version + версия + + + + about + сведения о программе + + + + delete + удалить + + + + add + добавить + + + + File typ + Тип файла + + + + Directory name + Имя каталога + + + + close + закрыть + + + + Choose directory... + Выберите каталог... + + + + %1 is already monitored through %2! + %1 уже отслеживается через %2! + + + + %1 is already monitored! + %1 уже мониторится! + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/si.po b/po/si.po new file mode 100644 index 0000000..c578eb8 --- /dev/null +++ b/po/si.po @@ -0,0 +1,242 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "දර්ශනය" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "ගණනය:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "අභිරුචියන්" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "ආරම්භ කිරීමේ විකල්ප" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Cortina ස්වංක්‍රීය ආරම්භය" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "ආරම්භයේ පසුතල මාරුවීම" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "පසුතල සෙවුම් ගොනු" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "පින්තූර විකල්ප" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "සූමකරණය" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "පසුතල" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "මැදට යොමු කරනවා" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "පරිමාණ ගත කිරීම" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "විහිදෙවනවා" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "පාරායත ගත කිරීම" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "ආවර්තනික" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "මාර්ගය" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "ගැන" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "වසන්න" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "GUI විවෘත්ත කරන්න" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "වර්තමාන පසුතල" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "නික්මීම" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"ගොනු නාමය: %1\n" +"මාර්ගය: %2\n" +"විභේදනය : %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "එකම දෙය දෙවරක් යෙදීමක් ඇත" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "ඔබට මෙම පින්තූරය මකා දැමීමට ඇත්තටම අවශ්‍යද?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "සාර්ථකව ඉවත්කරන ලදි" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"ගොනු නාමය: %1\n" +"මාර්ගය: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "අනුවාදුය" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "ගැන" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "මකා දමන්න" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "එකතු කරන්න" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "ගොනුවේ වර්ගය" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "බහාළුම් නාමය" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "වසන්න" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "බහාළුම් තෝරන්න..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 මෙය දැනටමත් මගින් %2 විශ්ලේෂණය කර ඇත !" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/si.qm b/po/si.qm new file mode 100644 index 0000000000000000000000000000000000000000..e7d2cc0e864a64e5abf12b92f91a7c76e46807d5 GIT binary patch literal 3070 zcmd5;U2GIp6h5`v{p;QqY9ZBBoFbJ3O|@I(p&_EQN*WSvKqQ)wFx?%xBh#JD{1nQA zF&I#yBpNKnrcpE~Bv6|s#BO%eu(XB9Cc30HM2S48_+U)bXnY{P_}$sv+x2dF@C_O= zd*|Nso$s9UopWb%I^L51eSGw*w$_V#Kc2a{m8hnLXz(RMy-*#evsP+;6`A0v6-An#l-)$n_1A&v<;lC~#_~7sb zqF`Sze+%p2m!T(r`58Dn|?7vwbwyt9T&-%#i2f$43%y!twxKQ?aY zng!l|9h=9oLp!LQI!R$^_8rUMImxcEDRu_y36}TXkFy25!Ec<5;!O_gODxZ3*bO$z z&Usd2EQ_5t*aS|s1$h8|{C}vuQ_*cjH7reyk0?WCQg=*Ciz`mTGTp(1(jILK@Uy%1 z_@L(0a6VD$A(Jd}NT(#JK%IlH96QX$SYBZ)%f9hE9>uRTcBWZI_*?n3>zKBqT8`3V zT8^GnW%PCI3pURR>@r*A)?lk3&YQqOglvjB_@BVLw(JxMoLX-mWxB9WbeV@8Ia`)NqeL{J%ILg z;Bd{PQJVsuTsvvhC+(ew8oXekCF~tR@K6mZm|>H&Mfi>On#zdjDv*d_j38{p?wCqk zGc-qoP@o@uNFCIaeU>?dO4$3i$P^n8$O4x~(Yb*3J#$cZMP zMJ9sJ>IOWIq-4{_%cd|Z<(#^`w&6d50;=>jDwwR|kh~V%N_%IxUv(1r5tZ@# z|1Ung@@AYyBTn*Sf=iK47ac^iZWR94FY7vA*5We74NDXe7$+ts1AZ5k#RUu6 z0`|V02XrTvSQ-?HnN+;tC!??Z5852sI9DEjWyJ~9*4^c~qu82i0lz%_^yrd(Ps88k~qN@5p}h~YSnmE=GGuP*N|>LpfYIebcJn>6$G_l z3_}$HsRH0FG$%>9E@oit%W0HO77ux`EPK2OT*_lHEjjQP$D8aS>V?mz<)pZcd9ktp z;&*WdZznzN7T1`tBEY7&J7DNB6+<(Q$r*F1LyeS_lt{!L$vj}E)MT>S zz8QQMaJMgbxyvEpmE{lFj-{bns_j-_t`u*B0xTCR5)&BK5T}`x0}U^=lL#tw$LqQQ n>bmYpArX%1CFKZeh;Zh9ZRad-Z!xjSi + + + + Widget + + + Display + Display + දර්ශනය + + + + Count: + ගණනය: + + + + Preferences + Preferences + අභිරුචියන් + + + + Startup options + ආරම්භ කිරීමේ විකල්ප + + + + Autostart Cortina + Cortina ස්වංක්‍රීය ආරම්භය + + + + Switch wallpaper on start + ආරම්භයේ පසුතල මාරුවීම + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + පසුතල සෙවුම් ගොනු + + + + Picture option: + පින්තූර විකල්ප + + + + zoom + zoom + සූමකරණය + + + + wallpaper + පසුතල + + + + centered + centered + මැදට යොමු කරනවා + + + + scaled + scaled + පරිමාණ ගත කිරීම + + + + stretched + stretched + විහිදෙවනවා + + + + spanned + spanned + පාරායත ගත කිරීම + + + + recursiv + ආවර්තනික + + + + path + මාර්ගය + + + + about + about + ගැන + + + + close + close + වසන්න + + + + Open GUI + GUI විවෘත්ත කරන්න + + + + remove from disk + + + + + Current wallpaper + වර්තමාන පසුතල + + + + Exit + නික්මීම + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + ගොනු නාමය: %1 +මාර්ගය: %2 +විභේදනය : %3x%4 + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + එකම දෙය දෙවරක් යෙදීමක් ඇත + + + + + Do you really want to delete this image from disk? + ඔබට මෙම පින්තූරය මකා දැමීමට ඇත්තටම අවශ්‍යද? + + + + + Successful removed + සාර්ථකව ඉවත්කරන ලදි + + + + + + Filename: %1 +Path: %2 + ගොනු නාමය: %1 +මාර්ගය: %2 + + + + Not removed + + + + + version + අනුවාදුය + + + + about + ගැන + + + + delete + මකා දමන්න + + + + add + එකතු කරන්න + + + + File typ + ගොනුවේ වර්ගය + + + + Directory name + බහාළුම් නාමය + + + + close + වසන්න + + + + Choose directory... + බහාළුම් තෝරන්න... + + + + %1 is already monitored through %2! + %1 මෙය දැනටමත් මගින් %2 විශ්ලේෂණය කර ඇත ! + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/sv.po b/po/sv.po new file mode 100644 index 0000000..1e131ce --- /dev/null +++ b/po/sv.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"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" +"X-Language: sv\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/sv.qm b/po/sv.qm new file mode 100644 index 0000000000000000000000000000000000000000..d925dd6023249a2d001c2c96bec2fb85bd813e0f GIT binary patch literal 334 qcmcE7ks@*G{hX<16=n7(EZlonpMinVh+#UzC?F{WI)JK~7#RUrb_zrQ literal 0 HcmV?d00001 diff --git a/po/sv.ts b/po/sv.ts new file mode 100644 index 0000000..2008398 --- /dev/null +++ b/po/sv.ts @@ -0,0 +1,245 @@ + + + + + Widget + + + Display + Display + + + + + Count: + + + + + Preferences + Preferences + + + + + Startup options + + + + + Autostart Cortina + + + + + Switch wallpaper on start + + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + + + + + zoom + zoom + + + + + wallpaper + + + + + centered + centered + + + + + scaled + scaled + + + + + stretched + stretched + + + + + spanned + spanned + + + + + recursiv + + + + + path + + + + + about + about + + + + + close + close + + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + + + + + about + + + + + delete + + + + + add + + + + + File typ + + + + + Directory name + + + + + close + + + + + Choose directory... + + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/th.po b/po/th.po new file mode 100644 index 0000000..3096975 --- /dev/null +++ b/po/th.po @@ -0,0 +1,240 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Language: th\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/th.qm b/po/th.qm new file mode 100644 index 0000000000000000000000000000000000000000..3738845f19eeed3d4548d8a6ae40b53f6271974f GIT binary patch literal 327 kcmcE7ks@*G{hX<16=n7(EZlonpMinVh+#UzC?F{W01&MSxBvhE literal 0 HcmV?d00001 diff --git a/po/th.ts b/po/th.ts new file mode 100644 index 0000000..2334449 --- /dev/null +++ b/po/th.ts @@ -0,0 +1,245 @@ + + + + + Widget + + + Display + Display + + + + + Count: + + + + + Preferences + Preferences + + + + + Startup options + + + + + Autostart Cortina + + + + + Switch wallpaper on start + + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + + + + + Picture option: + + + + + zoom + zoom + + + + + wallpaper + + + + + centered + centered + + + + + scaled + scaled + + + + + stretched + stretched + + + + + spanned + spanned + + + + + recursiv + + + + + path + + + + + about + about + + + + + close + close + + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + + + + + Exit + + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + + + + + + Do you really want to delete this image from disk? + + + + + + Successful removed + + + + + + + Filename: %1 +Path: %2 + + + + + Not removed + + + + + version + + + + + about + + + + + delete + + + + + add + + + + + File typ + + + + + Directory name + + + + + close + + + + + Choose directory... + + + + + %1 is already monitored through %2! + + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/tr.po b/po/tr.po new file mode 100644 index 0000000..7e5f1e4 --- /dev/null +++ b/po/tr.po @@ -0,0 +1,245 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Language: tr\n" +"X-Source-Language: en\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Görüntü" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Sayaç:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Tercihler" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Başlangıç seçenekleri" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Cortina'yı otomatik başlat" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Duvar kağıdını başlangıçta değiştir" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Duvar kağıdı arama dizinleri" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Resim seçeneği:" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "yaklaş" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "duvar kağıdı" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "ortalanmış" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "ölçeklenmiş" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "uzatılmış" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "yayılmış" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "özyinelemeli" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "yol" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "hakkında" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "kapat" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Grafik Arayüzünü Aç" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Şu anki duvar kağıdı" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "Çıkış" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"Dosya adı: %1\n" +"Yer: %2\n" +"Çözünürlük: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "kopya bulundu" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "Bu görüntüyü diskten silmek istediğinize emin misiniz?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Başarıyla silindi" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"Dosyaadı: %1\n" +"Yolu: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "sürüm" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "hakkında" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "sil" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "ekle" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "Dosya Şekli" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Dizin ismi" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "kapat" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Dizin seçiniz..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 %2 tarafından zaten gözlemleniyor!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/tr.qm b/po/tr.qm new file mode 100644 index 0000000000000000000000000000000000000000..bfb04a0b31914c188afcb78afaf0077b490c2022 GIT binary patch literal 3082 zcmd5;TWB0r82;C6W-nQ?ZEQo7VotO%8p_IUVvr!lCNZHFYG^7&q1MUF$?kOLvdksT z?n4m;(dUv%MCyeqK9oKQN<|E%wzQ!3!Ph>BmFSb;4T^d2J7;$%o7wGq6J~bi%=y3n z`)}XOvtQ{0H~;ux?fap9-@g9wH@ByWVgp3Q3q;B<6#p?!^uTROls+d)CMel|f+%Iv z$Q!qax)ds&yNZ2h=+wj-QR4ZoiT_}qDs;Vnc?b8& zTdC)M{}ni2rZ(38!TwX}>1zU?(xqcp@%(&G+P#72fA?hW4ub#wo)de20{(i>#Sh=c z^8=Yzf7lPZROXZH1@OC+x%TvB_;WKiKFWc=lDU1Q3-_0Me?IdTe*eslj$HwsX5isE zp3sXlOnG8B7jX7TB^SqXEKfG+xU#WY!>>Js^q|GC@F|5I363$ zGs9!5>2g)CGRv_I-*LIl{F3Vg#S$AX3?;gMsgOzUumH#&LbaR-^cgW`SIj=!`t@-;~#4Ehqj%tOsXG zj^lBr8!p$tyPC`8qG%afg#RjzO_~fXl^G|n{mJO&Ct|Nr0OBHY(OixcX3@t zID-gPkL5$4-7|sfa@%L8Rnx4f74Akc_v{GAKtL85p?&XclRL9ji${%nX&zN{X$ypW z+6v7QvxZkO)oOIVNz*a_QTxye(QnC6g!6LPA07fUL59m(iD#m7bTVRtVZJ%+ME{6N zGx;m5L?_i~Dr8fbby(F27@Ej5t4Ia%;X6#{Cigj72_0rwYLT;L*RfD7uRIkco~G-_ zY&n*XoeW{)FRU7VbYnl#>42-KC_}jfd$T2>$vMM>&uS%VIND;UiW<@+LJ}jDrdI%I zB60PVLdamR026hYWW)LNg6fxWQHUZRX+ajf6UF8zMFSbWuFJ6$1>M5BiF3K}bc|NP zXFT*i($RbRDEAyQ@D0ZXnX%R3@hG3i(KJ#TP$n^k2j!h;f*KCtSFCM@ev&U$xXtEY zJ`@FdgpMM=qT&`z>XRt6h06}vo~G=Aq4|N!nNyLpqBwnY3^*=nKq?_*T!+qk7F@o} zF+v*mqIRR`=B9$!R7A-(ck+<67s%TKm0c9t5>y&o+Atq&U}B_!R|OmNk&F>tgxJvk zA-BH8Km#prIWW=Nmb1e3D8)I{zN12r4fs|GYz82NTj+{RBIHrX=yp0DT0Cv|T4`HO zm}4_3mr>8p+|#q@K~aAp#llllOl9I*!rOPesaee9std18AvM}-u?v+`k#CHs%#s>r zsasugg0?yBxWB$tym&erB^%?+L+~zDZ_D`}Osk8$sj_%BSvyoCsX>m>P;F*uuve*q zWBYB?t(ka%L{l5tS>GgCcigVj+b86#)P*mK`Y`-E@Gq4M@5TW11DVSpH0{%aCDYJU z$fgeM)cp1^6aYZ2LX&s}vJ~|-AVsDsJDSUh6FR>`C-KS*T+djEn)bug#GuuMRg632 zzeSZ5PgBiyTDxRi;!6PUlpO_0coo&Q+b#MKz5HJ3V3YEEmtzjvtK!W1M{ zI3jWEXea|{{*J>LTBh##+Rn&$#JdFw6z-4L9LH*P^AtYOCh0wN^!@o4yFY0)z9;E_ D_Yf{8 literal 0 HcmV?d00001 diff --git a/po/tr.ts b/po/tr.ts new file mode 100644 index 0000000..226957d --- /dev/null +++ b/po/tr.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + Görüntü + + + + Count: + Sayaç: + + + + Preferences + Preferences + Tercihler + + + + Startup options + Başlangıç seçenekleri + + + + Autostart Cortina + Cortina'yı otomatik başlat + + + + Switch wallpaper on start + Duvar kağıdını başlangıçta değiştir + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + Duvar kağıdı arama dizinleri + + + + Picture option: + Resim seçeneği: + + + + zoom + zoom + yaklaş + + + + wallpaper + duvar kağıdı + + + + centered + centered + ortalanmış + + + + scaled + scaled + ölçeklenmiş + + + + stretched + stretched + uzatılmış + + + + spanned + spanned + yayılmış + + + + recursiv + özyinelemeli + + + + path + yol + + + + about + about + hakkında + + + + close + close + kapat + + + + Open GUI + Grafik Arayüzünü Aç + + + + remove from disk + + + + + Current wallpaper + Şu anki duvar kağıdı + + + + Exit + Çıkış + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + Dosya adı: %1 +Yer: %2 +Çözünürlük: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + kopya bulundu + + + + + Do you really want to delete this image from disk? + Bu görüntüyü diskten silmek istediğinize emin misiniz? + + + + + Successful removed + Başarıyla silindi + + + + + + Filename: %1 +Path: %2 + Dosyaadı: %1 +Yolu: %2 + + + + Not removed + + + + + version + sürüm + + + + about + hakkında + + + + delete + sil + + + + add + ekle + + + + File typ + Dosya Şekli + + + + Directory name + Dizin ismi + + + + close + kapat + + + + Choose directory... + Dizin seçiniz... + + + + %1 is already monitored through %2! + %1 %2 tarafından zaten gözlemleniyor! + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/translation.pot b/po/translation.pot new file mode 100644 index 0000000..f222285 --- /dev/null +++ b/po/translation.pot @@ -0,0 +1,232 @@ +msgid "" +msgstr "" +"Project-Id-Version: 0.8.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-01 11:40+0100\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-03-01 10:52+0000\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "" + +#: ../widget.ui:159 +msgctxt "Widget|" +msgid "Count:" +msgstr "" + +#: ../widget.ui:211 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "" + +#: ../widget.ui:231 +msgctxt "Widget|" +msgid "Startup options" +msgstr "" + +#: ../widget.ui:250 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "" + +#: ../widget.ui:263 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "" + +#: ../widget.ui:284 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:308 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "" + +#: ../widget.ui:327 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:362 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "" + +#: ../widget.ui:367 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "" + +#: ../widget.ui:372 +msgctxt "Widget|centered" +msgid "centered" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "" + +#: ../widget.ui:382 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "" + +#: ../widget.ui:387 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:481 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:494 +msgctxt "Widget|" +msgid "path" +msgstr "" + +#: ../widget.ui:549 +msgctxt "Widget|about" +msgid "about" +msgstr "" + +#: ../widget.ui:598 +msgctxt "Widget|close" +msgid "close" +msgstr "" + +#: ../widget.cpp:64 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:65 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:68 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Exit" +msgstr "" + +#: ../widget.cpp:123 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" + +#: ../widget.cpp:212 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:215 ../widget.cpp:727 ../widget.cpp:732 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "" + +#: ../widget.cpp:326 ../widget.cpp:675 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "" + +#: ../widget.cpp:348 ../widget.cpp:661 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "" + +#: ../widget.cpp:348 ../widget.cpp:358 ../widget.cpp:661 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" + +#: ../widget.cpp:358 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:517 +msgctxt "Widget|" +msgid "version" +msgstr "" + +#: ../widget.cpp:538 +msgctxt "Widget|" +msgid "about" +msgstr "" + +#: ../widget.cpp:681 +msgctxt "Widget|" +msgid "delete" +msgstr "" + +#: ../widget.cpp:702 +msgctxt "Widget|" +msgid "add" +msgstr "" + +#: ../widget.cpp:703 +msgctxt "Widget|" +msgid "File typ" +msgstr "" + +#: ../widget.cpp:704 +msgctxt "Widget|" +msgid "Directory name" +msgstr "" + +#: ../widget.cpp:705 +msgctxt "Widget|" +msgid "close" +msgstr "" + +#: ../widget.cpp:706 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "" + +#: ../widget.cpp:725 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "" + +#: ../widget.cpp:731 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:917 +#, qt-format +msgctxt "Widget|" +msgid "" +"%1 is avaible!\n" +"Click on the about button to see where you can get it!" +msgstr "" + +#: ../widget.cpp:918 +msgctxt "Widget|" +msgid "Update avaible!" +msgstr "" diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 0000000..585b7fd --- /dev/null +++ b/po/uk.po @@ -0,0 +1,242 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "Вигляд" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "Кількість:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "Параметри" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "Опції запуску" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "Запускати з системою" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "Змінювати шпалери при запуску" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "Теки пошуку шпалер" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "Стиль" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "Масштаб" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "Черепицею" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "У центрі" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "Масштабувати" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "Розтягувати" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "Заповнення" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "рекурсивно" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "шлях" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "про програму" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "Закрити" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "Відкрити GUI" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "Поточна шпалера" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "Вихід" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"Ім'я файлу: %1\n" +"Шлях: %2\n" +"Роздільна здатність: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "виявлено повторення" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "Ви дійсно хочете видалити зображення з диску?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "Успішно видалено" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"Ім'я файлу: %1\n" +"Шлях: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "версія" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "про програму" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "видалити" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "додати" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "Тип файлу" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "Назва каталогу" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "Закрити" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "Виберіть каталог ..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 вже прослідковується %2!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/uk.qm b/po/uk.qm new file mode 100644 index 0000000000000000000000000000000000000000..87596e597d79c17f92e9d4fafc9d23efe8a3aedc GIT binary patch literal 3034 zcmd5;U1(cn82)PCCTSYlF1E8PwL7(|9U@ut*LGQxv`K$fR@=IED+~snCa2BOlbmpV zx@H$c6hyDQ7@a7(sZ8-=mx6!D%9z6q`~xq%8K}$)LGVHZhc`aoNqW+rM8UgloPOu$ zd*0`H-|zX}FJm8PyYBq{=GIqzJ=dRk=kvQM#u~a9TffSf>s3bI5MvL0#N4?L7;}He zJp0cw);z`rpZ^x`e`M>IZem_HdvT=G=IcYy`-$(}wyPLV`ff!(1>dso_S*sAfAHPC(TL}lTYtLnBF62u zC&D)nZ%IaSGQO~3Ho$^Rpb!mH6l0RcDM1r-j80R8Vz>`cnwBX=b9lSJ1k4YyJ`We^ z!qq1taDJ_0mBQrf|(r zoQ5FeIFjWuxVRx3zAtTRnp7}^bE2XY#iFD+BlXauz>Q!Dc$7WqP}+{uI=Pd9P!RKy zGl-9PWx}9epok4}Ps(~x5lhb5XZUQ8MUd}NWE`gio~Ep1qI_lW6hgd+mCz{OSZjyx zL7p6U5ioJ?6l+Bz){4d`&5|~EXi^nQswu!Sic&)QsDYshSxJ!$3C4k+EIk=CRoJBl(rTSMFVc;xz>&fj z1ia#Lo6V(XM5R_%N9D}txy5Vpa_dF0P^d-iue81t5(?KLYt{`-!cM70`oP1F+X-yN z1zVhZLqb++!I_qy2Cdmqczx6|RrR+=^S>U?t$T}Mv(R}}&F`i-f}dP5_8MIOVE$`( LFlAMKGqQgGnvvC_ literal 0 HcmV?d00001 diff --git a/po/uk.ts b/po/uk.ts new file mode 100644 index 0000000..e12d61c --- /dev/null +++ b/po/uk.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + Вигляд + + + + Count: + Кількість: + + + + Preferences + Preferences + Параметри + + + + Startup options + Опції запуску + + + + Autostart Cortina + Запускати з системою + + + + Switch wallpaper on start + Змінювати шпалери при запуску + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + Теки пошуку шпалер + + + + Picture option: + Стиль + + + + zoom + zoom + Масштаб + + + + wallpaper + Черепицею + + + + centered + centered + У центрі + + + + scaled + scaled + Масштабувати + + + + stretched + stretched + Розтягувати + + + + spanned + spanned + Заповнення + + + + recursiv + рекурсивно + + + + path + шлях + + + + about + about + про програму + + + + close + close + Закрити + + + + Open GUI + Відкрити GUI + + + + remove from disk + + + + + Current wallpaper + Поточна шпалера + + + + Exit + Вихід + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + Ім'я файлу: %1 +Шлях: %2 +Роздільна здатність: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + виявлено повторення + + + + + Do you really want to delete this image from disk? + Ви дійсно хочете видалити зображення з диску? + + + + + Successful removed + Успішно видалено + + + + + + Filename: %1 +Path: %2 + Ім'я файлу: %1 +Шлях: %2 + + + + Not removed + + + + + version + версія + + + + about + про програму + + + + delete + видалити + + + + add + додати + + + + File typ + Тип файлу + + + + Directory name + Назва каталогу + + + + close + Закрити + + + + Choose directory... + Виберіть каталог ... + + + + %1 is already monitored through %2! + %1 вже прослідковується %2! + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/po/zh_CN.po b/po/zh_CN.po new file mode 100644 index 0000000..f0fb4da --- /dev/null +++ b/po/zh_CN.po @@ -0,0 +1,242 @@ +msgid "" +msgstr "" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Qt-Contexts: true\n" + +#: ../widget.ui:89 +msgctxt "Widget|Display" +msgid "Display" +msgstr "显示屏" + +#: ../widget.ui:171 +msgctxt "Widget|" +msgid "Count:" +msgstr "数量:" + +#: ../widget.ui:226 +msgctxt "Widget|Preferences" +msgid "Preferences" +msgstr "偏好设置" + +#: ../widget.ui:246 +msgctxt "Widget|" +msgid "Startup options" +msgstr "启动设置" + +#: ../widget.ui:265 +msgctxt "Widget|" +msgid "Autostart Cortina" +msgstr "自动启动 Cortina" + +#: ../widget.ui:278 +msgctxt "Widget|" +msgid "Switch wallpaper on start" +msgstr "启动时切换壁纸" + +#: ../widget.ui:299 +msgctxt "Widget|" +msgid "Timing selection (hours:minutes:seconds)" +msgstr "" + +#: ../widget.ui:323 +msgctxt "Widget|" +msgid "Wallpaper search directories" +msgstr "桌面背景查找目录" + +#: ../widget.ui:342 +msgctxt "Widget|" +msgid "Picture option:" +msgstr "" + +#: ../widget.ui:377 +msgctxt "Widget|zoom" +msgid "zoom" +msgstr "缩放" + +#: ../widget.ui:382 +msgctxt "Widget|" +msgid "wallpaper" +msgstr "桌面背景" + +#: ../widget.ui:387 +msgctxt "Widget|centered" +msgid "centered" +msgstr "居中" + +#: ../widget.ui:392 +msgctxt "Widget|scaled" +msgid "scaled" +msgstr "缩放" + +#: ../widget.ui:397 +msgctxt "Widget|stretched" +msgid "stretched" +msgstr "拉伸" + +#: ../widget.ui:402 +msgctxt "Widget|spanned" +msgid "spanned" +msgstr "" + +#: ../widget.ui:496 +msgctxt "Widget|" +msgid "recursiv" +msgstr "" + +#: ../widget.ui:509 +msgctxt "Widget|" +msgid "path" +msgstr "路径" + +#: ../widget.ui:564 +msgctxt "Widget|about" +msgid "about" +msgstr "关于" + +#: ../widget.ui:613 +msgctxt "Widget|close" +msgid "close" +msgstr "退出" + +#: ../widget.cpp:76 +msgctxt "Widget|" +msgid "Open GUI" +msgstr "" + +#: ../widget.cpp:77 +msgctxt "Widget|" +msgid "remove from disk" +msgstr "" + +#: ../widget.cpp:80 +msgctxt "Widget|" +msgid "Current wallpaper" +msgstr "目前的桌面背景" + +#: ../widget.cpp:88 +msgctxt "Widget|" +msgid "Exit" +msgstr "退出" + +#: ../widget.cpp:136 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2\n" +"Resolution: %3x%4" +msgstr "" +"文件名: %1\n" +"文件路径: %2\n" +"大小: %3x%4" + +#: ../widget.cpp:224 +#, qt-format +msgctxt "Widget|" +msgid "%1 would be double monitored, please remove that entry before!" +msgstr "" + +#: ../widget.cpp:227 ../widget.cpp:685 ../widget.cpp:690 +msgctxt "Widget|" +msgid "dublicate detected" +msgstr "发现重复项" + +#: ../widget.cpp:338 ../widget.cpp:633 +msgctxt "Widget|" +msgid "Do you really want to delete this image from disk?" +msgstr "您确定要从硬盘中删除这个图片吗?" + +#: ../widget.cpp:360 ../widget.cpp:619 +msgctxt "Widget|" +msgid "Successful removed" +msgstr "删除成功" + +#: ../widget.cpp:360 ../widget.cpp:370 ../widget.cpp:619 +#, qt-format +msgctxt "Widget|" +msgid "" +"Filename: %1\n" +"Path: %2" +msgstr "" +"文件名: %1\n" +"文件路径: %2" + +#: ../widget.cpp:370 +msgctxt "Widget|" +msgid "Not removed" +msgstr "" + +#: ../widget.cpp:509 +msgctxt "Widget|" +msgid "version" +msgstr "版本" + +#: ../widget.cpp:530 +msgctxt "Widget|" +msgid "about" +msgstr "关于" + +#: ../widget.cpp:639 +msgctxt "Widget|" +msgid "delete" +msgstr "刪除" + +#: ../widget.cpp:660 +msgctxt "Widget|" +msgid "add" +msgstr "添加" + +#: ../widget.cpp:661 +msgctxt "Widget|" +msgid "File typ" +msgstr "文件类型" + +#: ../widget.cpp:662 +msgctxt "Widget|" +msgid "Directory name" +msgstr "目录名称" + +#: ../widget.cpp:663 +msgctxt "Widget|" +msgid "close" +msgstr "关闭" + +#: ../widget.cpp:664 +msgctxt "Widget|" +msgid "Choose directory..." +msgstr "选择目录..." + +#: ../widget.cpp:683 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored through %2!" +msgstr "%1 已经通过 %2 来监视了!" + +#: ../widget.cpp:689 +#, qt-format +msgctxt "Widget|" +msgid "%1 is already monitored!" +msgstr "" + +#: ../widget.cpp:890 +msgctxt "Widget|" +msgid "Update available!" +msgstr "" + +#: ../widget.cpp:890 +#, qt-format +msgctxt "Widget|" +msgid "%1 is available!" +msgstr "" + +#: ../widget.cpp:900 +msgctxt "Widget|" +msgid "Download from Launchpad" +msgstr "" + +#: ../widget.cpp:907 +msgctxt "Widget|" +msgid "Add my PPA" +msgstr "" diff --git a/po/zh_CN.qm b/po/zh_CN.qm new file mode 100644 index 0000000000000000000000000000000000000000..da3cac046c6110a0b9ef523e236c9414097c30d4 GIT binary patch literal 2220 zcmd6oZERCj7{{O4+uN6QEnrX}B%Vc^=>jF|79@??A|1{I?Y4G0=QiQ?-qZH#ZBKJw zN{c!`7tKPH5wh_TqlifM!5BaIfy9VP6f@$OB!18jn3#YGCIV_CDv9yA+j^AS62H=> zIX&n6pWpM``~1(n51mw2oxS?T)Lir0Pqx4P@rBI*@CQKlIDjw?!n^=*hZ{V(831<) zymyTPh?}5g_t&_7KV+vrN8N+)?8Ye^=Uf|aV7wS`9Z6h7eV4HHqXPi0Yr@2D5^|pr zPJFQw$M4+{s~gwf7en%!I6o%#97rQCCBC=rU5s1fncj+dT@}yamp;V#Vei?CICr1& zbzZ&%(9q@kbn17^_ltk?8Ji1@etj0#i;aOl@4@j<2vp??nK~N=s1qU zf!U)GA1Ka4v-APj9lMt>cfpIo!=%Y}IqNS2n) zPn=1-0?l4Kt%$#S!)-)0h@|OMQYs|R3aZI;st_}$Gb@`T;b^nR)()ylmYNMVebt_y zk~0Gvk~7GS0|OmQP@w=4r!IfkGMQmYx=G?pH`RjVWCSOD>C2@n+n#`k{pFE&#&e7r zlqjlBWvrwUiA0>SA}#KphZv6$tY^`3#dp^Fou-HcS2MX)WJR>4xSUXu}pYSg6I9PF8zm$H;( zbe6}vWjxpAOeRc1|6d#^Y$>azQ{ttsCa%Bm{NP?L^FE?#$gdQgQesO7njp4hF26m0 z?drDirIjd0th5pKU5b%#o4-#obNDCf?t$MQ5+Uphijl}Cb)Gei%Rbv^hS=_dtA-53bZzPX$m`hS> zu3H${l333bUK!6MHlkM6Z%qBnWo}u+=Y#VGaIY_JFH}`um~5R^I80nTPfnUYb>8@3 z|J+d1p$eC-P^`43$`YPF1&^R?)+y9J4m?08qVt_(Vb=q+lS@QHmb5yY^la}YF7g?s zPSFN+bo!&&bzJ8uQQbgKI#YV9-r!2#EgyV0mnZCGEdO8J27JlH;2^gA_WU&5o@Fh) GJK-O?%D@Kz literal 0 HcmV?d00001 diff --git a/po/zh_CN.ts b/po/zh_CN.ts new file mode 100644 index 0000000..c5aef80 --- /dev/null +++ b/po/zh_CN.ts @@ -0,0 +1,248 @@ + + + + + Widget + + + Display + Display + 显示屏 + + + + Count: + 数量: + + + + Preferences + Preferences + 偏好设置 + + + + Startup options + 启动设置 + + + + Autostart Cortina + 自动启动 Cortina + + + + Switch wallpaper on start + 启动时切换壁纸 + + + + Timing selection (hours:minutes:seconds) + + + + + Wallpaper search directories + 桌面背景查找目录 + + + + Picture option: + + + + + zoom + zoom + 缩放 + + + + wallpaper + 桌面背景 + + + + centered + centered + 居中 + + + + scaled + scaled + 缩放 + + + + stretched + stretched + 拉伸 + + + + spanned + spanned + + + + + recursiv + + + + + path + 路径 + + + + about + about + 关于 + + + + close + close + 退出 + + + + Open GUI + + + + + remove from disk + + + + + Current wallpaper + 目前的桌面背景 + + + + Exit + 退出 + + + + Filename: %1 +Path: %2 +Resolution: %3x%4 + 文件名: %1 +文件路径: %2 +大小: %3x%4 + + + + %1 would be double monitored, please remove that entry before! + + + + + + + dublicate detected + 发现重复项 + + + + + Do you really want to delete this image from disk? + 您确定要从硬盘中删除这个图片吗? + + + + + Successful removed + 删除成功 + + + + + + Filename: %1 +Path: %2 + 文件名: %1 +文件路径: %2 + + + + Not removed + + + + + version + 版本 + + + + about + 关于 + + + + delete + 刪除 + + + + add + 添加 + + + + File typ + 文件类型 + + + + Directory name + 目录名称 + + + + close + 关闭 + + + + Choose directory... + 选择目录... + + + + %1 is already monitored through %2! + %1 已经通过 %2 来监视了! + + + + %1 is already monitored! + + + + + Update available! + + + + + %1 is available! + + + + + Download from Launchpad + + + + + Add my PPA + + + + diff --git a/threadb.cpp b/threadb.cpp index dff5595..8afd239 100644 --- a/threadb.cpp +++ b/threadb.cpp @@ -87,3 +87,4 @@ void threadb::run() exec(); } + diff --git a/widget.cpp b/widget.cpp index ffec470..a5cb5d0 100644 --- a/widget.cpp +++ b/widget.cpp @@ -52,7 +52,6 @@ Widget::Widget(QWidget *parent) : { MessageHandler = qInstallMsgHandler(MessageOutput); ui->setupUi(this); - this->statisticer(); this->current = 0; this->firstload = 0; this->firstTime = false; @@ -951,7 +950,7 @@ QStringList Widget::DateiListeNeu(){ DirData.append(process.readAll()); // Output the data - qDebug(DirData.data()); + qDebug( "%s", DirData.data()); qDebug("Done!"); if(DirData.length() != 0){ QList dataList = DirData.split('\n'); @@ -983,7 +982,7 @@ QStringList Widget::DateiListeNeu(){ data.append(process.readAll()); // Output the data - qDebug(data.data()); + qDebug( "%s", data.data() ); qDebug("Done!"); if(data.length() != 0){ QList dataList = data.split('\n'); @@ -1031,7 +1030,7 @@ void Widget::DateiListe(){ DirData.append(process.readAll()); // Output the data - qDebug(DirData.data()); + qDebug( "%s", DirData.data() ); qDebug("Done! DateiListe"); if(DirData.length() != 0){ QList dataList = DirData.split('\n'); @@ -1063,7 +1062,7 @@ void Widget::DateiListe(){ data.append(process.readAll()); // Output the data - qDebug(data.data()); + qDebug( "%s", data.data() ); qDebug("Done! DateiListe"); if(data.length() != 0){ QList dataList = data.split('\n'); @@ -1298,3 +1297,4 @@ void Widget::on_timeEdit_timeChanged(QTime date) } } } + diff --git a/widget.ui b/widget.ui new file mode 100644 index 0000000..f3d9d64 --- /dev/null +++ b/widget.ui @@ -0,0 +1,648 @@ + + + Eric Baudach + Widget + + + Qt::NonModal + + + + 0 + 0 + 500 + 500 + + + + + 0 + 0 + + + + + 500 + 500 + + + + + 500 + 500 + + + + + 500 + 500 + + + + Cortina + + + + :/icons/cortina.svg:/icons/cortina.svg + + + + + + + + 10 + 10 + 481 + 451 + + + + + 0 + 0 + + + + + 481 + 451 + + + + + + + QTabWidget::North + + + 0 + + + + + 477 + 418 + + + + Display + + + + + 2 + 2 + 471 + 391 + + + + + 471 + 391 + + + + QFrame::Sunken + + + QAbstractItemView::DoubleClicked + + + true + + + + 80 + 80 + + + + QListView::Static + + + false + + + QListView::Adjust + + + QListView::ListMode + + + false + + + false + + + false + + + false + + + + + + 10 + 400 + 90 + 17 + + + + + 0 + 1 + + + + + 10 + 10 + + + + QFrame::Plain + + + Count: + + + Qt::AutoText + + + true + + + Qt::NoTextInteraction + + + + + + 130 + 400 + 41 + 20 + + + + + 0 + 0 + + + + + 30 + 0 + + + + Qt::LeftToRight + + + 0 + + + false + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + 0 + + + Qt::NoTextInteraction + + + + + + Preferences + + + + + 30 + 20 + 341 + 17 + + + + + 11 + 75 + true + PreferDefault + + + + Startup options + + + false + + + false + + + + + + 30 + 50 + 381 + 22 + + + + Autostart Cortina + + + + + + 30 + 70 + 411 + 22 + + + + Switch wallpaper on start + + + + + + 30 + 110 + 431 + 17 + + + + + 11 + 75 + true + PreferDefault + + + + Timing selection (hours:minutes:seconds) + + + Qt::NoTextInteraction + + + + + + 30 + 176 + 341 + 17 + + + + + 11 + 75 + true + PreferDefault + + + + Wallpaper search directories + + + false + + + Qt::NoTextInteraction + + + + + + 170 + 387 + 111 + 17 + + + + Picture option: + + + true + + + + + + 320 + 382 + 80 + 30 + + + + + 0 + 0 + + + + + 80 + 30 + + + + + 150 + 30 + + + + + zoom + + + + + wallpaper + + + + + centered + + + + + scaled + + + + + stretched + + + + + spanned + + + + + + + 30 + 225 + 371 + 151 + + + + false + + + QAbstractItemView::DoubleClicked + + + + 80 + 80 + + + + 0 + + + -1 + + + + + + 403 + 228 + 31 + 31 + + + + + + + + :/icons/list-add.png:/icons/list-add.png + + + + 32 + 32 + + + + true + + + + + + 403 + 265 + 31 + 31 + + + + + + + + :/icons/list-remove.png:/icons/list-remove.png + + + + 32 + 32 + + + + true + + + + + + 30 + 200 + 62 + 17 + + + + recursiv + + + + + + 102 + 200 + 62 + 17 + + + + path + + + + + + 30 + 130 + 111 + 27 + + + + QDateTimeEdit::HourSection + + + HH:mm:ss + + + + + + + + 11 + 468 + 90 + 27 + + + + + 0 + 0 + + + + + 90 + 27 + + + + + 200 + 27 + + + + + 1 + 0 + + + + about + + + + + + 400 + 470 + 90 + 27 + + + + + 0 + 0 + + + + + 90 + 27 + + + + + 95 + 27 + + + + + 0 + 0 + + + + + 0 + 0 + + + + Qt::LeftToRight + + + false + + + close + + + + :/Icons/window-close.png:/Icons/window-close.png + + + false + + + false + + + + + + + + + btn_about + clicked() + Widget + about() + + + 50 + 485 + + + 249 + 249 + + + + +