aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10950] Correct comment for the second query.Andreas Fischer2012-06-231-1/+1
* [ticket/10950] Add empty line to make unset() call more visible.Andreas Fischer2012-06-231-0/+1
* [ticket/10950] Select the correct columns in SQL queries.Andreas Fischer2012-06-231-2/+2
* [ticket/10950] Use a variable for the private message id.Andreas Fischer2012-06-231-6/+8
* [ticket/10950] Move array initialisation to the front.Andreas Fischer2012-06-231-1/+2
* [ticket/10950] Remove redundant if statement.Andreas Fischer2012-06-231-12/+9
* [ticket/10950] Fix SQL coding style (indentation) in second SQL query.Andreas Fischer2012-06-231-1/+1
* [ticket/10950] Use proper ' in order to fix comment.Andreas Fischer2012-06-231-1/+1
* Merge remote-tracking branch 'nickvergessen/ticket/10935' into prep-release-3...Andreas Fischer2012-06-212-2/+16
|\
| * [ticket/10935] Limit number of PM rules per user to 5000Joas Schilling2012-06-202-2/+16
* | Merge remote-tracking branch 'Noxwizard/ticket/10925' into prep-release-3.0.11Andreas Fischer2012-06-201-1/+1
|\ \ | |/ |/|
| * [ticket/10925] Clarify installation requirements for SQLitePatrick Webster2012-06-191-1/+1
* | [develop-olympus] Add changelog for 3.0.11 release.Andreas Fischer2012-05-311-19/+136
* | [develop-olympus] Bump version numbers for 3.0.11-RC1 release.Andreas Fischer2012-05-313-5/+5
* | [develop-olympus] Bumping version numbers to final for 3.0.11 releases.Andreas Fischer2012-05-3110-11/+11
* | Merge remote-tracking branch 'github-bantu/ticket/10788' into develop-olympusNils Adermann2012-05-311-0/+1
|\ \
| * | [ticket/10788] Add Arty to the list of phpBB developers in docs/AUTHORS.Andreas Fischer2012-05-311-0/+1
| |/
* | Merge remote-tracking branch 'github-bantu/ticket/10790' into develop-olympusNils Adermann2012-05-311-6/+0
|\ \
| * | [ticket/10790] Remove a (kind of) dead code section from submit_pm().Andreas Fischer2012-05-221-6/+0
* | | Merge remote-tracking branch 'github-bantu/ticket/10550' into develop-olympusNils Adermann2012-05-311-1/+5
|\ \ \
| * | | [ticket/10550] Sort not installed styles list in the styles section of the ACP.Andreas Fischer2012-05-291-1/+5
* | | | Merge remote-tracking branch 'github-bantu/ticket/10611' into develop-olympusNils Adermann2012-05-311-3/+9
|\ \ \ \
| * | | | [ticket/10611] Filter out not existing database tables when making a backup.Andreas Fischer2012-05-301-1/+1
| * | | | [ticket/10611] Use phpbb_db_tools::sql_list_tables() instead of get_tables().Andreas Fischer2012-05-301-2/+1
| * | | | [ticket/10611] Generate db_tools instance in acp_database module.Andreas Fischer2012-05-301-0/+7
* | | | | Merge remote-tracking branch 'github-bantu/ticket/10162' into develop-olympusNils Adermann2012-05-311-1/+1
|\ \ \ \ \
| * | | | | [ticket/10162] Increase maximum length of email address TLD from 6 to 63.Andreas Fischer2012-05-301-1/+1
| |/ / / /
* | | | | Merge remote-tracking branch 'github-bantu/ticket/10751' into develop-olympusNils Adermann2012-05-315-1/+38
|\ \ \ \ \
| * | | | | [ticket/10751] Use sql_lower_text() in view_log(). log_data is a text column.Andreas Fischer2012-05-311-1/+2
| * | | | | [ticket/10751] Add sql_lower_text() to database abstraction layer.Andreas Fischer2012-05-314-0/+36
| |/ / / /
* | | | | Merge remote-tracking branch 'naderman/ticket/10908' into develop-olympusAndreas Fischer2012-05-313-6/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/10908] Document that 0 filesize configuration means limited by PHPNils Adermann2012-05-292-2/+2
| * | | | [ticket/10908] Download files only up to max_upload_filesize if limit is 0Nils Adermann2012-05-291-4/+29
| |/ / /
* | | | Merge branch 'naderman/ticket/10913' into develop-olympusDavid King2012-05-291-2/+9
|\ \ \ \
| * | | | [ticket/10913] Redirect to index if session id is required but was not sentNils Adermann2012-05-291-2/+9
| |/ / /
* | | | Merge remote-tracking branch 'github-dhruv/ticket/10308' into develop-olympusNils Adermann2012-05-293-14/+28
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/10308] fixes indentationDhruv Goel2012-05-111-19/+19
| * | | [ticket/10308] fixes language variable nameDhruv Goel2012-05-102-2/+2
| * | | [ticket/10308] makes variable booleanDhruv Goel2012-05-101-1/+1
| * | | [ticket/10308] fixes sql query, limit it to 1Dhruv Goel2012-05-102-5/+5
| * | | [ticket/10308] fixes user deletion if no postsDhruv Goel2012-05-101-1/+1
| * | | [ticket/10308] renames language key to USER_NO_POSTS_DELETEDhruv Goel2012-05-102-2/+2
| * | | [ticket/10308] fix language and user's total postsDhruv Goel2012-05-103-4/+14
| * | | [ticket/10308] fixes language entity.Dhruv Goel2012-05-102-2/+2
| * | | [ticket/10308] Displays message to user if there are no posts.Dhruv Goel2012-05-102-0/+4
| * | | [ticket/10308] disable retain/ delete posts option when deleting a userDhruv Goel2012-05-101-1/+1
* | | | Merge PR #813 branch 'bantu/ticket/10401' into develop-olympusOleg Pudeyev2012-05-211-1/+5
|\ \ \ \
| * | | | [ticket/10401] Return correct type when ldap_bind() fails in ldap_login().Andreas Fischer2012-05-221-1/+5
| | |/ / | |/| |
* | | | Merge PR #812 branch 'bantu/ticket/10565' into develop-olympusOleg Pudeyev2012-05-211-4/+7
|\ \ \ \
| * | | | [ticket/10565] Add line breaks to query in order to follow coding guidelines.Andreas Fischer2012-05-221-3/+7
rpm_sources.pm:478
#, c-format
msgid "Save changes"
msgstr "Сачувај измене"
-#: ../Rpmdrake/edit_urpm_sources.pm:495
+#: ../Rpmdrake/edit_urpm_sources.pm:487
#, c-format
msgid "Proxy..."
msgstr "Прокси..."
-#: ../Rpmdrake/edit_urpm_sources.pm:507
+#: ../Rpmdrake/edit_urpm_sources.pm:499
#, c-format
msgid "You need to insert the medium to continue"
msgstr "Морате да убаците медијум како би сте наставили"
-#: ../Rpmdrake/edit_urpm_sources.pm:508
+#: ../Rpmdrake/edit_urpm_sources.pm:500
#, c-format
msgid ""
"In order to save the changes, you need to insert the medium in the drive."
msgstr "Да би сте сачували измене, морате да убаците медијум у уређај."
-#: ../Rpmdrake/edit_urpm_sources.pm:544
+#: ../Rpmdrake/edit_urpm_sources.pm:535
#, c-format
msgid "Configure proxies"
msgstr "Подешавање проксија"
-#: ../Rpmdrake/edit_urpm_sources.pm:557
+#: ../Rpmdrake/edit_urpm_sources.pm:548
#, c-format
msgid "Proxy settings for media \"%s\""
msgstr "Прокси подешавања да медиј \"%s\""
-#: ../Rpmdrake/edit_urpm_sources.pm:558
+#: ../Rpmdrake/edit_urpm_sources.pm:549
#, c-format
msgid "Global proxy settings"
msgstr "Глобална прокси подешавања"
-#: ../Rpmdrake/edit_urpm_sources.pm:560
+#: ../Rpmdrake/edit_urpm_sources.pm:551
#, c-format
msgid ""
"If you need a proxy, enter the hostname and an optional port (syntax: "
@@ -471,142 +459,142 @@ msgstr ""
"Ако Вам је потребan прокси, унесите име домаћина и опциони порт (синтакса: "
"<proksi-domacin[:port]>):"
-#: ../Rpmdrake/edit_urpm_sources.pm:563
+#: ../Rpmdrake/edit_urpm_sources.pm:554
#, c-format
msgid "Proxy hostname:"
msgstr "Име прокси домаћина(hostname):"
-#: ../Rpmdrake/edit_urpm_sources.pm:566
+#: ../Rpmdrake/edit_urpm_sources.pm:557
#, c-format
msgid "You may specify a user/password for the proxy authentication:"
msgstr "Можете да подесите корисника/лозинку за идентификацију проксија:"
-#: ../Rpmdrake/edit_urpm_sources.pm:569
+#: ../Rpmdrake/edit_urpm_sources.pm:560
#, c-format
msgid "User:"
msgstr "Корисник:"
-#: ../Rpmdrake/edit_urpm_sources.pm:644
+#: ../Rpmdrake/edit_urpm_sources.pm:656
#, c-format
msgid "Add a parallel group"
msgstr "Додај паралелну групу"
-#: ../Rpmdrake/edit_urpm_sources.pm:644
+#: ../Rpmdrake/edit_urpm_sources.pm:656
#, c-format
msgid "Edit a parallel group"
msgstr "Уредите паралелну групу"
-#: ../Rpmdrake/edit_urpm_sources.pm:656
+#: ../Rpmdrake/edit_urpm_sources.pm:680
#, c-format
msgid "Add a medium limit"
msgstr "Додај лимит за медиј"
-#: ../Rpmdrake/edit_urpm_sources.pm:669
+#: ../Rpmdrake/edit_urpm_sources.pm:680
#, c-format
msgid "Choose a medium for adding in the media limit:"
msgstr "Изаберите медиј за додавање у лимит за медије:"
-#: ../Rpmdrake/edit_urpm_sources.pm:706
+#: ../Rpmdrake/edit_urpm_sources.pm:697
#, c-format
msgid "Add a host"
msgstr "Додај host"
-#: ../Rpmdrake/edit_urpm_sources.pm:713
+#: ../Rpmdrake/edit_urpm_sources.pm:697
#, c-format
msgid "Type in the hostname or IP address of the host to add:"
msgstr "Унесите у име хоста или IP адресу хоста за додавање:"
-#: ../Rpmdrake/edit_urpm_sources.pm:744
+#: ../Rpmdrake/edit_urpm_sources.pm:711
#, c-format
msgid "Editing parallel group \"%s\":"
msgstr "Измени паралелну групу \"%s\":"
-#: ../Rpmdrake/edit_urpm_sources.pm:748
+#: ../Rpmdrake/edit_urpm_sources.pm:715
#, c-format
msgid "Group name:"
msgstr "Име групе:"
-#: ../Rpmdrake/edit_urpm_sources.pm:749
+#: ../Rpmdrake/edit_urpm_sources.pm:716
#, c-format
msgid "Protocol:"
msgstr "Протокол:"
-#: ../Rpmdrake/edit_urpm_sources.pm:751
+#: ../Rpmdrake/edit_urpm_sources.pm:718
#, c-format
msgid "Media limit:"
msgstr "Лимит медија:"
-#: ../Rpmdrake/edit_urpm_sources.pm:756 ../Rpmdrake/edit_urpm_sources.pm:763
-#: ../Rpmdrake/edit_urpm_sources.pm:960 ../Rpmdrake/edit_urpm_sources.pm:1157
+#: ../Rpmdrake/edit_urpm_sources.pm:723 ../Rpmdrake/edit_urpm_sources.pm:732
+#: ../Rpmdrake/edit_urpm_sources.pm:916 ../Rpmdrake/edit_urpm_sources.pm:1114
#, c-format
msgid "Add"
msgstr "Додај"
-#: ../Rpmdrake/edit_urpm_sources.pm:757 ../Rpmdrake/edit_urpm_sources.pm:764
-#: ../Rpmdrake/edit_urpm_sources.pm:823 ../Rpmdrake/edit_urpm_sources.pm:964
-#: ../Rpmdrake/edit_urpm_sources.pm:1147
+#: ../Rpmdrake/edit_urpm_sources.pm:724 ../Rpmdrake/edit_urpm_sources.pm:733
+#: ../Rpmdrake/edit_urpm_sources.pm:794 ../Rpmdrake/edit_urpm_sources.pm:920
+#: ../Rpmdrake/edit_urpm_sources.pm:1104
#, c-format
msgid "Remove"
msgstr "Уклони"
-#: ../Rpmdrake/edit_urpm_sources.pm:758
+#: ../Rpmdrake/edit_urpm_sources.pm:727
#, c-format
msgid "Hosts:"
msgstr "Домаћини(Hosts):"
-#: ../Rpmdrake/edit_urpm_sources.pm:792
+#: ../Rpmdrake/edit_urpm_sources.pm:763
#, c-format
msgid "Configure parallel urpmi (distributed execution of urpmi)"
msgstr "Подесите паралелни urpmi (дистрибуирано покретање urpmi-ја)"
-#: ../Rpmdrake/edit_urpm_sources.pm:796
+#: ../Rpmdrake/edit_urpm_sources.pm:767
#, c-format
msgid "Group"
msgstr "Група"
-#: ../Rpmdrake/edit_urpm_sources.pm:796
+#: ../Rpmdrake/edit_urpm_sources.pm:767
#, c-format
msgid "Protocol"
msgstr "Протокол"
-#: ../Rpmdrake/edit_urpm_sources.pm:796
+#: ../Rpmdrake/edit_urpm_sources.pm:767
#, c-format
msgid "Media limit"
msgstr "Лимит за медије"
-#: ../Rpmdrake/edit_urpm_sources.pm:797
+#: ../Rpmdrake/edit_urpm_sources.pm:768
#, c-format
msgid "Command"
msgstr "Команда"
-#: ../Rpmdrake/edit_urpm_sources.pm:807 ../Rpmdrake/formatting.pm:125
-#: ../Rpmdrake/gui.pm:777 ../Rpmdrake/pkg.pm:119 ../Rpmdrake/pkg.pm:164
-#: ../Rpmdrake/pkg.pm:172 ../Rpmdrake/pkg.pm:193 ../Rpmdrake/rpmnew.pm:77
+#: ../Rpmdrake/edit_urpm_sources.pm:778 ../Rpmdrake/formatting.pm:127
+#: ../Rpmdrake/gui.pm:777 ../Rpmdrake/pkg.pm:118 ../Rpmdrake/pkg.pm:163
+#: ../Rpmdrake/pkg.pm:171 ../Rpmdrake/pkg.pm:192 ../Rpmdrake/rpmnew.pm:76
#, c-format
msgid "(none)"
msgstr "(ниједан)"
-#: ../Rpmdrake/edit_urpm_sources.pm:827
+#: ../Rpmdrake/edit_urpm_sources.pm:798
#, c-format
msgid "Edit..."
msgstr "Измени"
-#: ../Rpmdrake/edit_urpm_sources.pm:835
+#: ../Rpmdrake/edit_urpm_sources.pm:806
#, c-format
msgid "Add..."
msgstr "Додај..."
-#: ../Rpmdrake/edit_urpm_sources.pm:851
+#: ../Rpmdrake/edit_urpm_sources.pm:822
#, c-format
msgid "Manage keys for digital signatures of packages"
msgstr "Управља кључевима за дигиталне потписе пакета"
-#: ../Rpmdrake/edit_urpm_sources.pm:857 ../Rpmdrake/edit_urpm_sources.pm:1071
+#: ../Rpmdrake/edit_urpm_sources.pm:828 ../Rpmdrake/edit_urpm_sources.pm:1029
#, c-format
msgid "Medium"
msgstr "Медиј"
-#: ../Rpmdrake/edit_urpm_sources.pm:864
+#: ../Rpmdrake/edit_urpm_sources.pm:835
#, c-format
msgid ""
"_:cryptographic keys\n"
@@ -615,32 +603,27 @@ msgstr ""
"_:криптографски кључеви\n"
"Кључеви"
-#: ../Rpmdrake/edit_urpm_sources.pm:887
+#: ../Rpmdrake/edit_urpm_sources.pm:858
#, c-format
msgid "no name found, key doesn't exist in rpm keyring!"
msgstr "име није пронађено, кључ не постоји у rpm keyring!"
-#: ../Rpmdrake/edit_urpm_sources.pm:900
+#: ../Rpmdrake/edit_urpm_sources.pm:878
#, c-format
msgid "Add a key"
msgstr "Додај кључ"
-#: ../Rpmdrake/edit_urpm_sources.pm:913
+#: ../Rpmdrake/edit_urpm_sources.pm:878
#, c-format
msgid "Choose a key for adding to the medium %s"
msgstr "Изабери кључ који треба додати медијуму %s"
-#: ../Rpmdrake/edit_urpm_sources.pm:919
-#, c-format
-msgid "Close"
-msgstr "Затвори"
-
-#: ../Rpmdrake/edit_urpm_sources.pm:941
+#: ../Rpmdrake/edit_urpm_sources.pm:897
#, c-format
msgid "Remove a key"
msgstr "Уклони кључ"
-#: ../Rpmdrake/edit_urpm_sources.pm:942
+#: ../Rpmdrake/edit_urpm_sources.pm:898
#, c-format
msgid ""
"Are you sure you want to remove the key %s from medium %s?\n"
@@ -649,164 +632,164 @@ msgstr ""
"Да ли сте сигурни да желите да уклоните кључ %s са медија %s?\n"
"(име кључа: %s)"
-#: ../Rpmdrake/edit_urpm_sources.pm:981 ../Rpmdrake/edit_urpm_sources.pm:1140
+#: ../Rpmdrake/edit_urpm_sources.pm:937 ../Rpmdrake/edit_urpm_sources.pm:1097
#, c-format
msgid "Configure media"
msgstr "Подешавање медија"
-#: ../Rpmdrake/edit_urpm_sources.pm:988 ../Rpmdrake/edit_urpm_sources.pm:989
-#: ../Rpmdrake/edit_urpm_sources.pm:990 ../rpmdrake:430 ../rpmdrake:433
+#: ../Rpmdrake/edit_urpm_sources.pm:944 ../Rpmdrake/edit_urpm_sources.pm:945
+#: ../Rpmdrake/edit_urpm_sources.pm:946 ../rpmdrake:430 ../rpmdrake:433
#: ../rpmdrake:438 ../rpmdrake:453 ../rpmdrake:454
#, c-format
msgid "/_File"
msgstr "/_Фајл"
-#: ../Rpmdrake/edit_urpm_sources.pm:989 ../rpmdrake:454
-#, c-format
-msgid "/_Quit"
-msgstr "/_Крај"
-
-#: ../Rpmdrake/edit_urpm_sources.pm:989 ../rpmdrake:454
-#, c-format
-msgid "<control>Q"
-msgstr "<control>Q"
-
-#: ../Rpmdrake/edit_urpm_sources.pm:990
+#: ../Rpmdrake/edit_urpm_sources.pm:945
#, fuzzy, c-format
msgid "/_Update"
msgstr "Надоградња"
-#: ../Rpmdrake/edit_urpm_sources.pm:990
+#: ../Rpmdrake/edit_urpm_sources.pm:945
#, fuzzy, c-format
msgid "<control>U"
msgstr "<control>Q"
-#: ../Rpmdrake/edit_urpm_sources.pm:991 ../Rpmdrake/edit_urpm_sources.pm:992
-#: ../Rpmdrake/edit_urpm_sources.pm:993 ../Rpmdrake/edit_urpm_sources.pm:994
-#: ../Rpmdrake/edit_urpm_sources.pm:995 ../Rpmdrake/edit_urpm_sources.pm:996
+#: ../Rpmdrake/edit_urpm_sources.pm:946
+#, fuzzy, c-format
+msgid "/Close"
+msgstr "Затвори"
+
+#: ../Rpmdrake/edit_urpm_sources.pm:946
+#, fuzzy, c-format
+msgid "<control>W"
+msgstr "<control>Q"
+
+#: ../Rpmdrake/edit_urpm_sources.pm:947 ../Rpmdrake/edit_urpm_sources.pm:948
+#: ../Rpmdrake/edit_urpm_sources.pm:949 ../Rpmdrake/edit_urpm_sources.pm:950
+#: ../Rpmdrake/edit_urpm_sources.pm:951 ../Rpmdrake/edit_urpm_sources.pm:952
#: ../rpmdrake:427 ../rpmdrake:457 ../rpmdrake:461 ../rpmdrake:465
#: ../rpmdrake:504
#, c-format
msgid "/_Options"
msgstr "/_Опције"
-#: ../Rpmdrake/edit_urpm_sources.pm:992
+#: ../Rpmdrake/edit_urpm_sources.pm:948
#, fuzzy, c-format
msgid "/_Global options"
msgstr "Глобалне опције"
-#: ../Rpmdrake/edit_urpm_sources.pm:992
+#: ../Rpmdrake/edit_urpm_sources.pm:948
#, fuzzy, c-format
msgid "<control>G"
msgstr "<control>Q"
-#: ../Rpmdrake/edit_urpm_sources.pm:993
+#: ../Rpmdrake/edit_urpm_sources.pm:949
#, fuzzy, c-format
msgid "/_Add a custom medium"
msgstr "/_Надоградња медија"
-#: ../Rpmdrake/edit_urpm_sources.pm:993
+#: ../Rpmdrake/edit_urpm_sources.pm:949
#, fuzzy, c-format
msgid "<control>A"
msgstr "<control>Q"
-#: ../Rpmdrake/edit_urpm_sources.pm:994
+#: ../Rpmdrake/edit_urpm_sources.pm:950
#, fuzzy, c-format
msgid "/Manage _keys"
msgstr "Уреди кључеве..."
-#: ../Rpmdrake/edit_urpm_sources.pm:994
+#: ../Rpmdrake/edit_urpm_sources.pm:950
#, fuzzy, c-format
msgid "<control>K"
msgstr "<control>Q"
-#: ../Rpmdrake/edit_urpm_sources.pm:995
+#: ../Rpmdrake/edit_urpm_sources.pm:951
#, fuzzy, c-format
msgid "/_Parallel"
msgstr "Паралелно..."
-#: ../Rpmdrake/edit_urpm_sources.pm:995
+#: ../Rpmdrake/edit_urpm_sources.pm:951
#, fuzzy, c-format
msgid "<control>P"
msgstr "<control>Q"
-#: ../Rpmdrake/edit_urpm_sources.pm:996
+#: ../Rpmdrake/edit_urpm_sources.pm:952
#, fuzzy, c-format
msgid "/P_roxy"
msgstr "Прокси..."
-#: ../Rpmdrake/edit_urpm_sources.pm:996
+#: ../Rpmdrake/edit_urpm_sources.pm:952
#, fuzzy, c-format
msgid "<control>R"
msgstr "<control>Q"
-#: ../Rpmdrake/edit_urpm_sources.pm:998 ../Rpmdrake/edit_urpm_sources.pm:999
-#: ../Rpmdrake/edit_urpm_sources.pm:1000 ../Rpmdrake/edit_urpm_sources.pm:1001
+#: ../Rpmdrake/edit_urpm_sources.pm:954 ../Rpmdrake/edit_urpm_sources.pm:955
+#: ../Rpmdrake/edit_urpm_sources.pm:956 ../Rpmdrake/edit_urpm_sources.pm:957
#: ../rpmdrake:469 ../rpmdrake:470 ../rpmdrake:471 ../rpmdrake:472
#, c-format
msgid "/_Help"
msgstr "/_Помоћ"
-#: ../Rpmdrake/edit_urpm_sources.pm:999 ../rpmdrake:470
+#: ../Rpmdrake/edit_urpm_sources.pm:955 ../rpmdrake:470
#, c-format
msgid "/_Report Bug"
msgstr "/_Пријавите Баг"
-#: ../Rpmdrake/edit_urpm_sources.pm:1001 ../rpmdrake:472
+#: ../Rpmdrake/edit_urpm_sources.pm:957 ../rpmdrake:472
#, c-format
msgid "/_About..."
msgstr "/_О..."
-#: ../Rpmdrake/edit_urpm_sources.pm:1004 ../rpmdrake:475
+#: ../Rpmdrake/edit_urpm_sources.pm:960 ../rpmdrake:475
#, c-format
msgid "Rpmdrake"
msgstr "Rpmdrake"
-#: ../Rpmdrake/edit_urpm_sources.pm:1006 ../rpmdrake:477
+#: ../Rpmdrake/edit_urpm_sources.pm:962 ../rpmdrake:477
#, c-format
msgid "Copyright (C) %s by Mandriva"
msgstr "Сва права (C) %s задржава Мандрива"
-#: ../Rpmdrake/edit_urpm_sources.pm:1008 ../rpmdrake:479
+#: ../Rpmdrake/edit_urpm_sources.pm:964 ../rpmdrake:479
#, c-format
msgid "Rpmdrake is Mandriva Linux package management tool."
msgstr "Rpmdrake је Мандрива Линукс алат за руковање пакетима"
-#: ../Rpmdrake/edit_urpm_sources.pm:1010 ../rpmdrake:481
+#: ../Rpmdrake/edit_urpm_sources.pm:966 ../rpmdrake:481
#, c-format
msgid "Mandriva Linux"
msgstr "Мандрива Линукс"
#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
-#: ../Rpmdrake/edit_urpm_sources.pm:1015 ../rpmdrake:486
+#: ../Rpmdrake/edit_urpm_sources.pm:971 ../rpmdrake:486
#, c-format
msgid "_: Translator(s) name(s) & email(s)\n"
msgstr "Миодраг Живковић <miodragz@linuxo.org>\n"
-#: ../Rpmdrake/edit_urpm_sources.pm:1068 ../Rpmdrake/pkg.pm:274
+#: ../Rpmdrake/edit_urpm_sources.pm:1026 ../Rpmdrake/pkg.pm:271
#, c-format
msgid "Enabled"
msgstr "Укључи"
-#: ../Rpmdrake/edit_urpm_sources.pm:1069
+#: ../Rpmdrake/edit_urpm_sources.pm:1027
#, c-format
msgid "Updates"
msgstr "Надоградње"
-#: ../Rpmdrake/edit_urpm_sources.pm:1070
+#: ../Rpmdrake/edit_urpm_sources.pm:1028
#, c-format
msgid "Type"
msgstr "Тип"
-#: ../Rpmdrake/edit_urpm_sources.pm:1086
+#: ../Rpmdrake/edit_urpm_sources.pm:1043
#, c-format
msgid "This medium needs to be updated to be usable. Update it now ?"
msgstr ""
"Овај медиј се мора надоградити да био употребљив. Да ли желите сада да се "
"надогради ?"
-#: ../Rpmdrake/edit_urpm_sources.pm:1117
+#: ../Rpmdrake/edit_urpm_sources.pm:1074
#, c-format
msgid ""
"Unable to update medium, errors reported:\n"
@@ -817,12 +800,12 @@ msgstr ""
"\n"
"%s"
-#: ../Rpmdrake/edit_urpm_sources.pm:1151
+#: ../Rpmdrake/edit_urpm_sources.pm:1108
#, c-format
msgid "Edit"
msgstr "Измени"
-#: ../Rpmdrake/edit_urpm_sources.pm:1185 ../Rpmdrake/init.pm:143
+#: ../Rpmdrake/edit_urpm_sources.pm:1142 ../Rpmdrake/init.pm:143
#: ../gurpmi.addmedia:103
#, c-format
msgid ""
@@ -834,7 +817,7 @@ msgstr ""
"\n"
"Да ли је у реду да наставим?"
-#: ../Rpmdrake/edit_urpm_sources.pm:1188
+#: ../Rpmdrake/edit_urpm_sources.pm:1145
#, c-format
msgid ""
"Welcome to the Software Media Manager!\n"
@@ -850,7 +833,7 @@ msgstr ""
"на вашем рачунару. Након тога ће бити спремни за инсталацију нових пакета\n"
"или за надоградњу старих."
-#: ../Rpmdrake/edit_urpm_sources.pm:1205
+#: ../Rpmdrake/edit_urpm_sources.pm:1162
#, c-format
msgid ""
"Packages database is locked. Please close other applications\n"
@@ -859,23 +842,23 @@ msgid ""
"packages as well?)."
msgstr ""
-#: ../Rpmdrake/formatting.pm:100
+#: ../Rpmdrake/formatting.pm:101
#, c-format
msgid "None"
msgstr "Неиједан"
-#: ../Rpmdrake/formatting.pm:162
+#: ../Rpmdrake/formatting.pm:164
#, c-format
msgid "%s of additional disk space will be used."
msgstr ""
-#: ../Rpmdrake/formatting.pm:163
+#: ../Rpmdrake/formatting.pm:165
#, c-format
msgid "%s of disk space will be freed."
msgstr ""
#: ../Rpmdrake/gui.pm:94 ../Rpmdrake/gui.pm:178 ../Rpmdrake/gui.pm:180
-#: ../Rpmdrake/pkg.pm:185
+#: ../Rpmdrake/pkg.pm:184
#, c-format
msgid "(Not available)"
msgstr "(Није доступно)"
@@ -930,7 +913,7 @@ msgstr "Величина: "
msgid "%s KB"
msgstr "%s KB"
-#: ../Rpmdrake/gui.pm:150 ../Rpmdrake/gui.pm:185 ../rpmdrake.pm:824
+#: ../Rpmdrake/gui.pm:150 ../Rpmdrake/gui.pm:185 ../rpmdrake.pm:815
#, c-format
msgid "Medium: "
msgstr "Медиј: "
@@ -971,7 +954,7 @@ msgid "Description: "
msgstr "Опис:"
#: ../Rpmdrake/gui.pm:217 ../Rpmdrake/gui.pm:426 ../Rpmdrake/gui.pm:432
-#: ../Rpmdrake/pkg.pm:710 ../rpmdrake.pm:748 ../rpmdrake.pm:863
+#: ../Rpmdrake/pkg.pm:705 ../rpmdrake.pm:739 ../rpmdrake.pm:854
#, c-format
msgid "Warning"
msgstr "Упозорење"
@@ -1145,7 +1128,7 @@ msgstr ""
"\n"
"%s"
-#: ../Rpmdrake/gui.pm:673 ../Rpmdrake/pkg.pm:612
+#: ../Rpmdrake/gui.pm:673 ../Rpmdrake/pkg.pm:607
#, c-format
msgid "Some packages need to be removed"
msgstr "Неки пакети морају да се уклоне"
@@ -1250,7 +1233,7 @@ msgstr "Комресија"
#: ../Rpmdrake/icon.pm:40 ../Rpmdrake/icon.pm:46 ../Rpmdrake/icon.pm:57
#: ../Rpmdrake/icon.pm:71 ../Rpmdrake/icon.pm:89 ../Rpmdrake/icon.pm:110
-#: ../Rpmdrake/icon.pm:123 ../Rpmdrake/icon.pm:134 ../Rpmdrake/pkg.pm:87
+#: ../Rpmdrake/icon.pm:123 ../Rpmdrake/icon.pm:134 ../Rpmdrake/pkg.pm:86
#, c-format
msgid "Other"
msgstr "Остало"
@@ -2010,54 +1993,54 @@ msgstr ""
msgid "Do you want to add media sources now?"
msgstr "Да ли сте сигурни да желите да уклоните изворе \"%s\"?"
-#: ../Rpmdrake/pkg.pm:130
+#: ../Rpmdrake/pkg.pm:129
#, c-format
msgid "Getting information from XML meta-data from %s..."
msgstr ""
-#: ../Rpmdrake/pkg.pm:134
+#: ../Rpmdrake/pkg.pm:133
#, c-format
msgid "Getting '%s' from XML meta-data..."
msgstr ""
-#: ../Rpmdrake/pkg.pm:137 ../Rpmdrake/pkg.pm:307 ../Rpmdrake/pkg.pm:630
-#: ../Rpmdrake/pkg.pm:781 ../rpmdrake:119 ../rpmdrake.pm:329
+#: ../Rpmdrake/pkg.pm:136 ../Rpmdrake/pkg.pm:304 ../Rpmdrake/pkg.pm:625
+#: ../Rpmdrake/pkg.pm:776 ../rpmdrake:119 ../rpmdrake.pm:321
#, c-format
msgid "Please wait"
msgstr "Само моменат..."
-#: ../Rpmdrake/pkg.pm:149
+#: ../Rpmdrake/pkg.pm:148
#, c-format
msgid "No xml info for medium \"%s\", only partial result for package %s"
msgstr ""
-#: ../Rpmdrake/pkg.pm:151
+#: ../Rpmdrake/pkg.pm:150
#, c-format
msgid ""
"No xml info for medium \"%s\", unable to return any result for package %s"
msgstr ""
-#: ../Rpmdrake/pkg.pm:203 ../Rpmdrake/pkg.pm:208
+#: ../Rpmdrake/pkg.pm:200 ../Rpmdrake/pkg.pm:205
#, c-format
msgid "Downloading package `%s'..."
msgstr "Скидам пакет `%s'..."
-#: ../Rpmdrake/pkg.pm:210
+#: ../Rpmdrake/pkg.pm:207
#, c-format
msgid " %s%% of %s completed, ETA = %s, speed = %s"
msgstr ""
-#: ../Rpmdrake/pkg.pm:211
+#: ../Rpmdrake/pkg.pm:208
#, c-format
msgid " %s%% completed, speed = %s"
msgstr ""
-#: ../Rpmdrake/pkg.pm:254 ../Rpmdrake/pkg.pm:612
+#: ../Rpmdrake/pkg.pm:251 ../Rpmdrake/pkg.pm:607
#, c-format
msgid "Confirmation"
msgstr "Потврђивање"
-#: ../Rpmdrake/pkg.pm:255
+#: ../Rpmdrake/pkg.pm:252
#, c-format
msgid ""
"I need to contact the mirror to get latest update packages.\n"
@@ -2071,17 +2054,17 @@ msgstr ""
"\n"
"Да ли је У реду да наставим?"
-#: ../Rpmdrake/pkg.pm:259
+#: ../Rpmdrake/pkg.pm:256
#, c-format
msgid "Do not ask me next time"
msgstr ""
-#: ../Rpmdrake/pkg.pm:268
+#: ../Rpmdrake/pkg.pm:265
#, c-format
msgid "Already existing update media"
msgstr "Већ постојићи медиј за надоградњу"
-#: ../Rpmdrake/pkg.pm:269
+#: ../Rpmdrake/pkg.pm:266
#, fuzzy, c-format
msgid ""
"You already have at least one update medium configured, but\n"
@@ -2099,14 +2082,14 @@ msgstr ""
"\n"
"Затим рестартујте %s."
-#: ../Rpmdrake/pkg.pm:279
+#: ../Rpmdrake/pkg.pm:276
#, c-format
msgid ""
"You have no configured update media. MandrivaUpdate cannot operate without "
"any update media."
msgstr ""
-#: ../Rpmdrake/pkg.pm:280 ../rpmdrake.pm:547
+#: ../Rpmdrake/pkg.pm:277 ../rpmdrake.pm:538
#, c-format
msgid ""
"I need to contact the Mandriva website to get the mirror list.\n"
@@ -2120,12 +2103,12 @@ msgstr ""
"\n"
"Да ли је У реду да наставим?"
-#: ../Rpmdrake/pkg.pm:287
+#: ../Rpmdrake/pkg.pm:284
#, c-format
msgid "How to choose manually your mirror"
msgstr "Како ручно изабрати свој мирор сајт"
-#: ../Rpmdrake/pkg.pm:288
+#: ../Rpmdrake/pkg.pm:285
#, c-format
msgid ""
"You may also choose your desired mirror manually: to do so,\n"
@@ -2140,72 +2123,67 @@ msgstr ""
"\n"
"Затим, рестарујте %s."
-#: ../Rpmdrake/pkg.pm:307 ../Rpmdrake/pkg.pm:630
+#: ../Rpmdrake/pkg.pm:304 ../Rpmdrake/pkg.pm:625
#, c-format
msgid "Package installation..."
msgstr "Инсталација пакета..."
-#: ../Rpmdrake/pkg.pm:307 ../Rpmdrake/pkg.pm:630 ../Rpmdrake/pkg.pm:781
+#: ../Rpmdrake/pkg.pm:304 ../Rpmdrake/pkg.pm:625 ../Rpmdrake/pkg.pm:776
#, c-format
msgid "Initializing..."
msgstr "Иницијализација..."
-#: ../Rpmdrake/pkg.pm:320
+#: ../Rpmdrake/pkg.pm:317
#, c-format
msgid "Reading updates description"
msgstr "Читам описе надоградњи"
-#: ../Rpmdrake/pkg.pm:326 ../Rpmdrake/pkg.pm:402
+#: ../Rpmdrake/pkg.pm:323 ../Rpmdrake/pkg.pm:399
#, c-format
msgid "Please wait, finding available packages..."
msgstr "Молим Вас сачекајте, проналазим доступне пакете..."
-#: ../Rpmdrake/pkg.pm:332
+#: ../Rpmdrake/pkg.pm:329
#, c-format
msgid "Please wait, listing base packages..."
msgstr "Молим Вас сачекајте, прелиствам базу пакета"
-#: ../Rpmdrake/pkg.pm:369
+#: ../Rpmdrake/pkg.pm:366
#, c-format
msgid "Please wait, finding installed packages..."
msgstr "Молим Вас сачекајте, проналазим већ инсталиране пакете..."
-#: ../Rpmdrake/pkg.pm:500
+#: ../Rpmdrake/pkg.pm:497
#, c-format
msgid "Upgrade information"
msgstr "Информација о надоградњи"
-#: ../Rpmdrake/pkg.pm:502
+#: ../Rpmdrake/pkg.pm:499
#, c-format
msgid "These packages come with upgrade information"
msgstr "Ови пакети долазе са информацијама о надоградњи "
-#: ../Rpmdrake/pkg.pm:510
+#: ../Rpmdrake/pkg.pm:507
#, c-format
msgid "Upgrade information about this package"
msgstr "Надоградња информација о овом пакету"
-#: ../Rpmdrake/pkg.pm:513
+#: ../Rpmdrake/pkg.pm:510
#, c-format
msgid "Upgrade information about package %s"
msgstr "Надоградња информација о пакету %s"
-#: ../Rpmdrake/pkg.pm:529
-#, c-format
-msgid "Could not create temporary directory '%s'"
-msgstr ""
-
-#: ../Rpmdrake/pkg.pm:537 ../Rpmdrake/pkg.pm:757
+#: ../Rpmdrake/pkg.pm:532 ../Rpmdrake/pkg.pm:752
#, c-format
msgid "All requested packages were installed successfully."
msgstr "Сви пакети, који сте захтевали, су успешно инсталирани."
-#: ../Rpmdrake/pkg.pm:541 ../Rpmdrake/pkg.pm:731
+#: ../Rpmdrake/pkg.pm:536 ../Rpmdrake/pkg.pm:726
#, c-format
msgid "Problem during installation"
msgstr "Проблем за време инсталирања"
-#: ../Rpmdrake/pkg.pm:542 ../Rpmdrake/pkg.pm:562 ../Rpmdrake/pkg.pm:733
+#: ../Rpmdrake/pkg.pm:537 ../Rpmdrake/pkg.pm:557 ../Rpmdrake/pkg.pm:728
#, c-format
msgid ""
"There was a problem during the installation:\n"
@@ -2216,27 +2194,27 @@ msgstr ""
"\n"
"%s"
-#: ../Rpmdrake/pkg.pm:561 ../Rpmdrake/pkg.pm:721
+#: ../Rpmdrake/pkg.pm:556 ../Rpmdrake/pkg.pm:716
#, c-format
msgid "Installation failed"
msgstr "Инсталација неуспела"
-#: ../Rpmdrake/pkg.pm:581
+#: ../Rpmdrake/pkg.pm:576
#, c-format
msgid "Checking validity of requested packages..."
msgstr ""
-#: ../Rpmdrake/pkg.pm:592
+#: ../Rpmdrake/pkg.pm:587
#, c-format
msgid "Unable to get source packages."
msgstr "Не могу да добавим изворне пакете."
-#: ../Rpmdrake/pkg.pm:593
+#: ../Rpmdrake/pkg.pm:588
#, c-format
msgid "Unable to get source packages, sorry. %s"
msgstr "Не могу да добавим изворне пакете, жао ми је. %s"
-#: ../Rpmdrake/pkg.pm:594 ../Rpmdrake/pkg.pm:724
+#: ../Rpmdrake/pkg.pm:589 ../Rpmdrake/pkg.pm:719
#, c-format
msgid ""
"\n"
@@ -2249,7 +2227,7 @@ msgstr ""
"Пријављена Грешка(е):\n"
"%s"
-#: ../Rpmdrake/pkg.pm:609
+#: ../Rpmdrake/pkg.pm:604
#, fuzzy, c-format
msgid "The following package is going to be installed:"
msgid_plural "The following %d packages are going to be installed:"
@@ -2257,7 +2235,7 @@ msgstr[0] "Један од следећих пакета је потребан:"
msgstr[1] "Један од следећих пакета је потребан:"
msgstr[2] "Један од следећих пакета је потребан:"
-#: ../Rpmdrake/pkg.pm:615
+#: ../Rpmdrake/pkg.pm:610
#, c-format
msgid "Remove one package?"
msgid_plural "Remove %d packages?"
@@ -2265,7 +2243,7 @@ msgstr[0] "Уклони кључ"
msgstr[1] "Уклони кључ"
msgstr[2] "Уклони кључ"
-#: ../Rpmdrake/pkg.pm:617
+#: ../Rpmdrake/pkg.pm:612
#, fuzzy, c-format
msgid "The following package has to be removed for others to be upgraded:"
msgstr ""
@@ -2275,14 +2253,14 @@ msgstr ""
"\n"
"да ли је у реду да наставим?"
-#: ../Rpmdrake/pkg.pm:618
+#: ../Rpmdrake/pkg.pm:613
#, fuzzy, c-format
msgid "The following packages have to be removed for others to be upgraded:"
msgstr ""
"Следећи пакети се морају уклонити да би други могли да буду ажурирани:\n"
"%s"
-#: ../Rpmdrake/pkg.pm:621
+#: ../Rpmdrake/pkg.pm:616
#, fuzzy, c-format
msgid "Is it ok to continue?"
msgstr ""
@@ -2290,48 +2268,48 @@ msgstr ""
"\n"
"Да ли је У реду да наставим?"
-#: ../Rpmdrake/pkg.pm:642
+#: ../Rpmdrake/pkg.pm:637
#, c-format
msgid "Preparing packages installation..."
msgstr "Припремам инсталацију пакета"
-#: ../Rpmdrake/pkg.pm:642
+#: ../Rpmdrake/pkg.pm:637
#, fuzzy, c-format
msgid "Preparing package installation transaction..."
msgstr "Припремам инсталацију пакета"
-#: ../Rpmdrake/pkg.pm:645
+#: ../Rpmdrake/pkg.pm:640
#, c-format
msgid "Installing package `%s' (%s/%s)..."
msgstr "Инсталирам пакет `%s' (%s/%s)..."
-#: ../Rpmdrake/pkg.pm:646
+#: ../Rpmdrake/pkg.pm:641
#, c-format
msgid "Total: %s/%s"
msgstr ""
-#: ../Rpmdrake/pkg.pm:674 ../Rpmdrake/pkg.pm:740 ../Rpmdrake/pkg.pm:763
-#: ../rpmdrake.pm:735 ../rpmdrake.pm:822 ../rpmdrake.pm:846
+#: ../Rpmdrake/pkg.pm:669 ../Rpmdrake/pkg.pm:735 ../Rpmdrake/pkg.pm:758
+#: ../rpmdrake.pm:726 ../rpmdrake.pm:813 ../rpmdrake.pm:837
#, c-format
msgid "Error"
msgstr "Грешка"
-#: ../Rpmdrake/pkg.pm:698
+#: ../Rpmdrake/pkg.pm:693
#, c-format
msgid "Change medium"
msgstr "Промени медијум"
-#: ../Rpmdrake/pkg.pm:699
+#: ../Rpmdrake/pkg.pm:694
#, c-format
msgid "Please insert the medium named \"%s\" on device [%s]"
msgstr "Убаците медијум са именом \"%s\" у уређај [%s]"
-#: ../Rpmdrake/pkg.pm:703
+#: ../Rpmdrake/pkg.pm:698
#, c-format
msgid "Verifying package signatures..."
msgstr "Провера потписа на пакетима..."
-#: ../Rpmdrake/pkg.pm:722
+#: ../Rpmdrake/pkg.pm:717
#, c-format
msgid ""
"Installation failed, some files are missing:\n"
@@ -2344,22 +2322,22 @@ msgstr ""
"\n"
"Можда желите да надоградите базу података за медије."
-#: ../Rpmdrake/pkg.pm:732
+#: ../Rpmdrake/pkg.pm:727
#, c-format
msgid "%d installation transactions failed"
msgstr "%d инстлациона трансакција није успела"
-#: ../Rpmdrake/pkg.pm:741
+#: ../Rpmdrake/pkg.pm:736
#, c-format
msgid "Unrecoverable error: no package found for installation, sorry."
msgstr "Непоправљива грешка: Жао ми је јер није пронађен пакет за инсталацију"
-#: ../Rpmdrake/pkg.pm:744
+#: ../Rpmdrake/pkg.pm:739
#, c-format
msgid "Inspecting configuration files..."
msgstr ""
-#: ../Rpmdrake/pkg.pm:752
+#: ../Rpmdrake/pkg.pm:747
#, c-format
msgid ""
"The installation is finished; everything was installed correctly.\n"
@@ -2373,22 +2351,22 @@ msgstr ""
"или `.rpmsave',\n"
"морате да их проверите како би сте нешто предузели:"
-#: ../Rpmdrake/pkg.pm:758
+#: ../Rpmdrake/pkg.pm:753
#, c-format
msgid "Looking for \"README\" files..."
msgstr ""
-#: ../Rpmdrake/pkg.pm:781 ../Rpmdrake/pkg.pm:797
+#: ../Rpmdrake/pkg.pm:776 ../Rpmdrake/pkg.pm:792
#, c-format
msgid "Please wait, removing packages..."
msgstr "Молим Вас сачекајте, уклањам пакете..."
-#: ../Rpmdrake/pkg.pm:810
+#: ../Rpmdrake/pkg.pm:805
#, c-format
msgid "Problem during removal"
msgstr "Проблем приликом уклањања"
-#: ../Rpmdrake/pkg.pm:811
+#: ../Rpmdrake/pkg.pm:806
#, c-format
msgid ""
"There was a problem during the removal of packages:\n"
@@ -2399,34 +2377,34 @@ msgstr ""
"\n"
"%s"
-#: ../Rpmdrake/rpmnew.pm:78
+#: ../Rpmdrake/rpmnew.pm:77
#, c-format
msgid "Inspecting %s"
msgstr "Проверавам %s"
-#: ../Rpmdrake/rpmnew.pm:103
+#: ../Rpmdrake/rpmnew.pm:102
#, c-format
msgid "Changes:"
msgstr "Измене:"
-#: ../Rpmdrake/rpmnew.pm:112
+#: ../Rpmdrake/rpmnew.pm:111
#, c-format
msgid ""
"You can either remove the .%s file, use it as main file or do nothing. If "
"unsure, keep the current file (\"%s\")."
msgstr ""
-#: ../Rpmdrake/rpmnew.pm:113 ../Rpmdrake/rpmnew.pm:118
+#: ../Rpmdrake/rpmnew.pm:112 ../Rpmdrake/rpmnew.pm:117
#, c-format
msgid "Remove .%s"
msgstr "Уклони: %s"
-#: ../Rpmdrake/rpmnew.pm:122
+#: ../Rpmdrake/rpmnew.pm:121
#, c-format
msgid "Use .%s as main file"
msgstr "Користи %s као главни фајл"
-#: ../Rpmdrake/rpmnew.pm:126
+#: ../Rpmdrake/rpmnew.pm:125
#, c-format
msgid "Do nothing"
msgstr "Не ради ништа"
@@ -2613,8 +2591,8 @@ msgid "Bugfixes updates"
msgstr "Надоградње са исправкама"
#: ../rpmdrake:330
-#, c-format
-msgid "Normal updates"
+#, fuzzy, c-format
+msgid "General updates"
msgstr "Обичне надоградње"
#: ../rpmdrake:389
@@ -2657,6 +2635,16 @@ msgstr "/_Поново изабери"
msgid "/Reload the _packages list"
msgstr "/Поново учитај листу пакета"
+#: ../rpmdrake:454
+#, c-format
+msgid "/_Quit"
+msgstr "/_Крај"
+
+#: ../rpmdrake:454
+#, c-format
+msgid "<control>Q"
+msgstr "<control>Q"
+
#: ../rpmdrake:461
#, c-format
msgid "/_Media Manager"
@@ -2699,212 +2687,212 @@ msgid "To install, update or remove a package, just click on its \"checkbox\"."
msgstr ""
"Да би инсталирали, надоградили или уклонили пакет само кликните на његов"
-#: ../rpmdrake.pm:105
+#: ../rpmdrake.pm:104
#, c-format
msgid "Software Update"
msgstr "Надоградња софтвера"
-#: ../rpmdrake.pm:105
+#: ../rpmdrake.pm:104
#, c-format
msgid "Mandriva Linux Update"
msgstr "Мандрива Линукс Надоградња"
-#: ../rpmdrake.pm:132
+#: ../rpmdrake.pm:131
#, c-format
msgid "Please enter your credentials for accessing proxy\n"
msgstr "Молимо унесите Ваша овлашћења за приступ проксију\n"
-#: ../rpmdrake.pm:133
+#: ../rpmdrake.pm:132
#, c-format
msgid "User name:"
msgstr "Корисничко име:"
-#: ../rpmdrake.pm:187
+#: ../rpmdrake.pm:179
#, c-format
msgid "Software Packages Removal"
msgstr "Уклањање софтверских пакета пакета"
-#: ../rpmdrake.pm:188 ../rpmdrake.pm:192
+#: ../rpmdrake.pm:180 ../rpmdrake.pm:184
#, c-format
msgid "Software Packages Update"
msgstr "Надоградња софтверских пакета"
-#: ../rpmdrake.pm:189
+#: ../rpmdrake.pm:181
#, c-format
msgid "Software Packages Installation"
msgstr "Инсталација пакета"
-#: ../rpmdrake.pm:230
+#: ../rpmdrake.pm:222
#, c-format
msgid "No"
msgstr "Не"
-#: ../rpmdrake.pm:234
+#: ../rpmdrake.pm:226
#, c-format
msgid "Yes"
msgstr "Да"
-#: ../rpmdrake.pm:285
+#: ../rpmdrake.pm:277
#, c-format
msgid "Info..."
msgstr "Информације..."
-#: ../rpmdrake.pm:411
+#: ../rpmdrake.pm:403
#, c-format
msgid "Austria"
msgstr "Аустрија"
-#: ../rpmdrake.pm:412
+#: ../rpmdrake.pm:404
#, c-format
msgid "Australia"
msgstr "Аустралија"
-#: ../rpmdrake.pm:413
+#: ../rpmdrake.pm:405
#, c-format
msgid "Belgium"
msgstr "Белгија"
-#: ../rpmdrake.pm:414
+#: ../rpmdrake.pm:406
#, c-format
msgid "Brazil"
msgstr "Бразил"
-#: ../rpmdrake.pm:415
+#: ../rpmdrake.pm:407
#, c-format
msgid "Canada"
msgstr "Канада"
-#: ../rpmdrake.pm:416
+#: ../rpmdrake.pm:408
#, c-format
msgid "Switzerland"
msgstr "Швајцарска"
-#: ../rpmdrake.pm:417
+#: ../rpmdrake.pm:409
#, c-format
msgid "Costa Rica"
msgstr "Костарика"
-#: ../rpmdrake.pm:418
+#: ../rpmdrake.pm:410
#, c-format
msgid "Czech Republic"
msgstr "Чешка"
-#: ../rpmdrake.pm:419
+#: ../rpmdrake.pm:411
#, c-format
msgid "Germany"
msgstr "Немачка"
-#: ../rpmdrake.pm:420
+#: ../rpmdrake.pm:412
#, c-format
msgid "Danmark"
msgstr "Данска"
-#: ../rpmdrake.pm:421 ../rpmdrake.pm:425
+#: ../rpmdrake.pm:413 ../rpmdrake.pm:417
#, c-format
msgid "Greece"
msgstr "Грчка"
-#: ../rpmdrake.pm:422
+#: ../rpmdrake.pm:414
#, c-format
msgid "Spain"
msgstr "Шпанија"
-#: ../rpmdrake.pm:423
+#: ../rpmdrake.pm:415
#, c-format
msgid "Finland"
msgstr "Финска"
-#: ../rpmdrake.pm:424
+#: ../rpmdrake.pm:416
#, c-format
msgid "France"
msgstr "Француска"
-#: ../rpmdrake.pm:426
+#: ../rpmdrake.pm:418
#, c-format
msgid "Hungary"
msgstr "Мађарска"
-#: ../rpmdrake.pm:427
+#: ../rpmdrake.pm:419
#, c-format
msgid "Israel"
msgstr "Израел"
-#: ../rpmdrake.pm:428
+#: ../rpmdrake.pm:420
#, c-format
msgid "Italy"
msgstr "Италија"
-#: ../rpmdrake.pm:429
+#: ../rpmdrake.pm:421
#, c-format
msgid "Japan"
msgstr "Јапан"
-#: ../rpmdrake.pm:430
+#: ../rpmdrake.pm:422
#, c-format
msgid "Korea"
msgstr "Кореја"
-#: ../rpmdrake.pm:431
+#: ../rpmdrake.pm:423
#, c-format
msgid "Netherlands"
msgstr "Холандија"
-#: ../rpmdrake.pm:432
+#: ../rpmdrake.pm:424
#, c-format
msgid "Norway"
msgstr "Норвешка"
-#: ../rpmdrake.pm:433
+#: ../rpmdrake.pm:425
#, c-format
msgid "Poland"
msgstr "Пољска"
-#: ../rpmdrake.pm:434
+#: ../rpmdrake.pm:426
#, c-format
msgid "Portugal"
msgstr "Португал"
-#: ../rpmdrake.pm:435
+#: ../rpmdrake.pm:427
#, c-format
msgid "Russia"
msgstr "Русија"
-#: ../rpmdrake.pm:436
+#: ../rpmdrake.pm:428
#, c-format
msgid "Sweden"
msgstr "Шведска"
-#: ../rpmdrake.pm:437
+#: ../rpmdrake.pm:429
#, c-format
msgid "Singapore"
msgstr "Сингапур"
-#: ../rpmdrake.pm:438
+#: ../rpmdrake.pm:430
#, c-format
msgid "Slovakia"
msgstr "Словачка"
-#: ../rpmdrake.pm:439
+#: ../rpmdrake.pm:431
#, c-format
msgid "Taiwan"
msgstr "Тајван"
-#: ../rpmdrake.pm:440
+#: ../rpmdrake.pm:432
#, c-format
msgid "United Kingdom"
msgstr "Уједињено Краљевство"
-#: ../rpmdrake.pm:441
+#: ../rpmdrake.pm:433
#, c-format
msgid "China"
msgstr "Кина"
-#: ../rpmdrake.pm:442 ../rpmdrake.pm:443 ../rpmdrake.pm:444 ../rpmdrake.pm:445
+#: ../rpmdrake.pm:434 ../rpmdrake.pm:435 ../rpmdrake.pm:436 ../rpmdrake.pm:437
#, c-format
msgid "United States"
msgstr "Сједињене Америчке Државе"
-#: ../rpmdrake.pm:543
+#: ../rpmdrake.pm:534
#, c-format
msgid ""
"I need to access internet to get the mirror list.\n"
@@ -2917,29 +2905,29 @@ msgstr ""
"\n"
"Да ли је У реду да наставим?"
-#: ../rpmdrake.pm:553 ../rpmdrake.pm:591
+#: ../rpmdrake.pm:544 ../rpmdrake.pm:582
#, c-format
msgid "Mirror choice"
msgstr "Избор сервера ( мирора )"
-#: ../rpmdrake.pm:556
+#: ../rpmdrake.pm:547
#, c-format
msgid "Please wait, downloading mirror addresses."
msgstr "Молим Вас сачекајте, скидам листу додатних адреса сервера ( мирора ) "
-#: ../rpmdrake.pm:557
+#: ../rpmdrake.pm:548
#, c-format
msgid "Please wait, downloading mirror addresses from the Mandriva website."
msgstr ""
"Молим Вас сачекајте, скидам листу додатних адреса сервера ( мирора ) са "
"Мандривиног веб сајта."
-#: ../rpmdrake.pm:564
+#: ../rpmdrake.pm:555
#, c-format
msgid "Error during download"
msgstr "Грешка током преузимања са интернета"
-#: ../rpmdrake.pm:566
+#: ../rpmdrake.pm:557
#, c-format
msgid ""
"There was an error downloading the mirror list:\n"
@@ -2954,7 +2942,7 @@ msgstr ""
"Интернет, или Mandriva-ов веб сајт можда нису тренутно доступни.\n"
"Покушајте касније поново."
-#: ../rpmdrake.pm:571
+#: ../rpmdrake.pm:562
#, c-format
msgid ""
"There was an error downloading the mirror list:\n"
@@ -2969,17 +2957,17 @@ msgstr ""
"Интернет или Мандрива веб сајт можда нису тренутно доступни.\n"
"Покушајте касније поново."
-#: ../rpmdrake.pm:581
+#: ../rpmdrake.pm:572
#, c-format
msgid "No mirror"
msgstr "Нема сервера"
-#: ../rpmdrake.pm:583
+#: ../rpmdrake.pm:574
#, c-format
msgid "I can't find any suitable mirror."
msgstr "Не могу да нађем одговарајући сервер ( сервер )"
-#: ../rpmdrake.pm:584
+#: ../rpmdrake.pm:575
#, c-format
msgid ""
"I can't find any suitable mirror.\n"
@@ -2994,68 +2982,68 @@ msgstr ""
"случај да архитектура вашег процесора није подржана\n"
"од стране Мандрива Линукс Званичне Надоградње."
-#: ../rpmdrake.pm:603
+#: ../rpmdrake.pm:594
#, c-format
msgid "Please choose the desired mirror."
msgstr "Изаберите сервер по жељи."
-#: ../rpmdrake.pm:644
+#: ../rpmdrake.pm:635
#, c-format
msgid "Copying file for medium `%s'..."
msgstr "Копирам фајл за медиј `%s'..."
-#: ../rpmdrake.pm:647
+#: ../rpmdrake.pm:638
#, c-format
msgid "Examining file of medium `%s'..."
msgstr "Испитујем фајл за медиј `%s'..."
-#: ../rpmdrake.pm:650
+#: ../rpmdrake.pm:641
#, c-format
msgid "Examining remote file of medium `%s'..."
msgstr "Испитујем удаљени фајл за медиј `%s'..."
-#: ../rpmdrake.pm:654
+#: ../rpmdrake.pm:645
#, c-format
msgid " done."
msgstr " урађено."
-#: ../rpmdrake.pm:658
+#: ../rpmdrake.pm:649
#, c-format
msgid " failed!"
msgstr " неуспело!"
#. -PO: We're downloading the said file from the said medium
-#: ../rpmdrake.pm:662
+#: ../rpmdrake.pm:653
#, c-format
msgid "%s from medium %s"
msgstr "%s за медиј %s"
-#: ../rpmdrake.pm:666
+#: ../rpmdrake.pm:657
#, c-format
msgid "Starting download of `%s'..."
msgstr "Покрећем преузимање са `%s'..."
-#: ../rpmdrake.pm:670
+#: ../rpmdrake.pm:661
#, c-format
msgid "Download of `%s', time to go:%s, speed:%s"
msgstr "Преузимање са `%s', време до краја:%s, брзина:%s"
-#: ../rpmdrake.pm:673
+#: ../rpmdrake.pm:664
#, c-format
msgid "Download of `%s', speed:%s"
msgstr "Преузимање са `%s', брзина:%s"
-#: ../rpmdrake.pm:684
+#: ../rpmdrake.pm:675
#, c-format
msgid "Please wait, updating media..."
msgstr "Молим Вас сачекајте, надограђујем медиј..."
-#: ../rpmdrake.pm:711
+#: ../rpmdrake.pm:702
#, c-format
msgid "Error retrieving packages"
msgstr "Грешка приликом пристизања пакета"
-#: ../rpmdrake.pm:712
+#: ../rpmdrake.pm:703
#, c-format
msgid ""
"It's impossible to retrieve the list of new packages from the media\n"
@@ -3071,12 +3059,12 @@ msgstr ""
"како би се поново конфигурисао,или је тренутно недоступан и треба покушати\n"
"касније."
-#: ../rpmdrake.pm:743
+#: ../rpmdrake.pm:734
#, c-format
msgid "Update media"
msgstr "Надоградња медија"
-#: ../rpmdrake.pm:748
+#: ../rpmdrake.pm:739
#, c-format
msgid ""
"No active medium found. You must enable some media to be able to update them."
@@ -3084,12 +3072,12 @@ msgstr ""
"Нису нађени медији који су активни. Морате их учинити доступним да би их "
"могли надоградити."
-#: ../rpmdrake.pm:755
+#: ../rpmdrake.pm:746
#, c-format
msgid "Select the media you wish to update:"
msgstr "Изаберите медиј који желите да надоградите:"
-#: ../rpmdrake.pm:802
+#: ../rpmdrake.pm:793
#, c-format
msgid ""
"Unable to update medium; it will be automatically disabled.\n"
@@ -3102,7 +3090,7 @@ msgstr ""
"Грешке:\n"
"%s"
-#: ../rpmdrake.pm:823 ../rpmdrake.pm:834
+#: ../rpmdrake.pm:814 ../rpmdrake.pm:825
#, c-format
msgid ""
"Unable to add medium, errors reported:\n"
@@ -3113,17 +3101,17 @@ msgstr ""
"\n"
"%s"
-#: ../rpmdrake.pm:846
+#: ../rpmdrake.pm:837
#, c-format
msgid "Unable to create medium."
msgstr "Не могу да направим медиј."
-#: ../rpmdrake.pm:851
+#: ../rpmdrake.pm:842
#, c-format
msgid "Failure when adding medium"
msgstr "Грешка при убацивању медија"
-#: ../rpmdrake.pm:852
+#: ../rpmdrake.pm:843
#, c-format
msgid ""
"There was a problem adding medium:\n"
@@ -3134,7 +3122,7 @@ msgstr ""
"\n"
"%s"
-#: ../rpmdrake.pm:865
+#: ../rpmdrake.pm:856
#, c-format
msgid ""
"Your medium `%s', used for updates, does not match the version of %s you're "
@@ -3145,7 +3133,7 @@ msgstr ""
"користите (%s).\n"
"И биће онемогућено његово коришћење."
-#: ../rpmdrake.pm:868
+#: ../rpmdrake.pm:859
#, c-format
msgid ""
"Your medium `%s', used for updates, does not match the version of Mandriva "
@@ -3156,12 +3144,12 @@ msgstr ""
"који се користи (%s).\n"
"И биће онемогућено његово коришћење."
-#: ../rpmdrake.pm:899
+#: ../rpmdrake.pm:888
#, c-format
msgid "Help launched in background"
msgstr "Помоћ покренута у позадини"
-#: ../rpmdrake.pm:900
+#: ../rpmdrake.pm:889
#, c-format
msgid ""
"The help window has been started, it should appear shortly on your desktop."
@@ -3202,6 +3190,13 @@ msgstr "/_Надоградња медија"
msgid "Urpmi medium info"
msgstr "Надогради медиј"
+#~ msgid "Relative path to synthesis/hdlist:"
+#~ msgstr "Релативна путања ка synthesis/hdlist:"
+
+#~ msgid "If left blank, synthesis/hdlist will be automatically probed"
+#~ msgstr ""
+#~ "Уколико оставите празно, synthesis/hdlist ће бити аутоматски тестирана"
+
#~ msgid "Search"
#~ msgstr "Тражи"