/[drupal]/contributions/translations/sl/search-module.po
ViewVC logotype

Contents of /contributions/translations/sl/search-module.po

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download) (as text)
Sun Feb 18 22:54:06 2007 UTC (2 years, 9 months ago) by paranojik
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.4: +59 -72 lines
File MIME type: text/x-gettext
updated with 5.0 strings
1 # Slovenian translation of Drupal (modules/search.module)
2 # Copyright Tadej Baša <tadej.basa@gmail.com>, Iztok Jug <iztokj@gmail.com>
3 # Generated from file: search.module,v 1.123.2.2 2005/04/23 07:34:42 unconed
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: 5.0\n"
8 "POT-Creation-Date: 2007-01-30 12:39+0100\n"
9 "PO-Revision-Date: 2007-02-18 21:46+0100\n"
10 "Last-Translator: Tadej Baša <tadej.basa@gmail.com>\n"
11 "Language-Team: Slovenian <tadej.basa@gmail.com>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
16 "X-Poedit-Language: Slovenian\n"
17 "X-Poedit-Country: SLOVENIA\n"
18 "X-Poedit-SourceCharset: utf-8\n"
19
20 #: modules/search/search.module:99
21 msgid "The search module adds the ability to search for content by keywords. Search is often the only practical way to find content on a large site. Search is useful for finding users and posts by searching on keywords."
22 msgstr ""
23
24 #: modules/search/search.module:100
25 msgid "The search engine works by maintaining an index of the words in your site's content. It indexes the posts and users. You can adjust the settings to tweak the indexing behaviour. Note that the search requires cron to be set up correctly. The index percentage sets the maximum amount of items that will be indexed in one cron run. Set this number lower if your cron is timing out or if PHP is running out of memory."
26 msgstr ""
27
28 #: modules/search/search.module:101
29 msgid "For more information please read the configuration and customization handbook <a href=\"@search\">Search page</a>."
30 msgstr ""
31
32 #: modules/search/search.module:104
33 msgid "The search engine works by maintaining an index of the words in your site's content. You can adjust the settings below to tweak the indexing behaviour. Note that the search requires cron to be set up correctly."
34 msgstr ""
35
36 #: modules/search/search.module:106
37 msgid ""
38 "<ul>\n"
39 "<li>Check if your spelling is correct.</li>\n"
40 "<li>Remove quotes around phrases to match each word individually: <em>\"blue smurf\"</em> will match less than <em>blue smurf</em>.</li>\n"
41 "<li>Consider loosening your query with <em>OR</em>: <em>blue smurf</em> will match less than <em>blue OR smurf</em>.</li>\n"
42 "</ul>"
43 msgstr ""
44
45 #: modules/search/search.module:126
46 msgid "Search form"
47 msgstr "Iskalnik"
48
49 #: modules/search/search.module:149
50 msgid "Search settings"
51 msgstr "Nastavitve iskanja"
52
53 #: modules/search/search.module:150
54 msgid "Configure relevance settings for search and other indexing options"
55 msgstr ""
56
57 #: modules/search/search.module:156
58 msgid "Clear index"
59 msgstr "Počisti indeks"
60
61 #: modules/search/search.module:161
62 msgid "Top search phrases"
63 msgstr "Največkrat iskani nizi"
64
65 #: modules/search/search.module:162
66 msgid "View most popular search phrases."
67 msgstr ""
68
69 #: modules/search/search.module:188;218;242
70 msgid "Re-index site"
71 msgstr "Znova indeksiraj stran"
72
73 #: modules/search/search.module:194;251
74 msgid "The index will be rebuilt."
75 msgstr "Indeks bo ponovno zgrajen."
76
77 #: modules/search/search.module:215
78 msgid "%percentage of the site has been indexed."
79 msgstr "%percentage vsebin je že indeksiranih."
80
81 #: modules/search/search.module:216
82 msgid "Indexing status"
83 msgstr "Stanje indeksiranja"
84
85 #: modules/search/search.module:223
86 msgid "Indexing throttle"
87 msgstr "Zadušitev indeksiranja"
88
89 #: modules/search/search.module:224
90 msgid "Items to index per cron run"
91 msgstr "Število elementov, ki se indeksira na cron zagon"
92
93 #: modules/search/search.module:224
94 msgid "The maximum amount of items that will be indexed in one cron run. Set this number lower if your cron is timing out or if PHP is running out of memory."
95 msgstr ""
96
97 #: modules/search/search.module:226
98 msgid "Indexing settings"
99 msgstr "Nastavitve indeksiranja"
100
101 #: modules/search/search.module:227
102 msgid "<p>Changing the settings below will cause the site index to be rebuilt. The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won't be indexed until all existing content has been re-indexed.</p><p>The default settings should be appropriate for the majority of sites.</p>"
103 msgstr ""
104
105 #: modules/search/search.module:228
106 msgid "Minimum word length to index"
107 msgstr "Najmanjša dolžina besede, ki se indeksira."
108
109 #: modules/search/search.module:228
110 msgid "The number of characters a word has to be to be indexed. A lower setting means better search result ranking, but also a larger database. Each search query must contain at least one keyword that is this size (or longer)."
111 msgstr ""
112
113 #: modules/search/search.module:229
114 msgid "Simple CJK handling"
115 msgstr ""
116
117 #: modules/search/search.module:229
118 msgid "Whether to apply a simple Chinese/Japanese/Korean tokenizer based on overlapping sequences. Turn this off if you want to use an external preprocessor for this instead. Does not affect other languages."
119 msgstr ""
120
121 #: modules/search/search.module:241
122 msgid "Are you sure you want to re-index the site?"
123 msgstr ""
124
125 #: modules/search/search.module:242
126 msgid " The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won't be indexed until all existing content has been re-indexed. This action cannot be undone."
127 msgstr ""
128
129 #: modules/search/search.module:842
130 msgid "You must include at least one positive keyword with @count characters or more."
131 msgstr ""
132
133 #: modules/search/search.module:910
134 msgid "%keys (@type)."
135 msgstr "%keys (@type)."
136
137 #: modules/search/search.module:910
138 msgid "results"
139 msgstr "rezulati"
140
141 #: modules/search/search.module:916
142 msgid "Search results"
143 msgstr "Rezulata iskanja"
144
145 #: modules/search/search.module:919
146 msgid "Your search yielded no results"
147 msgstr "Iskanje ni vrnilo nobenega rezultata"
148
149 #: modules/search/search.module:981
150 msgid "Enter your keywords"
151 msgstr "Vnesite ključne besede"
152
153 #: modules/search/search.module:1022
154 msgid "Please enter some keywords."
155 msgstr "Prosim, vnesite nekaj ključnih besed."
156
157 #: modules/search/search.module:1039
158 msgid "Enter the terms you wish to search for."
159 msgstr ""
160
161 #: modules/search/search.module:910;0
162 msgid "search"
163 msgstr "išči"
164
165 #: modules/search/search.module:213
166 msgid "There is 1 item left to index."
167 msgid_plural "There are @count items left to index."
168 msgstr[0] ""
169 msgstr[1] ""
170
171 #: modules/search/search.module:118
172 msgid "search content"
173 msgstr "išči po vsebini"
174
175 #: modules/search/search.module:118
176 msgid "use advanced search"
177 msgstr "uporabi napredno iskanje"
178
179 #: modules/search/search.module:118
180 msgid "administer search"
181 msgstr "upravljaj iskanje"
182
183 #~ msgid "Minimum word length to search for"
184 #~ msgstr "Najmanjša dolžina besede, ki se išče."
185 #~ msgid "The word %words was not included because it is too short."
186 #~ msgid_plural "The words %words were not included because they were too short."
187 #~ msgstr[0] "Beseda %words ni bila vključena v iskanje, ker je prekratka."
188 #~ msgstr[1] ""
189 #~ msgstr[2] ""
190 #~ msgstr[3] ""
191

  ViewVC Help
Powered by ViewVC 1.1.2