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