From gitlab at salsa.debian.org Fri Apr 19 11:32:16 2024 From: gitlab at salsa.debian.org (Yves-Alexis Perez (@corsac)) Date: Fri, 19 Apr 2024 10:32:16 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm][debian/master] 3 commits: debian/patches: Add 09_time64-t-fix-for-arm-32bit.patch. Fix FTBFS after... Message-ID: <66224830e718d_2c2f1314ccc09017790a6@godard.mail> Yves-Alexis Perez pushed to branch debian/master at Xfce external packages / lightdm Commits: d8f4ede9 by Mike Gabriel at 2024-04-05T00:36:13+02:00 debian/patches: Add 09_time64-t-fix-for-arm-32bit.patch. Fix FTBFS after time_64t transition on 32bit architectures. (Closes: #1067561). - - - - - eab643e0 by Mike Gabriel at 2024-04-05T00:40:16+02:00 NMU to experimental (debian/1.32.0-5~exp1) - - - - - 3371f7da by Yves-Alexis Perez at 2024-04-19T10:32:11+00:00 Merge branch 'debian/master' into 'debian/master' NMU to experimental (1.32.0-5~exp1): Add 09_time64-t-fix-for-arm-32bit.patch. See merge request xfce-extras-team/lightdm!15 - - - - - 3 changed files: - debian/changelog - + debian/patches/09_time64-t-fix-for-arm-32bit.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +lightdm (1.32.0-5~exp1) experimental; urgency=medium + + * Non-maintainer upload to experimental. + + * debian/patches: + + Add 09_time64-t-fix-for-arm-32bit.patch. Fix FTBFS after time_64t + transition on 32bit architectures. (Closes: #1067561). + + -- Mike Gabriel Fri, 05 Apr 2024 00:36:32 +0200 + lightdm (1.32.0-4) unstable; urgency=medium * d/lightdm.maintscript: remove /e/d/s/org.freedesktop.DisplayManager.conf ===================================== debian/patches/09_time64-t-fix-for-arm-32bit.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix FTBFS: Error: symbol `open64' is already defined. +Author: Andrey Rakhmatullin + +--- a/tests/src/libsystem.c ++++ b/tests/src/libsystem.c +@@ -1,6 +1,9 @@ + #define _GNU_SOURCE + #define __USE_GNU + ++#undef _FILE_OFFSET_BITS ++#undef _TIME_BITS ++ + #include + + #include ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ 06_change-user-dirs.patch 08_reset-SIGPIPE-before-exec.patch 0006-Add-ICEAuthority-file-to-the-AppArmor-profile-for-gu.patch +09_time64-t-fix-for-arm-32bit.patch View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/-/compare/2bec044ba3934d1f7e02ec37ad74d88966ace768...3371f7da9efc1d34327f4d406fc4c02db265131d -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/-/compare/2bec044ba3934d1f7e02ec37ad74d88966ace768...3371f7da9efc1d34327f4d406fc4c02db265131d You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Fri Apr 19 15:10:08 2024 From: gitlab at salsa.debian.org (Yves-Alexis Perez (@corsac)) Date: Fri, 19 Apr 2024 14:10:08 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm] Pushed new tag debian/1.32.0-5 Message-ID: <66227b4086663_2c2f1314d1454818167b9@godard.mail> Yves-Alexis Perez pushed new tag debian/1.32.0-5 at Xfce external packages / lightdm -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/-/tree/debian/1.32.0-5 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Fri Apr 19 15:10:03 2024 From: gitlab at salsa.debian.org (Yves-Alexis Perez (@corsac)) Date: Fri, 19 Apr 2024 14:10:03 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm][debian/master] 5 commits: d/patch: add upstream patch for 64b time_t build failure Message-ID: <66227b3b4fbda_2c2f1314d1454818165c3@godard.mail> Yves-Alexis Perez pushed to branch debian/master at Xfce external packages / lightdm Commits: a5948981 by Yves-Alexis Perez at 2024-04-19T12:35:36+02:00 d/patch: add upstream patch for 64b time_t build failure Closes: #1067561 - - - - - 791572b8 by Yves-Alexis Perez at 2024-04-19T14:26:07+02:00 d/control: replace pkg-config build-dep by pkgconf - - - - - 02a78d06 by Yves-Alexis Perez at 2024-04-19T15:34:19+02:00 d/gir1.2-lightdm-1.install: move typelib to multi-arch dir - - - - - 571e20b1 by Yves-Alexis Perez at 2024-04-19T15:34:26+02:00 finalize changelog - - - - - a3b5e33a by Yves-Alexis Perez at 2024-04-19T15:34:44+02:00 upload lightdm 1.32.0-5 to unstable - - - - - 6 changed files: - debian/changelog - debian/control - debian/gir1.2-lightdm-1.install - + debian/patches/0007-Fix-tests-failing-on-32-bit-architectures-using-64-b.patch - ? debian/patches/09_time64-t-fix-for-arm-32bit.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +lightdm (1.32.0-5) unstable; urgency=medium + + * d/patch: add upstream patch for 64b time_t build failure (Closes: #1067561) + * d/control: replace pkg-config build-dep by pkgconf + * d/gir1.2-lightdm-1.install: move typelib to multi-arch dir + * Upload to unstable + + -- Yves-Alexis Perez Fri, 19 Apr 2024 15:34:32 +0200 + lightdm (1.32.0-5~exp1) experimental; urgency=medium * Non-maintainer upload to experimental. ===================================== debian/control ===================================== @@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13), libxcb1-dev, libxdmcp-dev, libxklavier-dev, - pkg-config, + pkgconf, qtbase5-dev, valac, yelp-tools ===================================== debian/gir1.2-lightdm-1.install ===================================== @@ -1 +1 @@ -usr/lib/*/girepository-1.0 /usr/lib/ +usr/lib/*/girepository-1.0 ===================================== debian/patches/0007-Fix-tests-failing-on-32-bit-architectures-using-64-b.patch ===================================== @@ -0,0 +1,65 @@ +From: Robert Ancell +Date: Fri, 19 Apr 2024 09:13:59 +1200 +Subject: Fix tests failing on 32 bit architectures using 64 bit time + handling. + +open/creat/stat are aliases to the 64 bit versions when this is enabled and +LightDM was therefore defining them twice. + +Fixes https://github.com/canonical/lightdm/issues/352 +--- + tests/src/libsystem.c | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/tests/src/libsystem.c b/tests/src/libsystem.c +index 1c68dc1..ebb60e7 100644 +--- a/tests/src/libsystem.c ++++ b/tests/src/libsystem.c +@@ -242,6 +242,7 @@ open_wrapper (const char *func, const char *pathname, int flags, mode_t mode) + return _open (new_path, flags, mode); + } + ++#ifndef __USE_FILE_OFFSET64 + int + open (const char *pathname, int flags, ...) + { +@@ -255,6 +256,7 @@ open (const char *pathname, int flags, ...) + } + return open_wrapper ("open", pathname, flags, mode); + } ++#endif + + int + open64 (const char *pathname, int flags, ...) +@@ -288,6 +290,7 @@ unlinkat (int dirfd, const char *pathname, int flags) + return _unlinkat (dirfd, new_path, flags); + } + ++#ifndef __USE_FILE_OFFSET64 + int + creat (const char *pathname, mode_t mode) + { +@@ -296,6 +299,7 @@ creat (const char *pathname, mode_t mode) + g_autofree gchar *new_path = redirect_path (pathname); + return _creat (new_path, mode); + } ++#endif + + int + creat64 (const char *pathname, mode_t mode) +@@ -320,6 +324,7 @@ access (const char *pathname, int mode) + return _access (new_path, mode); + } + ++#ifndef __USE_FILE_OFFSET64 + int + stat (const char *path, struct stat *buf) + { +@@ -328,6 +333,7 @@ stat (const char *path, struct stat *buf) + g_autofree gchar *new_path = redirect_path (path); + return _stat (new_path, buf); + } ++#endif + + int + stat64 (const char *path, struct stat64 *buf) ===================================== debian/patches/09_time64-t-fix-for-arm-32bit.patch deleted ===================================== @@ -1,15 +0,0 @@ -Description: Fix FTBFS: Error: symbol `open64' is already defined. -Author: Andrey Rakhmatullin - ---- a/tests/src/libsystem.c -+++ b/tests/src/libsystem.c -@@ -1,6 +1,9 @@ - #define _GNU_SOURCE - #define __USE_GNU - -+#undef _FILE_OFFSET_BITS -+#undef _TIME_BITS -+ - #include - - #include ===================================== debian/patches/series ===================================== @@ -4,4 +4,4 @@ 06_change-user-dirs.patch 08_reset-SIGPIPE-before-exec.patch 0006-Add-ICEAuthority-file-to-the-AppArmor-profile-for-gu.patch -09_time64-t-fix-for-arm-32bit.patch +0007-Fix-tests-failing-on-32-bit-architectures-using-64-b.patch View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/-/compare/3371f7da9efc1d34327f4d406fc4c02db265131d...a3b5e33ab42741cd1fe42b1313634e7f817a8389 -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm/-/compare/3371f7da9efc1d34327f4d406fc4c02db265131d...a3b5e33ab42741cd1fe42b1313634e7f817a8389 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Sun Apr 21 11:55:41 2024 From: gitlab at salsa.debian.org (Yves-Alexis Perez (@corsac)) Date: Sun, 21 Apr 2024 10:55:41 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm-gtk-greeter] Pushed new tag upstream/2.0.9 Message-ID: <6624f0ad7d381_2c2f1314ccc0902053680@godard.mail> Yves-Alexis Perez pushed new tag upstream/2.0.9 at Xfce external packages / lightdm-gtk-greeter -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/tree/upstream/2.0.9 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Sun Apr 21 11:55:47 2024 From: gitlab at salsa.debian.org (Yves-Alexis Perez (@corsac)) Date: Sun, 21 Apr 2024 10:55:47 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm-gtk-greeter][upstream/latest] New upstream version 2.0.9 Message-ID: <6624f0b362715_2c2f1313aeac8c20538d9@godard.mail> Yves-Alexis Perez pushed to branch upstream/latest at Xfce external packages / lightdm-gtk-greeter Commits: 3124bcd3 by Yves-Alexis Perez at 2024-04-21T12:41:24+02:00 New upstream version 2.0.9 - - - - - 9 changed files: - ABOUT-NLS - AUTHORS - COPYING - ChangeLog - Makefile.am - Makefile.in - NEWS - + README.md - aclocal.m4 The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/commit/3124bcd35100e8c78e1ba801172efee9ff04ddc7 -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/commit/3124bcd35100e8c78e1ba801172efee9ff04ddc7 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Sun Apr 21 11:55:51 2024 From: gitlab at salsa.debian.org (Yves-Alexis Perez (@corsac)) Date: Sun, 21 Apr 2024 10:55:51 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm-gtk-greeter][debian/master] 6 commits: d/watch updated to fix signature download Message-ID: <6624f0b7a37a9_2c2f1313aeac8c2054065@godard.mail> Yves-Alexis Perez pushed to branch debian/master at Xfce external packages / lightdm-gtk-greeter Commits: 1ded9bc3 by Yves-Alexis Perez at 2024-04-21T12:35:00+02:00 d/watch updated to fix signature download - - - - - 3124bcd3 by Yves-Alexis Perez at 2024-04-21T12:41:24+02:00 New upstream version 2.0.9 - - - - - 56ea913d by Yves-Alexis Perez at 2024-04-21T12:41:27+02:00 Update upstream source from tag 'upstream/2.0.9' Update to upstream version '2.0.9' with Debian dir e806d1a55abfa5f6d4cf20d9fba8c2fd82008ab7 - - - - - 693fe643 by Yves-Alexis Perez at 2024-04-21T12:41:40+02:00 d/control: replace pkg-config b-dep by pkgconf - - - - - a2a6cda2 by Yves-Alexis Perez at 2024-04-21T12:42:21+02:00 finalize changelog - - - - - 478a551c by Yves-Alexis Perez at 2024-04-21T12:42:29+02:00 upload lightdm-gtk-greeter 2.0.9-1 to unstable - - - - - 9 changed files: - ABOUT-NLS - AUTHORS - COPYING - ChangeLog - Makefile.am - Makefile.in - NEWS - + README.md - aclocal.m4 The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/compare/9d480d934d65d82a60c156e42e21debe78c3e3cf...478a551c27e251341d8061e8dfaf3a12c6d03414 -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/compare/9d480d934d65d82a60c156e42e21debe78c3e3cf...478a551c27e251341d8061e8dfaf3a12c6d03414 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Sun Apr 21 11:55:55 2024 From: gitlab at salsa.debian.org (Yves-Alexis Perez (@corsac)) Date: Sun, 21 Apr 2024 10:55:55 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm-gtk-greeter][pristine-tar] pristine-tar data for lightdm-gtk-greeter_2.0.9.orig.tar.gz Message-ID: <6624f0bb367f_2c2f1314d1454820542cb@godard.mail> Yves-Alexis Perez pushed to branch pristine-tar at Xfce external packages / lightdm-gtk-greeter Commits: 4b9426ae by Yves-Alexis Perez at 2024-04-21T12:41:27+02:00 pristine-tar data for lightdm-gtk-greeter_2.0.9.orig.tar.gz - - - - - 3 changed files: - + lightdm-gtk-greeter_2.0.9.orig.tar.gz.asc - + lightdm-gtk-greeter_2.0.9.orig.tar.gz.delta - + lightdm-gtk-greeter_2.0.9.orig.tar.gz.id Changes: ===================================== lightdm-gtk-greeter_2.0.9.orig.tar.gz.asc ===================================== @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEIdALUAHoBOXebkv4dub+7JX8XiIFAmXarvwACgkQdub+7JX8 +XiIy3wf/VyCB+w7h+PRe118adsmrCc1h4lDKvThvQdB9d1HU2os+jmbjRR4ZuyAF +qxWzjiF0g3F6ERHT2c8mWf/w4l+kQPmVdVOcHIZT6f25FeBfY1IfRFpW5a3FKmcy +69WxJbc+/GZuEz9ecvS9B1846svZgAJVbtIXiddkFXgNH8KN7ubVw4lBRN4Ls/D0 +yhU3I8Ah32bJaAL05JRNsfo1rLPclhd6DCirXfeRTKovr11iDC74/PXr+H/PR/U7 +P/rBrhrENQpiqxmbdZ1D/UY8V4zjRr/z6wZ5BtYQZZZJXrw2lkPPk4FyLVibqAcG +gkGyARmGsWfAbrIw1YhwlF0/CAQm+w== +=7qAA +-----END PGP SIGNATURE----- ===================================== lightdm-gtk-greeter_2.0.9.orig.tar.gz.delta ===================================== Binary files /dev/null and b/lightdm-gtk-greeter_2.0.9.orig.tar.gz.delta differ ===================================== lightdm-gtk-greeter_2.0.9.orig.tar.gz.id ===================================== @@ -0,0 +1 @@ +e6d744491d2235cd39ee6d049c9de422c5e400b5 View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/commit/4b9426aec5700452ab1408ad68787a2ee14d327f -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/commit/4b9426aec5700452ab1408ad68787a2ee14d327f You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Sun Apr 21 11:55:58 2024 From: gitlab at salsa.debian.org (Yves-Alexis Perez (@corsac)) Date: Sun, 21 Apr 2024 10:55:58 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm-gtk-greeter] Pushed new tag debian/2.0.9-1 Message-ID: <6624f0be9e962_2c2f1314cdac94205444f@godard.mail> Yves-Alexis Perez pushed new tag debian/2.0.9-1 at Xfce external packages / lightdm-gtk-greeter -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/tree/debian/2.0.9-1 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at salsa.debian.org Mon Apr 29 09:14:25 2024 From: gitlab at salsa.debian.org (Yves-Alexis Perez (@corsac)) Date: Mon, 29 Apr 2024 08:14:25 +0000 Subject: [Pkg-xfce-commits] [Git][xfce-extras-team/lightdm-gtk-greeter][debian/master] 3 commits: Only recommend polkitd. Closes: #1069860 Message-ID: <662f56e17b57e_2070d7d8c22d06923d2@godard.mail> Yves-Alexis Perez pushed to branch debian/master at Xfce external packages / lightdm-gtk-greeter Commits: 300c0913 by H?vard F. Aasen at 2024-04-29T09:04:40+02:00 Only recommend polkitd. Closes: #1069860 Reading the initial request to update the dependency in bug #1025583, it seems OK to remove policykit-1. This package has never been backported. - - - - - 28f7cc97 by H?vard F. Aasen at 2024-04-29T09:43:06+02:00 Update Norwegian Bokm?l translation. Closes: #753484 - - - - - dcee55d6 by Yves-Alexis Perez at 2024-04-29T08:14:14+00:00 Merge branch 'fix-minor-bugs' into 'debian/master' Update Norwegian translation and dependency on polkitd. See merge request xfce-extras-team/lightdm-gtk-greeter!8 - - - - - 3 changed files: - debian/control - + debian/patches/series - + debian/patches/update-norwegian-translation.patch Changes: ===================================== debian/control ===================================== @@ -21,7 +21,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: desktop-base, adwaita-icon-theme, gnome-themes-extra, - polkitd | policykit-1 + polkitd Description: simple display manager (GTK+ greeter) lightdm-gtk-greeter is greeter shell for the LightDM login manager. It uses the GTK+ toolkit and integrates well with desktop environment using that ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +update-norwegian-translation.patch ===================================== debian/patches/update-norwegian-translation.patch ===================================== @@ -0,0 +1,161 @@ +From: H?vard F. Aasen +Date: Mon, 29 Apr 2024 09:27:15 +0200 +Subject: Update Norwegian translation + +These translations has been added to upstream through transifex. All +translations from bug #753484 was added, including translations for some +newer sentences. + +Forwarded: https://github.com/Xubuntu/lightdm-gtk-greeter/blob/master/po/nb.po +Bug-Debian: https://bugs.debian.org/753484 +--- + po/nb.po | 58 ++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 30 insertions(+), 28 deletions(-) + +diff --git a/po/nb.po b/po/nb.po +index d48aa03..7c3772e 100644 +--- a/po/nb.po ++++ b/po/nb.po +@@ -1,30 +1,31 @@ +-# Norwegian Bokmal translation for lightdm +-# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +-# This file is distributed under the same license as the lightdm package. +-# FIRST AUTHOR , 2011. +-# ++# ++# Translators: ++# Sean Davis , 2020 ++# H?vard F. Aasen, 2024 ++# ++#, fuzzy + msgid "" + msgstr "" +-"Project-Id-Version: lightdm\n" ++"Project-Id-Version: PACKAGE VERSION\n" + "Report-Msgid-Bugs-To: \n" + "POT-Creation-Date: 2020-06-07 14:28+0000\n" +-"PO-Revision-Date: 2019-11-15 23:30+0000\n" +-"Last-Translator: Kjetil Birkeland Moe \n" +-"Language-Team: Norwegian Bokmal \n" ++"PO-Revision-Date: 2020-06-12 00:06+0000\n" ++"Last-Translator: H?vard F. Aasen, 2024\n" ++"Language-Team: Norwegian Bokm?l (https://app.transifex.com/xubuntu/teams/110148/nb/)\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" +-"Plural-Forms: nplurals=2; plural=n != 1;\n" +-"X-Launchpad-Export-Date: 2020-06-11 23:00+0000\n" +-"X-Generator: Launchpad (build b190cebbf563f89e480a8b57f641753c8196bda0)\n" + "Language: nb\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++"X-Generator: Launchpad (build b190cebbf563f89e480a8b57f641753c8196bda0)\n" ++"X-Launchpad-Export-Date: 2020-06-11 23:00+0000\n" + + #: ../src/lightdm-gtk-greeter.c:525 + #, c-format + msgid "Warning: There is still %d user logged in." + msgid_plural "Warning: There are still %d users logged in." +-msgstr[0] "" +-msgstr[1] "" ++msgstr[0] "Advarsel: Det er fortsatt %d bruker innlogget." ++msgstr[1] "Advarsel: Det er fortsatt %d brukere innlogget." + + #: ../src/lightdm-gtk-greeter.c:1924 + msgid "Restart" +@@ -38,20 +39,21 @@ msgstr "" + + #: ../src/lightdm-gtk-greeter.c:1933 + msgid "Shut Down" +-msgstr "" ++msgstr "Sl? av" + + #: ../src/lightdm-gtk-greeter.c:1934 + msgid "" + "Are you sure you want to close all programs and shut down the computer?" + msgstr "" ++"Er du sikker p? at du vil stenge alle programmer og sl? av datamaskinen?" + + #: ../src/lightdm-gtk-greeter.c:1948 + msgid "Unlock" +-msgstr "" ++msgstr "L?s opp" + + #: ../src/lightdm-gtk-greeter.c:1950 ../src/lightdm-gtk-greeter.glade.h:13 + msgid "Log In" +-msgstr "" ++msgstr "Logg inn" + + #: ../src/lightdm-gtk-greeter.c:2139 + msgid "Failed to start session" +@@ -59,15 +61,15 @@ msgstr "Klarte ikke ? starte ?kten" + + #: ../src/lightdm-gtk-greeter.c:2269 + msgid "Other" +-msgstr "" ++msgstr "Andre" + + #: ../src/lightdm-gtk-greeter.c:2286 ../src/lightdm-gtk-greeter.c:2623 + msgid "Guest Session" +-msgstr "" ++msgstr "Gjeste?kt" + + #: ../src/lightdm-gtk-greeter.c:2500 + msgid "Your password is incorrect. Please try again." +-msgstr "" ++msgstr "Ditt passord er feil. Vennligst pr?v igjen." + + #: ../src/lightdm-gtk-greeter.c:2507 + msgid "Failed to authenticate" +@@ -75,7 +77,7 @@ msgstr "Klarte ikke ? autentisere" + + #: ../src/lightdm-gtk-greeter.c:2631 + msgid "Other..." +-msgstr "" ++msgstr "Andre..." + + #: ../src/lightdm-gtk-greeter.glade.h:1 + msgid "Suspend" +@@ -91,11 +93,11 @@ msgstr "Omstart..." + + #: ../src/lightdm-gtk-greeter.glade.h:4 + msgid "Shut Down..." +-msgstr "" ++msgstr "Sl? av..." + + #: ../src/lightdm-gtk-greeter.glade.h:5 + msgid "Large Text" +-msgstr "" ++msgstr "Stor skrift" + + #: ../src/lightdm-gtk-greeter.glade.h:6 + msgid "High Contrast" +@@ -103,11 +105,11 @@ msgstr "H?y kontrast" + + #: ../src/lightdm-gtk-greeter.glade.h:7 + msgid "On Screen Keyboard" +-msgstr "" ++msgstr "Skjermtastatur" + + #: ../src/lightdm-gtk-greeter.glade.h:8 + msgid "Screen Reader" +-msgstr "" ++msgstr "Skjermleser" + + #: ../src/lightdm-gtk-greeter.glade.h:9 + msgid "Cancel" +@@ -115,12 +117,12 @@ msgstr "Avbryt" + + #: ../src/lightdm-gtk-greeter.glade.h:10 + msgid "OK" +-msgstr "" ++msgstr "OK" + + #: ../src/lightdm-gtk-greeter.glade.h:11 + msgid "Enter your username" +-msgstr "" ++msgstr "Skriv inn ditt brukernavn" + + #: ../src/lightdm-gtk-greeter.glade.h:12 + msgid "Enter your password" +-msgstr "" ++msgstr "Skriv inn ditt passord" View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/compare/478a551c27e251341d8061e8dfaf3a12c6d03414...dcee55d63492823541dd4b987fbfedf9e6972fa9 -- View it on GitLab: https://salsa.debian.org/xfce-extras-team/lightdm-gtk-greeter/-/compare/478a551c27e251341d8061e8dfaf3a12c6d03414...dcee55d63492823541dd4b987fbfedf9e6972fa9 You're receiving this email because of your account on salsa.debian.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: