Skip to content

Commit aacc712

Browse files
authored
Merge pull request #440 from linux-credentials/add-translation-sr-from-main-7e6a32dc-2a77-11f1-8ad0-0a580a83007a
Add Serbian translation
2 parents 6dfc559 + e08ecfe commit aacc712

2 files changed

Lines changed: 81 additions & 0 deletions

File tree

server/po/LINGUAS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ kk
66
pl
77
pt_BR
88
sl
9+
sr
910
sv
1011
uk
1112
zh_CN

server/po/sr.po

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Serbian translation for oo7.
2+
# Copyright (C) 2026 oo7's COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the oo7 package.
4+
# Марко Костић <marko.m.kostic@gmail.com>, 2026.
5+
#
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: oo7 main\n"
9+
"Report-Msgid-Bugs-To: https://github.com/linux-credentials/oo7/issues\n"
10+
"POT-Creation-Date: 2026-03-28 03:31+0000\n"
11+
"PO-Revision-Date: 2026-03-28 08:25+0100\n"
12+
"Last-Translator: Марко М. Костић <marko.m.kostic@gmail.com>\n"
13+
"Language-Team: Serbian <Serbian>\n"
14+
"Language: sr\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=4; plural=n==1? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? "
19+
"1 : 2;\n"
20+
"X-Generator: Poedit 3.9\n"
21+
22+
#: ../src/gnome/prompter.rs:132
23+
msgid "Change Keyring Password"
24+
msgstr "Промени лозинку привеска"
25+
26+
#: ../src/gnome/prompter.rs:133
27+
#, rust-format
28+
msgid "Choose a new password for the “{}” keyring"
29+
msgstr "Изаберите нову лозинку за привезак „{}“"
30+
31+
#: ../src/gnome/prompter.rs:136
32+
#, rust-format
33+
msgid "An application wants to change the password for the “{}” keyring. Choose the new password you want to use for it."
34+
msgstr "Неки програм жели да промени лозинку за привезак „{}“. Изаберите нову лозинку коју желите да користите."
35+
36+
#: ../src/gnome/prompter.rs:141
37+
msgid "This operation cannot be reverted"
38+
msgstr "Ова радња се не може поништити"
39+
40+
#: ../src/gnome/prompter.rs:147
41+
msgid "Continue"
42+
msgstr "Настави"
43+
44+
#: ../src/gnome/prompter.rs:148 ../src/gnome/prompter.rs:174 ../src/gnome/prompter.rs:196
45+
msgid "Cancel"
46+
msgstr "Откажи"
47+
48+
#: ../src/gnome/prompter.rs:158
49+
msgid "Unlock Keyring"
50+
msgstr "Откључај привезак"
51+
52+
#: ../src/gnome/prompter.rs:159
53+
msgid "Authentication required"
54+
msgstr "Потребна је пријава"
55+
56+
#: ../src/gnome/prompter.rs:162
57+
#, rust-format
58+
msgid "An application wants access to the keyring '{}', but it is locked"
59+
msgstr "Неки програм жели приступ привеску „{}“, али је он закључан"
60+
61+
#: ../src/gnome/prompter.rs:173
62+
msgid "Unlock"
63+
msgstr "Откључај"
64+
65+
#: ../src/gnome/prompter.rs:180
66+
msgid "New Keyring Password"
67+
msgstr "Лозинка новог привеска"
68+
69+
#: ../src/gnome/prompter.rs:181
70+
msgid "Choose password for new keyring"
71+
msgstr "Изаберите лозинку за нови привезак"
72+
73+
#: ../src/gnome/prompter.rs:184
74+
#, rust-format
75+
msgid "An application wants to create a new keyring called “{}”. Choose the password you want to use for it."
76+
msgstr "Неки програм жели да направи нови привезак под називом „{}“. Изаберите лозинку коју желите да користите за њега."
77+
78+
#: ../src/gnome/prompter.rs:195
79+
msgid "Create"
80+
msgstr "Направи"

0 commit comments

Comments
 (0)