This is an automated email from the git hooks/post-receive script. t r a n s i f e x p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository panel-plugins/xfce4-time-out-plugin.
commit c07170b60d9f998140f95565ba3af73306925b13 Author: Luna Jernberg <bit...@cafe8bitar.se> Date: Mon Mar 2 00:33:15 2020 +0100 I18n: Update translation sv (100%). 38 translated messages. Transifex (https://www.transifex.com/xfce/public/). --- po/sv.po | 71 ++++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 29 deletions(-) diff --git a/po/sv.po b/po/sv.po index f6f16ad..2afc99a 100644 --- a/po/sv.po +++ b/po/sv.po @@ -4,14 +4,15 @@ # # Translators: # Daniel Nylander <p...@danielnylander.se>, 2008 +# Luna Jernberg <bit...@cafe8bitar.se>, 2020 # Påvel Nicklasson <pav...@frimix.se>, 2016,2018 msgid "" msgstr "" "Project-Id-Version: Xfce Panel Plugins\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-12-16 18:32+0100\n" -"PO-Revision-Date: 2018-03-02 08:25+0000\n" -"Last-Translator: Xfce Bot <transi...@xfce.org>\n" +"POT-Creation-Date: 2020-02-11 06:32+0100\n" +"PO-Revision-Date: 2020-03-01 22:56+0000\n" +"Last-Translator: Luna Jernberg <bit...@cafe8bitar.se>\n" "Language-Team: Swedish (http://www.transifex.com/xfce/xfce-panel-plugins/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,126 +21,138 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Create label for displaying the remaining time until the next break -#: ../panel-plugin/time-out.c:211 +#: ../panel-plugin/time-out.c:223 msgid "Inactive" msgstr "Inaktiv" #. Create menu item for taking an instant break -#: ../panel-plugin/time-out.c:264 +#: ../panel-plugin/time-out.c:277 msgid "Take a break" msgstr "Ta en rast" #. Create menu item for resetting the timer -#: ../panel-plugin/time-out.c:272 +#: ../panel-plugin/time-out.c:285 msgid "Reset timer" msgstr "Återställ tidtagaren" #. Create menu item for enabling/disabling the countdown -#: ../panel-plugin/time-out.c:280 +#: ../panel-plugin/time-out.c:293 msgid "Enabled" msgstr "Aktiverad" #. Update tooltips -#: ../panel-plugin/time-out.c:344 +#: ../panel-plugin/time-out.c:357 msgid "Paused" msgstr "Pausad" -#: ../panel-plugin/time-out.c:423 +#: ../panel-plugin/time-out.c:439 msgid "" "Xfce Panel plugin for taking a break from computer work every now and then." msgstr "Xfce panelinsticksprogram för att då och då ta en rast från datorarbetet." -#: ../panel-plugin/time-out.c:432 +#: ../panel-plugin/time-out.c:444 msgid "translator-credits" msgstr "Påvel Nicklasson" -#. Create properties dialog -#: ../panel-plugin/time-out.c:464 +#: ../panel-plugin/time-out.c:477 ../panel-plugin/time-out.c:482 #: ../panel-plugin/xfce4-time-out-plugin.desktop.in.h:1 msgid "Time Out" msgstr "Rast" +#: ../panel-plugin/time-out.c:479 +msgid "_Close" +msgstr "_Stäng" + #. Create time settings section -#: ../panel-plugin/time-out.c:481 +#: ../panel-plugin/time-out.c:499 msgid "Time settings" msgstr "Tidsinställningar" #. Create the labels for the minutes and seconds spins -#: ../panel-plugin/time-out.c:494 +#: ../panel-plugin/time-out.c:512 msgid "Minutes" msgstr "Minuter" -#: ../panel-plugin/time-out.c:499 +#: ../panel-plugin/time-out.c:517 msgid "Seconds" msgstr "Sekunder" #. Create break countdown time label -#: ../panel-plugin/time-out.c:505 +#: ../panel-plugin/time-out.c:523 msgid "Time between breaks:" msgstr "Tid mellan raster:" #. Create lock countdown time label -#: ../panel-plugin/time-out.c:529 +#: ../panel-plugin/time-out.c:549 msgid "Break length:" msgstr "Rastlängd:" #. Create postpone countdown time label -#: ../panel-plugin/time-out.c:547 +#: ../panel-plugin/time-out.c:570 msgid "Postpone length:" msgstr "Tidslängd på framflyttning:" #. Create behaviour section -#: ../panel-plugin/time-out.c:565 +#: ../panel-plugin/time-out.c:591 msgid "Behaviour" msgstr "Beteende" #. Create postpone check button -#: ../panel-plugin/time-out.c:576 +#: ../panel-plugin/time-out.c:602 msgid "Allow postpone" msgstr "Tillåt framflyttning" #. Create resume check button -#: ../panel-plugin/time-out.c:583 +#: ../panel-plugin/time-out.c:609 msgid "Resume automatically" msgstr "Återuppta automatiskt" #. Create appearance section -#: ../panel-plugin/time-out.c:590 +#: ../panel-plugin/time-out.c:616 msgid "Appearance" msgstr "Utseende" #. Create note label -#: ../panel-plugin/time-out.c:601 +#: ../panel-plugin/time-out.c:627 msgid "Note: Icon and time cannot be hidden simultaneously." msgstr "Observera: Ikon och tid kan inte döljas samtidigt," #. Create display icon check button -#: ../panel-plugin/time-out.c:606 +#: ../panel-plugin/time-out.c:632 msgid "Display icon" msgstr "Visa ikon" #. Create display time check button -#: ../panel-plugin/time-out.c:613 +#: ../panel-plugin/time-out.c:639 msgid "Display remaining time in the panel" msgstr "Visa återstående tid i panelen" #. Create display hours check button -#: ../panel-plugin/time-out.c:620 +#: ../panel-plugin/time-out.c:646 msgid "Display hours" msgstr "Visa timmar" #. Create display seconds check button -#: ../panel-plugin/time-out.c:627 +#: ../panel-plugin/time-out.c:653 msgid "Display seconds" msgstr "Visa sekunder" +#: ../panel-plugin/time-out.c:1081 +msgid "Failed to lock screen" +msgstr "Misslyckades med att låsa skärmen" + #. Create postpone button -#: ../panel-plugin/time-out-lock-screen.c:219 +#: ../panel-plugin/time-out-lock-screen.c:248 msgid "_Postpone" msgstr "_Flytta fram" +#. Create lock button +#: ../panel-plugin/time-out-lock-screen.c:254 +msgid "_Lock" +msgstr "_Lås" + #. Create resume button -#: ../panel-plugin/time-out-lock-screen.c:225 +#: ../panel-plugin/time-out-lock-screen.c:260 msgid "_Resume" msgstr "_Återuppta" -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org https://mail.xfce.org/mailman/listinfo/xfce4-commits