@@ -8,13 +8,15 sl: | |||||
8 | default: "%Y-%m-%d" |
|
8 | default: "%Y-%m-%d" | |
9 | short: "%b %d" |
|
9 | short: "%b %d" | |
10 | long: "%B %d, %Y" |
|
10 | long: "%B %d, %Y" | |
11 |
|
11 | |||
12 | day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] |
|
12 | day_names: [Nedelja, Ponedeljek, Torek, Sreda, Četrtek, Petek, Sobota] | |
13 |
abbr_day_names: [ |
|
13 | abbr_day_names: [Ned, Pon, To, Sr, Čet, Pet, Sob] | |
14 |
|
14 | |||
15 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
15 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | |
|
16 | #month_names: [~, Januar, Februar, Marec, April, Maj, Junij, Julij, Avgust, September, November, December] | |||
16 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] |
|
17 | month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] | |
17 |
abbr_month_names: [~, Jan, Feb, Mar, Apr, Ma |
|
18 | abbr_month_names: [~, Jan, Feb, Mar, Apr, Maj, Jun, Jul, Aug, Sep, Oct, Nov, Dec] | |
|
19 | ||||
18 | # Used in date_select and datime_select. |
|
20 | # Used in date_select and datime_select. | |
19 | order: |
|
21 | order: | |
20 | - :year |
|
22 | - :year | |
@@ -32,40 +34,40 sl: | |||||
32 |
|
34 | |||
33 | datetime: |
|
35 | datetime: | |
34 | distance_in_words: |
|
36 | distance_in_words: | |
35 |
half_a_minute: " |
|
37 | half_a_minute: "pol minute" | |
36 | less_than_x_seconds: |
|
38 | less_than_x_seconds: | |
37 |
one: " |
|
39 | one: "manj kot 1. sekundo" | |
38 |
other: " |
|
40 | other: "manj kot %{count} sekund" | |
39 | x_seconds: |
|
41 | x_seconds: | |
40 |
one: "1 se |
|
42 | one: "1. sekunda" | |
41 |
other: "%{count} se |
|
43 | other: "%{count} sekund" | |
42 | less_than_x_minutes: |
|
44 | less_than_x_minutes: | |
43 |
one: " |
|
45 | one: "manj kot minuto" | |
44 |
other: " |
|
46 | other: "manj kot %{count} minut" | |
45 | x_minutes: |
|
47 | x_minutes: | |
46 |
one: "1 minut |
|
48 | one: "1 minuta" | |
47 |
other: "%{count} minut |
|
49 | other: "%{count} minut" | |
48 | about_x_hours: |
|
50 | about_x_hours: | |
49 |
one: " |
|
51 | one: "okrog 1. ure" | |
50 |
other: " |
|
52 | other: "okrog %{count} ur" | |
51 | x_days: |
|
53 | x_days: | |
52 |
one: "1 da |
|
54 | one: "1 dan" | |
53 |
other: "%{count} d |
|
55 | other: "%{count} dni" | |
54 | about_x_months: |
|
56 | about_x_months: | |
55 |
one: " |
|
57 | one: "okrog 1. mesec" | |
56 |
other: " |
|
58 | other: "okrog %{count} mesecev" | |
57 | x_months: |
|
59 | x_months: | |
58 |
one: "1 m |
|
60 | one: "1 mesec" | |
59 |
other: "%{count} m |
|
61 | other: "%{count} mesecev" | |
60 | about_x_years: |
|
62 | about_x_years: | |
61 |
one: " |
|
63 | one: "okrog 1. leto" | |
62 |
other: " |
|
64 | other: "okrog %{count} let" | |
63 | over_x_years: |
|
65 | over_x_years: | |
64 |
one: " |
|
66 | one: "več kot 1. leto" | |
65 |
other: " |
|
67 | other: "več kot %{count} let" | |
66 | almost_x_years: |
|
68 | almost_x_years: | |
67 |
one: " |
|
69 | one: "skoraj 1. leto" | |
68 |
other: " |
|
70 | other: "skoraj %{count} let" | |
69 |
|
71 | |||
70 | number: |
|
72 | number: | |
71 | format: |
|
73 | format: | |
@@ -90,15 +92,15 sl: | |||||
90 | # Used in array.to_sentence. |
|
92 | # Used in array.to_sentence. | |
91 | support: |
|
93 | support: | |
92 | array: |
|
94 | array: | |
93 |
sentence_connector: " |
|
95 | sentence_connector: "in" | |
94 | skip_last_comma: false |
|
96 | skip_last_comma: false | |
95 |
|
97 | |||
96 | activerecord: |
|
98 | activerecord: | |
97 | errors: |
|
99 | errors: | |
98 | template: |
|
100 | template: | |
99 | header: |
|
101 | header: | |
100 |
one: "1 |
|
102 | one: "1. napaka je preprečila temu %{model} da bi se shranil" | |
101 |
other: "%{count} |
|
103 | other: "%{count} napak je preprečilo temu %{model} da bi se shranil" | |
102 | messages: |
|
104 | messages: | |
103 | inclusion: "ni vključen na seznamu" |
|
105 | inclusion: "ni vključen na seznamu" | |
104 | exclusion: "je rezerviran" |
|
106 | exclusion: "je rezerviran" | |
@@ -113,17 +115,17 sl: | |||||
113 | taken: "je že zaseden" |
|
115 | taken: "je že zaseden" | |
114 | not_a_number: "ni število" |
|
116 | not_a_number: "ni število" | |
115 | not_a_date: "ni veljaven datum" |
|
117 | not_a_date: "ni veljaven datum" | |
116 |
greater_than: "m |
|
118 | greater_than: "mora biti večji kot %{count}" | |
117 |
greater_than_or_equal_to: "m |
|
119 | greater_than_or_equal_to: "mora biti večji ali enak kot %{count}" | |
118 |
equal_to: "m |
|
120 | equal_to: "mora biti enak kot %{count}" | |
119 |
less_than: "m |
|
121 | less_than: "mora biti manjši kot %{count}" | |
120 |
less_than_or_equal_to: "m |
|
122 | less_than_or_equal_to: "mora biti manjši ali enak kot %{count}" | |
121 |
odd: "m |
|
123 | odd: "mora biti sodo" | |
122 |
even: "m |
|
124 | even: "mora biti liho" | |
123 |
greater_than_start_date: "mora biti kasnejši kot začet |
|
125 | greater_than_start_date: "mora biti kasnejši kot začetni datum" | |
124 | not_same_project: "ne pripada istemu projektu" |
|
126 | not_same_project: "ne pripada istemu projektu" | |
125 | circular_dependency: "Ta odnos bi povzročil krožno odvisnost" |
|
127 | circular_dependency: "Ta odnos bi povzročil krožno odvisnost" | |
126 |
cant_link_an_issue_with_a_descendant: " |
|
128 | cant_link_an_issue_with_a_descendant: "Zahtevek ne more biti povezan s svojo podnalogo" | |
127 |
|
129 | |||
128 | actionview_instancetag_blank_option: Prosimo izberite |
|
130 | actionview_instancetag_blank_option: Prosimo izberite | |
129 |
|
131 | |||
@@ -372,9 +374,9 sl: | |||||
372 | label_project_new: Nov projekt |
|
374 | label_project_new: Nov projekt | |
373 | label_project_plural: Projekti |
|
375 | label_project_plural: Projekti | |
374 | label_x_projects: |
|
376 | label_x_projects: | |
375 |
zero: n |
|
377 | zero: ni projektov | |
376 |
one: 1 proje |
|
378 | one: 1 projekt | |
377 |
other: "%{count} proje |
|
379 | other: "%{count} projektov" | |
378 | label_project_all: Vsi projekti |
|
380 | label_project_all: Vsi projekti | |
379 | label_project_latest: Zadnji projekti |
|
381 | label_project_latest: Zadnji projekti | |
380 | label_issue: Zahtevek |
|
382 | label_issue: Zahtevek | |
@@ -476,22 +478,22 sl: | |||||
476 | label_export_to: 'Na razpolago tudi v:' |
|
478 | label_export_to: 'Na razpolago tudi v:' | |
477 | label_read: Preberi... |
|
479 | label_read: Preberi... | |
478 | label_public_projects: Javni projekti |
|
480 | label_public_projects: Javni projekti | |
479 |
label_open_issues: odpr |
|
481 | label_open_issues: odprt zahtevek | |
480 |
label_open_issues_plural: odpri zahtevk |
|
482 | label_open_issues_plural: odprti zahtevki | |
481 |
label_closed_issues: zapr |
|
483 | label_closed_issues: zaprt zahtevek | |
482 |
label_closed_issues_plural: zapri zahtevk |
|
484 | label_closed_issues_plural: zaprti zahtevki | |
483 | label_x_open_issues_abbr_on_total: |
|
485 | label_x_open_issues_abbr_on_total: | |
484 |
zero: 0 o |
|
486 | zero: 0 odprtih / %{total} | |
485 |
one: 1 o |
|
487 | one: 1 odprt / %{total} | |
486 |
other: "%{count} o |
|
488 | other: "%{count} odprtih / %{total}" | |
487 | label_x_open_issues_abbr: |
|
489 | label_x_open_issues_abbr: | |
488 |
zero: 0 o |
|
490 | zero: 0 odprtih | |
489 |
one: 1 o |
|
491 | one: 1 odprt | |
490 |
other: "%{count} o |
|
492 | other: "%{count} odprtih" | |
491 | label_x_closed_issues_abbr: |
|
493 | label_x_closed_issues_abbr: | |
492 |
zero: 0 |
|
494 | zero: 0 zaprtih | |
493 |
one: 1 |
|
495 | one: 1 zaprt | |
494 |
other: "%{count} |
|
496 | other: "%{count} zaprtih" | |
495 | label_total: Skupaj |
|
497 | label_total: Skupaj | |
496 | label_permissions: Dovoljenja |
|
498 | label_permissions: Dovoljenja | |
497 | label_current_status: Trenutno stanje |
|
499 | label_current_status: Trenutno stanje | |
@@ -507,7 +509,7 sl: | |||||
507 | label_per_page: Na stran |
|
509 | label_per_page: Na stran | |
508 | label_calendar: Koledar |
|
510 | label_calendar: Koledar | |
509 | label_months_from: mesecev od |
|
511 | label_months_from: mesecev od | |
510 |
label_gantt: Gant |
|
512 | label_gantt: Gantogram | |
511 | label_internal: Notranji |
|
513 | label_internal: Notranji | |
512 | label_last_changes: "zadnjih %{count} sprememb" |
|
514 | label_last_changes: "zadnjih %{count} sprememb" | |
513 | label_change_view_all: Poglej vse spremembe |
|
515 | label_change_view_all: Poglej vse spremembe | |
@@ -515,9 +517,9 sl: | |||||
515 | label_comment: Komentar |
|
517 | label_comment: Komentar | |
516 | label_comment_plural: Komentarji |
|
518 | label_comment_plural: Komentarji | |
517 | label_x_comments: |
|
519 | label_x_comments: | |
518 |
zero: n |
|
520 | zero: ni komentarjev | |
519 |
one: 1 |
|
521 | one: 1 komentar | |
520 |
other: "%{count} |
|
522 | other: "%{count} komentarjev" | |
521 | label_comment_add: Dodaj komentar |
|
523 | label_comment_add: Dodaj komentar | |
522 | label_comment_added: Komentar dodan |
|
524 | label_comment_added: Komentar dodan | |
523 | label_comment_delete: Izbriši komentarje |
|
525 | label_comment_delete: Izbriši komentarje | |
@@ -774,7 +776,7 sl: | |||||
774 | default_tracker_feature: Funkcija |
|
776 | default_tracker_feature: Funkcija | |
775 | default_tracker_support: Podpora |
|
777 | default_tracker_support: Podpora | |
776 | default_issue_status_new: Nov |
|
778 | default_issue_status_new: Nov | |
777 |
default_issue_status_in_progress: |
|
779 | default_issue_status_in_progress: V teku | |
778 | default_issue_status_resolved: Rešen |
|
780 | default_issue_status_resolved: Rešen | |
779 | default_issue_status_feedback: Povratna informacija |
|
781 | default_issue_status_feedback: Povratna informacija | |
780 | default_issue_status_closed: Zaključen |
|
782 | default_issue_status_closed: Zaključen | |
@@ -792,185 +794,185 sl: | |||||
792 | enumeration_issue_priorities: Prioritete zahtevkov |
|
794 | enumeration_issue_priorities: Prioritete zahtevkov | |
793 | enumeration_doc_categories: Kategorije dokumentov |
|
795 | enumeration_doc_categories: Kategorije dokumentov | |
794 | enumeration_activities: Aktivnosti (sledenje časa) |
|
796 | enumeration_activities: Aktivnosti (sledenje časa) | |
795 |
warning_attachments_not_saved: "%{count} |
|
797 | warning_attachments_not_saved: "%{count} datotek(e) ni bilo mogoče shraniti." | |
796 |
field_editable: |
|
798 | field_editable: Uredljivo | |
797 | text_plugin_assets_writable: Plugin assets directory writable |
|
799 | text_plugin_assets_writable: Zapisljiva mapa za vtičnike | |
798 |
label_display: |
|
800 | label_display: Prikaz | |
799 |
button_create_and_continue: |
|
801 | button_create_and_continue: Ustvari in nadaljuj | |
800 |
text_custom_field_possible_values_info: ' |
|
802 | text_custom_field_possible_values_info: 'Ena vrstica za vsako vrednost' | |
801 |
setting_repository_log_display_limit: |
|
803 | setting_repository_log_display_limit: Največje število prikazanih revizij v log datoteki | |
802 | setting_file_max_size_displayed: Max size of text files displayed inline |
|
804 | setting_file_max_size_displayed: Največja velikost besedilnih datotek v vključenem prikazu | |
803 |
field_watcher: |
|
805 | field_watcher: Opazovalec | |
804 |
setting_openid: |
|
806 | setting_openid: Dovoli OpenID prijavo in registracijo | |
805 | field_identity_url: OpenID URL |
|
807 | field_identity_url: OpenID URL | |
806 |
label_login_with_open_id_option: |
|
808 | label_login_with_open_id_option: ali se prijavi z OpenID | |
807 |
field_content: |
|
809 | field_content: Vsebina | |
808 |
label_descending: |
|
810 | label_descending: Padajoče | |
809 |
label_sort: |
|
811 | label_sort: Razvrsti | |
810 |
label_ascending: |
|
812 | label_ascending: Naraščajoče | |
811 |
label_date_from_to: |
|
813 | label_date_from_to: Od %{start} do %{end} | |
812 | label_greater_or_equal: ">=" |
|
814 | label_greater_or_equal: ">=" | |
813 | label_less_or_equal: <= |
|
815 | label_less_or_equal: <= | |
814 | text_wiki_page_destroy_question: This page has %{descendants} child page(s) and descendant(s). What do you want to do? |
|
816 | text_wiki_page_destroy_question: Ta stran ima %{descendants} podstran(i) in naslednik(ov). Kaj želite storiti? | |
815 |
text_wiki_page_reassign_children: |
|
817 | text_wiki_page_reassign_children: Znova dodeli podstrani tej glavni strani | |
816 |
text_wiki_page_nullify_children: |
|
818 | text_wiki_page_nullify_children: Obdrži podstrani kot glavne strani | |
817 | text_wiki_page_destroy_children: Delete child pages and all their descendants |
|
819 | text_wiki_page_destroy_children: Izbriši podstrani in vse njihove naslednike | |
818 |
setting_password_min_length: Minim |
|
820 | setting_password_min_length: Minimalna dolžina gesla | |
819 |
field_group_by: |
|
821 | field_group_by: Združi rezultate po | |
820 |
mail_subject_wiki_content_updated: "'%{id}' wiki |
|
822 | mail_subject_wiki_content_updated: "'%{id}' wiki stran je bila posodobljena" | |
821 |
label_wiki_content_added: Wiki |
|
823 | label_wiki_content_added: Wiki stran dodana | |
822 |
mail_subject_wiki_content_added: "'%{id}' wiki |
|
824 | mail_subject_wiki_content_added: "'%{id}' wiki stran je bila dodana" | |
823 |
mail_body_wiki_content_added: |
|
825 | mail_body_wiki_content_added: %{author} je dodal '%{id}' wiki stran | |
824 |
label_wiki_content_updated: Wiki |
|
826 | label_wiki_content_updated: Wiki stran posodobljena | |
825 |
mail_body_wiki_content_updated: |
|
827 | mail_body_wiki_content_updated: %{author} je posodobil '%{id}' wiki stran. | |
826 |
permission_add_project: |
|
828 | permission_add_project: Ustvari projekt | |
827 |
setting_new_project_user_role_id: |
|
829 | setting_new_project_user_role_id: Vloga, dodeljena neadministratorskemu uporabniku, ki je ustvaril projekt | |
828 |
label_view_all_revisions: |
|
830 | label_view_all_revisions: Poglej vse revizije | |
829 |
label_tag: |
|
831 | label_tag: Oznaka | |
830 |
label_branch: |
|
832 | label_branch: Veja | |
831 | error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings. |
|
833 | error_no_tracker_in_project: Noben sledilnik ni povezan s tem projektom. Prosimo preverite nastavitve projekta. | |
832 | error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses"). |
|
834 | error_no_default_issue_status: Privzeti zahtevek ni definiran. Prosimo preverite svoje nastavitve (Pojdite na "Administracija -> Stanje zahtevkov"). | |
833 |
text_journal_changed: "%{label} |
|
835 | text_journal_changed: "%{label} se je spremenilo iz %{old} v %{new}" | |
834 |
text_journal_set_to: "%{label} s |
|
836 | text_journal_set_to: "%{label} nastavljeno na %{value}" | |
835 |
text_journal_deleted: "%{label} |
|
837 | text_journal_deleted: "%{label} izbrisan (%{old})" | |
836 |
label_group_plural: |
|
838 | label_group_plural: Skupine | |
837 |
label_group: |
|
839 | label_group: Skupina | |
838 |
label_group_new: N |
|
840 | label_group_new: Nova skupina | |
839 |
label_time_entry_plural: |
|
841 | label_time_entry_plural: Porabljen čas | |
840 |
text_journal_added: "%{label} %{value} |
|
842 | text_journal_added: "%{label} %{value} dodan" | |
841 |
field_active: A |
|
843 | field_active: Aktiven | |
842 |
enumeration_system_activity: S |
|
844 | enumeration_system_activity: Sistemska aktivnost | |
843 |
permission_delete_issue_watchers: |
|
845 | permission_delete_issue_watchers: Izbriši opazovalce | |
844 |
version_status_closed: |
|
846 | version_status_closed: zaprt | |
845 |
version_status_locked: |
|
847 | version_status_locked: zaklenjen | |
846 |
version_status_open: o |
|
848 | version_status_open: odprt | |
847 | error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened |
|
849 | error_can_not_reopen_issue_on_closed_version: Zahtevek dodeljen zaprti verziji ne more biti ponovno odprt | |
848 |
label_user_anonymous: Anon |
|
850 | label_user_anonymous: Anonimni | |
849 |
button_move_and_follow: |
|
851 | button_move_and_follow: Premakni in sledi | |
850 |
setting_default_projects_modules: |
|
852 | setting_default_projects_modules: Privzeti moduli za nove projekte | |
851 |
setting_gravatar_default: |
|
853 | setting_gravatar_default: Privzeta Gravatar slika | |
852 |
field_sharing: |
|
854 | field_sharing: Deljenje | |
853 |
label_version_sharing_hierarchy: |
|
855 | label_version_sharing_hierarchy: S projektno hierarhijo | |
854 |
label_version_sharing_system: |
|
856 | label_version_sharing_system: Z vsemi projekti | |
855 |
label_version_sharing_descendants: |
|
857 | label_version_sharing_descendants: S podprojekti | |
856 |
label_version_sharing_tree: |
|
858 | label_version_sharing_tree: Z drevesom projekta | |
857 |
label_version_sharing_none: N |
|
859 | label_version_sharing_none: Ni deljeno | |
858 |
error_can_not_archive_project: T |
|
860 | error_can_not_archive_project: Ta projekt ne more biti arhiviran | |
859 |
button_duplicate: |
|
861 | button_duplicate: Podvoji | |
860 |
button_copy_and_follow: |
|
862 | button_copy_and_follow: Kopiraj in sledi | |
861 |
label_copy_source: |
|
863 | label_copy_source: Vir | |
862 | setting_issue_done_ratio: Calculate the issue done ratio with |
|
864 | setting_issue_done_ratio: Izračunaj razmerje opravljenega zahtevka z | |
863 |
setting_issue_done_ratio_issue_status: U |
|
865 | setting_issue_done_ratio_issue_status: Uporabi stanje zahtevka | |
864 | error_issue_done_ratios_not_updated: Issue done ratios not updated. |
|
866 | error_issue_done_ratios_not_updated: Razmerje opravljenega zahtevka ni bilo posodobljeno. | |
865 | error_workflow_copy_target: Please select target tracker(s) and role(s) |
|
867 | error_workflow_copy_target: Prosimo izberite ciljni(e) sledilnik(e) in vlogo(e) | |
866 |
setting_issue_done_ratio_issue_field: U |
|
868 | setting_issue_done_ratio_issue_field: Uporabi polje zahtevka | |
867 |
label_copy_same_as_target: |
|
869 | label_copy_same_as_target: Enako kot cilj | |
868 |
label_copy_target: |
|
870 | label_copy_target: Cilj | |
869 |
notice_issue_done_ratios_updated: |
|
871 | notice_issue_done_ratios_updated: Razmerje opravljenega zahtevka posodobljeno. | |
870 | error_workflow_copy_source: Please select a source tracker or role |
|
872 | error_workflow_copy_source: Prosimo izberite vir zahtevka ali vlogo | |
871 |
label_update_issue_done_ratios: |
|
873 | label_update_issue_done_ratios: Posodobi razmerje opravljenega zahtevka | |
872 |
setting_start_of_week: |
|
874 | setting_start_of_week: Začni koledarje z | |
873 |
permission_view_issues: |
|
875 | permission_view_issues: Poglej zahtevke | |
874 |
label_display_used_statuses_only: |
|
876 | label_display_used_statuses_only: Prikaži samo stanja ki uporabljajo ta sledilnik | |
875 |
label_revision_id: Revi |
|
877 | label_revision_id: Revizija %{value} | |
876 |
label_api_access_key: API |
|
878 | label_api_access_key: API dostopni ključ | |
877 |
label_api_access_key_created_on: API |
|
879 | label_api_access_key_created_on: API dostopni ključ ustvarjen pred %{value} | |
878 |
label_feeds_access_key: RSS |
|
880 | label_feeds_access_key: RSS dostopni ključ | |
879 |
notice_api_access_key_reseted: |
|
881 | notice_api_access_key_reseted: Vaš API dostopni ključ je bil ponastavljen. | |
880 |
setting_rest_api_enabled: |
|
882 | setting_rest_api_enabled: Omogoči REST spletni servis | |
881 |
label_missing_api_access_key: M |
|
883 | label_missing_api_access_key: Manjkajoč API dostopni ključ | |
882 |
label_missing_feeds_access_key: M |
|
884 | label_missing_feeds_access_key: Manjkajoč RSS dostopni ključ | |
883 |
button_show: |
|
885 | button_show: Prikaži | |
884 | text_line_separated: Multiple values allowed (one line for each value). |
|
886 | text_line_separated: Dovoljenih več vrednosti (ena vrstica za vsako vrednost). | |
885 | setting_mail_handler_body_delimiters: Truncate emails after one of these lines |
|
887 | setting_mail_handler_body_delimiters: Odreži e-pošto po eni od teh vrstic | |
886 |
permission_add_subprojects: |
|
888 | permission_add_subprojects: Ustvari podprojekte | |
887 |
label_subproject_new: N |
|
889 | label_subproject_new: Nov podprojekt | |
888 | text_own_membership_delete_confirmation: |- |
|
890 | text_own_membership_delete_confirmation: |- | |
889 | You are about to remove some or all of your permissions and may no longer be able to edit this project after that. |
|
891 | Odstranili boste nekatere ali vse od dovoljenj zaradi česar morda ne boste mogli več urejati tega projekta. | |
890 | Are you sure you want to continue? |
|
892 | Ali ste prepričani, da želite nadaljevati? | |
891 |
label_close_versions: |
|
893 | label_close_versions: Zapri dokončane verzije | |
892 |
label_board_sticky: |
|
894 | label_board_sticky: Lepljivo | |
893 |
label_board_locked: |
|
895 | label_board_locked: Zaklenjeno | |
894 |
permission_export_wiki_pages: |
|
896 | permission_export_wiki_pages: Izvozi wiki strani | |
895 |
setting_cache_formatted_text: |
|
897 | setting_cache_formatted_text: Predpomni oblikovano besedilo | |
896 |
permission_manage_project_activities: |
|
898 | permission_manage_project_activities: Uredi aktivnosti projekta | |
897 |
error_unable_delete_issue_status: |
|
899 | error_unable_delete_issue_status: Stanja zahtevka ni bilo možno spremeniti | |
898 |
label_profile: Profil |
|
900 | label_profile: Profil | |
899 |
permission_manage_subtasks: |
|
901 | permission_manage_subtasks: Uredi podnaloge | |
900 |
field_parent_issue: |
|
902 | field_parent_issue: Nadrejena naloga | |
901 |
label_subtask_plural: |
|
903 | label_subtask_plural: Podnaloge | |
902 |
label_project_copy_notifications: |
|
904 | label_project_copy_notifications: Med kopiranjem projekta pošlji e-poštno sporočilo | |
903 |
error_can_not_delete_custom_field: |
|
905 | error_can_not_delete_custom_field: Polja po meri ni mogoče izbrisati | |
904 |
error_unable_to_connect: |
|
906 | error_unable_to_connect: Povezava ni mogoča (%{value}) | |
905 |
error_can_not_remove_role: T |
|
907 | error_can_not_remove_role: Ta vloga je v uporabi in je ni mogoče izbrisati. | |
906 | error_can_not_delete_tracker: This tracker contains issues and can't be deleted. |
|
908 | error_can_not_delete_tracker: Ta sledilnik vsebuje zahtevke in se ga ne more izbrisati. | |
907 |
field_principal: |
|
909 | field_principal: Upravnik varnosti | |
908 |
label_my_page_block: M |
|
910 | label_my_page_block: Moj gradnik strani | |
909 |
notice_failed_to_save_members: " |
|
911 | notice_failed_to_save_members: "Shranjevanje uporabnika(ov) ni uspelo: %{errors}." | |
910 |
text_zoom_out: |
|
912 | text_zoom_out: Približaj | |
911 |
text_zoom_in: |
|
913 | text_zoom_in: Oddalji | |
912 |
notice_unable_delete_time_entry: |
|
914 | notice_unable_delete_time_entry: Brisanje dnevnika porabljenaga časa ni mogoče. | |
913 |
label_overall_spent_time: |
|
915 | label_overall_spent_time: Skupni porabljeni čas | |
914 |
field_time_entries: |
|
916 | field_time_entries: Beleži porabljeni čas | |
915 |
project_module_gantt: Gant |
|
917 | project_module_gantt: Gantogram | |
916 |
project_module_calendar: |
|
918 | project_module_calendar: Koledear | |
917 |
button_edit_associated_wikipage: " |
|
919 | button_edit_associated_wikipage: "Uredi povezano Wiki stran: %{page_title}" | |
918 |
text_are_you_sure_with_children: |
|
920 | text_are_you_sure_with_children: Izbriši zahtevek in vse podazahtevke? | |
919 |
field_text: |
|
921 | field_text: Besedilno polje | |
920 |
label_user_mail_option_only_owner: |
|
922 | label_user_mail_option_only_owner: Samo za stvari katerih lastnik sem | |
921 |
setting_default_notification_option: |
|
923 | setting_default_notification_option: Privzeta možnost obveščanja | |
922 |
label_user_mail_option_only_my_events: |
|
924 | label_user_mail_option_only_my_events: Samo za stvari, ki jih opazujem ali sem v njih vpleten | |
923 |
label_user_mail_option_only_assigned: |
|
925 | label_user_mail_option_only_assigned: Samo za stvari, ki smo mi dodeljene | |
924 |
label_user_mail_option_none: No |
|
926 | label_user_mail_option_none: Noben dogodek | |
925 |
field_member_of_group: |
|
927 | field_member_of_group: Pooblaščenčeva skupina | |
926 |
field_assigned_to_role: |
|
928 | field_assigned_to_role: Pooblaščenčeva vloga | |
927 |
notice_not_authorized_archived_project: |
|
929 | notice_not_authorized_archived_project: Projekt, do katerega poskušate dostopati, je bil arhiviran. | |
928 |
label_principal_search: " |
|
930 | label_principal_search: "Poišči uporabnika ali skupino:" | |
929 |
label_user_search: " |
|
931 | label_user_search: "Poišči uporabnikia:" | |
930 |
field_visible: Vi |
|
932 | field_visible: Viden | |
931 |
setting_emails_header: |
|
933 | setting_emails_header: Glava e-pošte | |
932 |
setting_commit_logtime_activity_id: A |
|
934 | setting_commit_logtime_activity_id: Aktivnost zabeleženega časa | |
933 |
text_time_logged_by_changeset: |
|
935 | text_time_logged_by_changeset: Uporabljeno v spremembi %{value}. | |
934 |
setting_commit_logtime_enabled: |
|
936 | setting_commit_logtime_enabled: Omogoči beleženje časa | |
935 | notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) |
|
937 | notice_gantt_chart_truncated: Graf je bil odrezan, ker je prekoračil največje dovoljeno število elementov, ki se jih lahko prikaže (%{max}) | |
936 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart |
|
938 | setting_gantt_items_limit: Največje število elementov prikazano na gantogramu | |
937 | field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text |
|
939 | field_warn_on_leaving_unsaved: Opozori me, kadar zapuščam stran z neshranjenim besedilom | |
938 | text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. |
|
940 | text_warn_on_leaving_unsaved: Trenutna stran vsebuje neshranjeno besedilo ki bo izgubljeno, če zapustite to stran. | |
939 |
label_my_queries: M |
|
941 | label_my_queries: Moje poizvedbe po meri | |
940 |
text_journal_changed_no_detail: "%{label} |
|
942 | text_journal_changed_no_detail: "%{label} posodobljen" | |
941 |
label_news_comment_added: |
|
943 | label_news_comment_added: Komentar dodan novici | |
942 |
button_expand_all: |
|
944 | button_expand_all: Razširi vse | |
943 |
button_collapse_all: |
|
945 | button_collapse_all: Skrči vse | |
944 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee |
|
946 | label_additional_workflow_transitions_for_assignee: Dovoljeni dodatni prehodi kadar je uporabnik pooblaščenec | |
945 |
label_additional_workflow_transitions_for_author: |
|
947 | label_additional_workflow_transitions_for_author: Dovoljeni dodatni prehodi kadar je uporabnik avtor | |
946 |
label_bulk_edit_selected_time_entries: |
|
948 | label_bulk_edit_selected_time_entries: Skupinsko urejanje izbranih časovnih zapisov | |
947 | text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? |
|
949 | text_time_entries_destroy_confirmation: Ali ste prepričani, da želite izbristai izbran(e) časovn(i/e) zapis(e)? | |
948 |
label_role_anonymous: Anon |
|
950 | label_role_anonymous: Anonimni | |
949 |
label_role_non_member: N |
|
951 | label_role_non_member: Nečlan | |
950 |
label_issue_note_added: |
|
952 | label_issue_note_added: Dodan zaznamek | |
951 |
label_issue_status_updated: Status |
|
953 | label_issue_status_updated: Status posodobljen | |
952 |
label_issue_priority_updated: Priorit |
|
954 | label_issue_priority_updated: Prioriteta posodobljena | |
953 | label_issues_visibility_own: Issues created by or assigned to the user |
|
955 | label_issues_visibility_own: Zahtevek ustvarjen s strani uporabnika ali dodeljen uporabniku | |
954 |
field_issues_visibility: |
|
956 | field_issues_visibility: Vidljivost zahtevkov | |
955 |
label_issues_visibility_all: |
|
957 | label_issues_visibility_all: Vsi zahtevki | |
956 |
permission_set_own_issues_private: |
|
958 | permission_set_own_issues_private: Nastavi lastne zahtevke kot javne ali zasebne | |
957 |
field_is_private: |
|
959 | field_is_private: Zaseben | |
958 |
permission_set_issues_private: |
|
960 | permission_set_issues_private: Nastavi zahtevke kot javne ali zasebne | |
959 |
label_issues_visibility_public: |
|
961 | label_issues_visibility_public: Vsi nezasebni zahtevki | |
960 |
text_issues_destroy_descendants_confirmation: T |
|
962 | text_issues_destroy_descendants_confirmation: To bo izbrisalo tudi %{count} podnalog(o). | |
961 | field_commit_logs_encoding: Kodiranje sporočil ob predaji |
|
963 | field_commit_logs_encoding: Kodiranje sporočil ob predaji | |
962 |
field_scm_path_encoding: P |
|
964 | field_scm_path_encoding: Pot do kodiranja | |
963 |
text_scm_path_encoding_note: " |
|
965 | text_scm_path_encoding_note: "Privzeto: UTF-8" | |
964 |
field_path_to_repository: P |
|
966 | field_path_to_repository: Pot do shrambe | |
965 |
field_root_directory: |
|
967 | field_root_directory: Korenska mapa | |
966 |
field_cvs_module: Modul |
|
968 | field_cvs_module: Modul | |
967 | field_cvsroot: CVSROOT |
|
969 | field_cvsroot: CVSROOT | |
968 |
text_mercurial_repository_note: Lo |
|
970 | text_mercurial_repository_note: Lokalna shramba (npr. /hgrepo, c:\hgrepo) | |
969 |
text_scm_command: |
|
971 | text_scm_command: Ukaz | |
970 |
text_scm_command_version: Ver |
|
972 | text_scm_command_version: Verzija | |
971 |
label_git_report_last_commit: |
|
973 | label_git_report_last_commit: Sporoči zadnje uveljavljanje datotek in map | |
972 | text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. |
|
974 | text_scm_config: Svoje SCM ukaze lahko nastavite v datoteki config/configuration.yml. Po urejanju prosimo ponovno zaženite aplikacijo. | |
973 | text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. |
|
975 | text_scm_command_not_available: SCM ukaz ni na voljo. Prosimo preverite nastavitve v upravljalskem podoknu. | |
974 |
|
976 | |||
975 | text_git_repository_note: Shramba je prazna in lokalna (npr. /gitrepo, c:\gitrepo) |
|
977 | text_git_repository_note: Shramba je prazna in lokalna (npr. /gitrepo, c:\gitrepo) | |
976 |
|
978 |
General Comments 0
You need to be logged in to leave comments.
Login now