Authenticator/po/sr.po
Bilal Elmoussaoui 0e77a8683e
New version (#89)
* refresh the window after deleting an account

* update appdata and screenshots

* update translations
2018-09-09 19:41:21 +02:00

272 lines
7.8 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the Authenticator package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Authenticator\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-09 19:37+0200\n"
"PO-Revision-Date: 2018-03-25 14:53+0000\n"
"Last-Translator: Slobodan Terzić <githzerai06@gmail.com>\n"
"Language-Team: Serbian <https://hosted.weblate.org/projects/authenticator/"
"translation/sr/>\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 2.20-dev\n"
#: Authenticator/application.py:38 Authenticator/widgets/about.py.in:44
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:6
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:3
msgid "Authenticator"
msgstr "Аутентификатор"
#. Night mode action
#: Authenticator/application.py:81
msgid "Night Mode"
msgstr "Ноћни режим"
#: Authenticator/application.py:84
msgid "About"
msgstr "О програму"
#: Authenticator/application.py:85
msgid "Quit"
msgstr "Напусти"
#: Authenticator/widgets/accounts/add.py:49
#: Authenticator/widgets/headerbar.py:100
msgid "Add a new account"
msgstr "Додај нови налог"
#: Authenticator/widgets/accounts/add.py:53
msgid "Add"
msgstr "Додај"
#: Authenticator/widgets/accounts/add.py:62
msgid "Scan QR code"
msgstr "Скенирај КуР код"
#: Authenticator/widgets/accounts/add.py:69
#: Authenticator/widgets/accounts/edit.py:58
msgid "Close"
msgstr "Затвори"
#: Authenticator/widgets/accounts/add.py:160
msgid "Provider"
msgstr ""
#: Authenticator/widgets/accounts/add.py:170
msgid "Account name"
msgstr "Име налога"
#: Authenticator/widgets/accounts/add.py:176
#, fuzzy
msgid "Secret token"
msgstr "Тајни токен"
#: Authenticator/widgets/accounts/add.py:258
msgid "Invalid QR code"
msgstr "Неисправан КуР код"
#: Authenticator/widgets/accounts/edit.py:47
msgid "Edit {} - {}"
msgstr ""
#: Authenticator/widgets/accounts/edit.py:52
msgid "Save"
msgstr ""
#. Label
#: Authenticator/widgets/accounts/list.py:269
#, fuzzy
msgid "There are no accounts yet…"
msgstr "Још увек нема налога..."
#: Authenticator/widgets/accounts/row.py:58
msgid "Copy"
msgstr "Умножи"
#: Authenticator/widgets/accounts/row.py:59
msgid "Edit"
msgstr ""
#: Authenticator/widgets/accounts/row.py:150
msgid "Couldn't generate the secret code"
msgstr "Не могу да направим тајни код"
#: Authenticator/widgets/about.py.in:45
msgid "translator-credits"
msgstr "Слободан Терзић <githzerai06@gmail.com>"
#: Authenticator/widgets/about.py.in:47
#, fuzzy
msgid "Two-factor authentication code generator."
msgstr "Стваралац кодова за двофакторну аутентификацију."
#: Authenticator/widgets/actions_bar.py:52
msgid "Delete"
msgstr "Обриши"
#: Authenticator/widgets/headerbar.py:98
msgid "Search"
msgstr "Претражи"
#: Authenticator/widgets/headerbar.py:102
msgid "Settings"
msgstr "Подешавања"
#: Authenticator/widgets/headerbar.py:104
msgid "Selection mode"
msgstr "Режим избора"
#: Authenticator/widgets/headerbar.py:106
msgid "Cancel"
msgstr "Откажи"
#: Authenticator/widgets/headerbar.py:181
msgid "Click on items to select them"
msgstr "Кликните на ставке да их изаберете"
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:7
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:5
#, fuzzy
msgid "Two-factor authentication code generator"
msgstr "Стваралац кодова за двофакторну аутентификацију."
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:9
#, fuzzy
msgid ""
"Simple application that generates a two-factor authentication code, created "
"for GNOME."
msgstr ""
"Једноставан програм који ствара код за двофакторну аутентификацију, "
"направљен за Гном"
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:10
msgid "Features:"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:12
msgid "QR code scanner"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:13
msgid "Beautiful UI"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:14
msgid "Huge database of (290+) websites/applications"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:43
msgid "Revamped main window to follow more the GNOME HIG"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:44
msgid "Revamped add a new account window to make it easier to use"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:45
msgid ""
"Possibility to add an account from a provider not listed in the shiped "
"database"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:46
msgid "Possibilty to edit an account"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:47
msgid "One Time Password is now visible by default"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:54
msgid "Fix python-dbus by using GDbus instead"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:61
msgid "Fix the QRScanner on GNOME Shell"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:62
msgid "Add a new entry for the account's username"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:63
msgid "Updated database of supported accounts"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:70
msgid "HOTFIX: App not running in DE other than GNOME"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:77
#, fuzzy
msgid "Rename project to Authenticator"
msgstr "О Аутентификатору"
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:78
msgid "Cleaner code base"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:79
msgid "Faster startup"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:80
msgid "Remove unneeded features"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:81
msgid "Switch to pyzbar instead of zbarlight"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:82
msgid "Flatpak package"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.appdata.xml.in:89
msgid "Bilal Elmoussaoui"
msgstr ""
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:4
#, fuzzy
msgid "Two-factor authentication"
msgstr "Двофакторна аутентификација"
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:10
msgid "Gnome;GTK;Verification;"
msgstr "Gnome;GTK;Verification;Овера;"
#: data/com.github.bilelmoussaoui.Authenticator.desktop.in:11
msgid "com.github.bilelmoussaoui.Authenticator"
msgstr "com.github.bilelmoussaoui.Authenticator"
#: authenticator.py.in:48
msgid "Start in debug mode"
msgstr "Покрени у режиму за исправљање грешака"
#: authenticator.py.in:50
msgid "Authenticator version number"
msgstr "Верзија Аутентификатора"
#~ msgid "Next"
#~ msgstr "Следеће"
#~ msgid "Back"
#~ msgstr "Назад"
#~ msgid "Undo"
#~ msgstr "Опозови"
#~ msgid "Two Factor Authentication code generator"
#~ msgstr "Стваралац кода за двофакторну аутентификацију"
#~ msgid "Two-Factor Authentication code generator"
#~ msgstr "Стваралац кода за двофакторну аутентификацију"