From 34b2fa33bf9d09c06e15cf297b79afab98e1f202 Mon Sep 17 00:00:00 2001 From: Philippe Jean Guillaumie Date: Tue, 9 Mar 2021 19:02:50 +0100 Subject: [PATCH 1/4] Translated using Weblate (French) Currently translated at 100.0% (233 of 233 strings) Co-authored-by: Philippe Jean Guillaumie Translate-URL: https://hosted.weblate.org/projects/terminology/terminology/fr/ Translation: Terminology/Terminology --- po/fr.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/po/fr.po b/po/fr.po index ef75a41b..c9f4daa3 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,15 +1,15 @@ # French translation for Terminology. # Copyright (C) 2014 Terminology development team # This file is distributed under the same license as the terminology package. -# , 2014. -# similar , 2019, 2020. -# +# , 2014. +# similar , 2019, 2020. +# Philippe Jean Guillaumie , 2021. msgid "" msgstr "" "Project-Id-Version: terminology 0.6.99\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-06 10:57+0100\n" -"PO-Revision-Date: 2021-01-12 14:32+0000\n" +"PO-Revision-Date: 2021-03-07 15:50+0000\n" "Last-Translator: Philippe Jean Guillaumie \n" "Language-Team: French \n" @@ -18,7 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.4.1-dev\n" +"X-Generator: Weblate 4.5.1\n" "X-Launchpad-Export-Date: 2015-02-14 12:32+0000\n" #: src/bin/about.c:129 src/bin/about.c:204 src/bin/termio.c:1282 @@ -391,7 +391,7 @@ msgstr "Lancer en mode plein écran" #: src/bin/main.c:497 msgid "Start iconified" -msgstr "" +msgstr "Lancer minimisé" #: src/bin/main.c:499 msgid "Become a borderless managed window" @@ -403,7 +403,7 @@ msgstr "Transformer la fenêtre avec l'attribut override-redirect" #: src/bin/main.c:503 msgid "Become maximized from the start" -msgstr "Transformer en fenêtre maximisée au lancement" +msgstr "Lancer maximisé" #: src/bin/main.c:505 msgid "Terminology is run without a window manager" From 22bcb08e852ed8449de087ad9ad9144c59f7707f Mon Sep 17 00:00:00 2001 From: Milo Ivir Date: Tue, 9 Mar 2021 19:02:50 +0100 Subject: [PATCH 2/4] Translated using Weblate (Croatian) Currently translated at 100.0% (233 of 233 strings) Co-authored-by: Milo Ivir Translate-URL: https://hosted.weblate.org/projects/terminology/terminology/hr/ Translation: Terminology/Terminology --- po/hr.po | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/po/hr.po b/po/hr.po index b34a128f..38d15fd4 100644 --- a/po/hr.po +++ b/po/hr.po @@ -2,14 +2,13 @@ # This file is put in the public domain. # # Translators: -# Milo Ivir , 2020. -# +# Milo Ivir , 2020, 2021. msgid "" msgstr "" "Project-Id-Version: terminology\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-06 10:57+0100\n" -"PO-Revision-Date: 2021-01-12 14:32+0000\n" +"PO-Revision-Date: 2021-03-09 18:02+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: Croatian \n" @@ -19,7 +18,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.4.1-dev\n" +"X-Generator: Weblate 4.5.2-dev\n" #: src/bin/about.c:129 src/bin/about.c:204 src/bin/termio.c:1282 #: src/bin/termio.c:1291 @@ -391,7 +390,7 @@ msgstr "Pokreni u cjeloekranskom prikazu" #: src/bin/main.c:497 msgid "Start iconified" -msgstr "" +msgstr "Pokreni s ikonama" #: src/bin/main.c:499 msgid "Become a borderless managed window" From 9e3862d943aa7bc516ca0e30ee4bffb4b22ff36e Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 14 Mar 2021 15:19:49 +0100 Subject: [PATCH 3/4] main: rewrite strings for starting attributes --- src/bin/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/main.c b/src/bin/main.c index 238d1f56..d88f9c0f 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -496,11 +496,11 @@ static Ecore_Getopt options = { ECORE_GETOPT_STORE_TRUE('I', "iconic", gettext_noop("Start iconified")), ECORE_GETOPT_STORE_TRUE('B', "borderless", - gettext_noop("Become a borderless managed window")), + gettext_noop("Start borderless")), ECORE_GETOPT_STORE_TRUE('O', "override", - gettext_noop("Become an override-redirect window")), + gettext_noop("Start as a override-redirect window")), ECORE_GETOPT_STORE_TRUE('M', "maximized", - gettext_noop("Become maximized from the start")), + gettext_noop("Start maximized")), ECORE_GETOPT_STORE_TRUE('W', "nowm", gettext_noop("Terminology is run without a window manager")), ECORE_GETOPT_STORE_TRUE('H', "hold", From f4f5f43ffdcb56feeb70080cc350cdae7db1cb43 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 14 Mar 2021 15:21:10 +0100 Subject: [PATCH 4/4] update pot/po --- po/ca.po | 19 +++++++++++++------ po/da.po | 19 +++++++++++++------ po/de.po | 22 ++++++++++++++-------- po/el.po | 22 ++++++++++++++-------- po/eo.po | 8 ++++---- po/es.po | 19 +++++++++++++------ po/fi.po | 22 ++++++++++++++-------- po/fr.po | 20 ++++++++++++++------ po/he.po | 8 ++++---- po/hi.po | 22 ++++++++++++++-------- po/hr.po | 20 ++++++++++++++------ po/it.po | 22 ++++++++++++++-------- po/ja.po | 8 ++++---- po/ko.po | 8 ++++---- po/ms.po | 22 ++++++++++++++-------- po/nb_NO.po | 8 ++++---- po/nl.po | 22 ++++++++++++++-------- po/pl.po | 22 ++++++++++++++-------- po/pt_BR.po | 18 ++++++++++++------ po/ru.po | 19 +++++++++++++------ po/si.po | 8 ++++---- po/sl.po | 22 ++++++++++++++-------- po/sr.po | 22 ++++++++++++++-------- po/terminology.pot | 8 ++++---- po/tr.po | 8 ++++---- po/uk.po | 8 ++++---- po/vi.po | 22 ++++++++++++++-------- po/zh_Hans.po | 18 ++++++++++++------ 28 files changed, 294 insertions(+), 172 deletions(-) diff --git a/po/ca.po b/po/ca.po index 4eba4c1b..c990f4c5 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: enlightenment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2020-09-16 21:34+0000\n" "Last-Translator: Boris Faure \n" "Language-Team: Catalan \n" "Language-Team: Danish \n" "Language-Team: German \n" "Language-Team: Greek, Modern (1453-) \n" @@ -423,19 +423,17 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -#, fuzzy -msgid "Become a borderless managed window" -msgstr "Να γίνει παράθυρο χωρίς πλαίσιο" +msgid "Start borderless" +msgstr "" #: src/bin/main.c:501 #, fuzzy -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "Να γίνει παράθυρο παράκαμψης ανακατεύθυνσης" #: src/bin/main.c:503 -#, fuzzy -msgid "Become maximized from the start" -msgstr "Να γίνει μεγιστοποίηση από την αρχή" +msgid "Start maximized" +msgstr "" #: src/bin/main.c:505 #, fuzzy @@ -1076,6 +1074,14 @@ msgstr "" "Δεν μπορεί να εντοπιστεί το θέμα του terminology! Μήπως ξεχάσατε το 'ninja " "install';" +#, fuzzy +#~ msgid "Become a borderless managed window" +#~ msgstr "Να γίνει παράθυρο χωρίς πλαίσιο" + +#, fuzzy +#~ msgid "Become maximized from the start" +#~ msgstr "Να γίνει μεγιστοποίηση από την αρχή" + #, fuzzy #~ msgid "Go into an iconic state from the start" #~ msgstr "Χρήση λειτουργίας πλήρους οθόνης από την αρχή" diff --git a/po/eo.po b/po/eo.po index 6e383a4a..e4895453 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: enlightenment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2015-02-11 17:43+0000\n" "Last-Translator: Eliovir \n" "Language-Team: Esperanto \n" @@ -390,15 +390,15 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -msgid "Become a borderless managed window" +msgid "Start borderless" msgstr "" #: src/bin/main.c:501 -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "" #: src/bin/main.c:503 -msgid "Become maximized from the start" +msgid "Start maximized" msgstr "" #: src/bin/main.c:505 diff --git a/po/es.po b/po/es.po index a09b49fe..0c6ce505 100644 --- a/po/es.po +++ b/po/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: terminology 0.8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2021-03-05 18:50+0000\n" "Last-Translator: Adolfo Jayme Barrientos \n" "Language-Team: Spanish \n" "Language-Team: Finnish \n" @@ -413,19 +413,17 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -#, fuzzy -msgid "Become a borderless managed window" -msgstr "Muuntaudu reunattomaksi hallituksi ikkunaksi" +msgid "Start borderless" +msgstr "" #: src/bin/main.c:501 #, fuzzy -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "Muuntaudu reunattomaksi hallituksi ikkunaksi" #: src/bin/main.c:503 -#, fuzzy -msgid "Become maximized from the start" -msgstr "Muuntaudu maksimoiduksi käynnistäessä" +msgid "Start maximized" +msgstr "" #: src/bin/main.c:505 #, fuzzy @@ -1063,6 +1061,14 @@ msgstr "" msgid "Couldn't find terminology theme! Forgot 'ninja install'?" msgstr "Terminologyn teemaa ei löytynyt! Muistitko ajaa 'ninja install'?" +#, fuzzy +#~ msgid "Become a borderless managed window" +#~ msgstr "Muuntaudu reunattomaksi hallituksi ikkunaksi" + +#, fuzzy +#~ msgid "Become maximized from the start" +#~ msgstr "Muuntaudu maksimoiduksi käynnistäessä" + #, fuzzy #~ msgid "Go into an iconic state from the start" #~ msgstr "Siirry ikonisoituun tilaan käynnistettäessä" diff --git a/po/fr.po b/po/fr.po index c9f4daa3..fc7cfbf8 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: terminology 0.6.99\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2021-03-07 15:50+0000\n" "Last-Translator: Philippe Jean Guillaumie \n" "Language-Team: French \n" "Language-Team: Hebrew \n" "Language-Team: Hindi\n" @@ -405,19 +405,17 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -#, fuzzy -msgid "Become a borderless managed window" -msgstr "अनवधि प्रबंधित विंडों बनें" +msgid "Start borderless" +msgstr "" #: src/bin/main.c:501 #, fuzzy -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "अनवधि प्रबंधित विंडों बनें" #: src/bin/main.c:503 -#, fuzzy -msgid "Become maximized from the start" -msgstr "शुरू से ही अधिकतम किए बनें" +msgid "Start maximized" +msgstr "" #: src/bin/main.c:505 msgid "Terminology is run without a window manager" @@ -1046,6 +1044,14 @@ msgstr "" msgid "Couldn't find terminology theme! Forgot 'ninja install'?" msgstr "टेर्मिनोलजी थीम नहीं मिल सका! 'ninja install' भूल गए ?" +#, fuzzy +#~ msgid "Become a borderless managed window" +#~ msgstr "अनवधि प्रबंधित विंडों बनें" + +#, fuzzy +#~ msgid "Become maximized from the start" +#~ msgstr "शुरू से ही अधिकतम किए बनें" + #, fuzzy #~ msgid "Go into an iconic state from the start" #~ msgstr "शुरू से ही iconic state में जाना" diff --git a/po/hr.po b/po/hr.po index 38d15fd4..91e0d0f0 100644 --- a/po/hr.po +++ b/po/hr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: terminology\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2021-03-09 18:02+0000\n" "Last-Translator: Milo Ivir \n" "Language-Team: Croatian \n" "Language-Team: Italian \n" "Language-Team: Japanese \n" "Language-Team: Korean\n" @@ -393,15 +393,15 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -msgid "Become a borderless managed window" +msgid "Start borderless" msgstr "" #: src/bin/main.c:501 -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "" #: src/bin/main.c:503 -msgid "Become maximized from the start" +msgid "Start maximized" msgstr "" #: src/bin/main.c:505 diff --git a/po/ms.po b/po/ms.po index 8b87ef84..b45c5b45 100644 --- a/po/ms.po +++ b/po/ms.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: enlightenment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2014-11-05 13:27+0000\n" "Last-Translator: abuyop \n" "Language-Team: Malay \n" @@ -404,19 +404,17 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -#, fuzzy -msgid "Become a borderless managed window" -msgstr "Jadi tetingkap terurus tanpa sempadan" +msgid "Start borderless" +msgstr "" #: src/bin/main.c:501 #, fuzzy -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "Jadi tetingkap arah-semula-terbatal" #: src/bin/main.c:503 -#, fuzzy -msgid "Become maximized from the start" -msgstr "Jadi maksimum dari mula" +msgid "Start maximized" +msgstr "" #: src/bin/main.c:505 #, fuzzy @@ -1045,6 +1043,14 @@ msgstr "" msgid "Couldn't find terminology theme! Forgot 'ninja install'?" msgstr "Tidak dapat cari tema terminologi! Lupa 'ninja install'?" +#, fuzzy +#~ msgid "Become a borderless managed window" +#~ msgstr "Jadi tetingkap terurus tanpa sempadan" + +#, fuzzy +#~ msgid "Become maximized from the start" +#~ msgstr "Jadi maksimum dari mula" + #, fuzzy #~ msgid "Go into an iconic state from the start" #~ msgstr "Pergi ke keadaan berikon dari mula" diff --git a/po/nb_NO.po b/po/nb_NO.po index 230e14cc..f5f97c51 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: terminology\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2020-10-08 23:26+0000\n" "Last-Translator: Allan Nordhøy \n" "Language-Team: Norwegian Bokmål \n" "Language-Team: Dutch \n" "Language-Team: Polish\n" @@ -408,19 +408,17 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -#, fuzzy -msgid "Become a borderless managed window" -msgstr "Wyłącz obramowanie okna" +msgid "Start borderless" +msgstr "" #: src/bin/main.c:501 #, fuzzy -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "Stań się nadrzędnym oknem" #: src/bin/main.c:503 -#, fuzzy -msgid "Become maximized from the start" -msgstr "Ustaw maksymalizację okna na start" +msgid "Start maximized" +msgstr "" #: src/bin/main.c:505 #, fuzzy @@ -1056,6 +1054,14 @@ msgstr "Anuluj" msgid "Couldn't find terminology theme! Forgot 'ninja install'?" msgstr "Nie mogę znaleźć skórki terminology! Zapomniałeś 'ninja install'?" +#, fuzzy +#~ msgid "Become a borderless managed window" +#~ msgstr "Wyłącz obramowanie okna" + +#, fuzzy +#~ msgid "Become maximized from the start" +#~ msgstr "Ustaw maksymalizację okna na start" + #, fuzzy #~ msgid "Go into an iconic state from the start" #~ msgstr "Włącz tryb ikonowy na start" diff --git a/po/pt_BR.po b/po/pt_BR.po index 3eab7a7a..8a2c3ce8 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: terminology\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2021-03-02 01:50+0000\n" "Last-Translator: Gustavo Costa \n" "Language-Team: Portuguese (Brazil) \n" "Language-Team: Russian \n" "Language-Team: Sinhala \n" "Language-Team: Slovenian \n" @@ -416,19 +416,17 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -#, fuzzy -msgid "Become a borderless managed window" -msgstr "Postani brezrobo okno" +msgid "Start borderless" +msgstr "" #: src/bin/main.c:501 #, fuzzy -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "Postani prepisano-preusmerjeno okno" #: src/bin/main.c:503 -#, fuzzy -msgid "Become maximized from the start" -msgstr "Postani razpeto od začetka" +msgid "Start maximized" +msgstr "" #: src/bin/main.c:505 #, fuzzy @@ -1065,6 +1063,14 @@ msgstr "Prekliči" msgid "Couldn't find terminology theme! Forgot 'ninja install'?" msgstr "Ni bilo mogoče najti teme za terminology! Pozabljen 'ninja install?" +#, fuzzy +#~ msgid "Become a borderless managed window" +#~ msgstr "Postani brezrobo okno" + +#, fuzzy +#~ msgid "Become maximized from the start" +#~ msgstr "Postani razpeto od začetka" + #, fuzzy #~ msgid "Go into an iconic state from the start" #~ msgstr "Pojdi v ikonski način že v začetku" diff --git a/po/sr.po b/po/sr.po index 314e3fab..4069a11e 100644 --- a/po/sr.po +++ b/po/sr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: enlightenment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2020-03-08 19:40+0100\n" "Last-Translator: Саша Петровић \n" "Language-Team: српски \n" @@ -409,19 +409,17 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -#, fuzzy -msgid "Become a borderless managed window" -msgstr "Начини прозор без оквира" +msgid "Start borderless" +msgstr "" #: src/bin/main.c:501 #, fuzzy -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "Начини прозор као преусмерени прозор" #: src/bin/main.c:503 -#, fuzzy -msgid "Become maximized from the start" -msgstr "Покрећи као увећан прозор" +msgid "Start maximized" +msgstr "" #: src/bin/main.c:505 #, fuzzy @@ -1062,6 +1060,14 @@ msgstr "" "Нисам успео да пронађем тему Терминологије! Да нисте заборавили да урадите " "„make install“?" +#, fuzzy +#~ msgid "Become a borderless managed window" +#~ msgstr "Начини прозор без оквира" + +#, fuzzy +#~ msgid "Become maximized from the start" +#~ msgstr "Покрећи као увећан прозор" + #, fuzzy #~ msgid "Go into an iconic state from the start" #~ msgstr "Покрећи у умањеном стању" diff --git a/po/terminology.pot b/po/terminology.pot index 2abbca72..a9692e9c 100644 --- a/po/terminology.pot +++ b/po/terminology.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: terminology\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -378,15 +378,15 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -msgid "Become a borderless managed window" +msgid "Start borderless" msgstr "" #: src/bin/main.c:501 -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "" #: src/bin/main.c:503 -msgid "Become maximized from the start" +msgid "Start maximized" msgstr "" #: src/bin/main.c:505 diff --git a/po/tr.po b/po/tr.po index 5d4d447a..261733dc 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: enlightenment\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2014-10-23 00:17+0000\n" "Last-Translator: Volkan Gezer \n" "Language-Team: Turkish \n" @@ -386,15 +386,15 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -msgid "Become a borderless managed window" +msgid "Start borderless" msgstr "" #: src/bin/main.c:501 -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "" #: src/bin/main.c:503 -msgid "Become maximized from the start" +msgid "Start maximized" msgstr "" #: src/bin/main.c:505 diff --git a/po/uk.po b/po/uk.po index 1f4fb0ff..7aa40948 100644 --- a/po/uk.po +++ b/po/uk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: terminology\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2021-01-07 12:29+0000\n" "Last-Translator: Arcade \n" "Language-Team: Ukrainian \n" "Language-Team: [Language]\n" @@ -415,19 +415,17 @@ msgid "Start iconified" msgstr "" #: src/bin/main.c:499 -#, fuzzy -msgid "Become a borderless managed window" -msgstr "Trở thành cửa sổ được quản lý không viền" +msgid "Start borderless" +msgstr "" #: src/bin/main.c:501 #, fuzzy -msgid "Become an override-redirect window" +msgid "Start as a override-redirect window" msgstr "Trở thành cửa sổ chuyển đổi tái thiết lập" #: src/bin/main.c:503 -#, fuzzy -msgid "Become maximized from the start" -msgstr "Trở thành cực đại lúc khởi động" +msgid "Start maximized" +msgstr "" #: src/bin/main.c:505 #, fuzzy @@ -1065,6 +1063,14 @@ msgstr "" msgid "Couldn't find terminology theme! Forgot 'ninja install'?" msgstr "Không thể tìm thấy terminology theme! Quên 'ninja install'?" +#, fuzzy +#~ msgid "Become a borderless managed window" +#~ msgstr "Trở thành cửa sổ được quản lý không viền" + +#, fuzzy +#~ msgid "Become maximized from the start" +#~ msgstr "Trở thành cực đại lúc khởi động" + #, fuzzy #~ msgid "Go into an iconic state from the start" #~ msgstr "Dùng chế độ biểu tượng khi khởi động" diff --git a/po/zh_Hans.po b/po/zh_Hans.po index b4e84717..d35ac633 100644 --- a/po/zh_Hans.po +++ b/po/zh_Hans.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: terminology\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-06 10:57+0100\n" +"POT-Creation-Date: 2021-03-14 15:20+0100\n" "PO-Revision-Date: 2020-10-09 20:53+0000\n" "Last-Translator: 玉堂白鹤 \n" "Language-Team: Chinese (Simplified)