- Timestamp:
- Dec 6, 2010, 3:07:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde-croatia/kde4/summit/hr/summit/messages/kdelibs/katepart4.po
r705 r709 10 10 "Project-Id-Version: katepart4 0\n" 11 11 "Report-Msgid-Bugs-To: http://bugs.kde.org\n" 12 "POT-Creation-Date: 2010-12-0 3 08:51+0100\n"12 "POT-Creation-Date: 2010-12-05 09:48+0100\n" 13 13 "PO-Revision-Date: 2010-06-06 14:00+0200\n" 14 14 "Last-Translator: Marko Dimjasevic <marko@dimjasevic.net>\n" … … 2363 2363 #. +> trunk 2364 2364 #: script/data/utils.js:273 2365 msgid "Sort the selected text or whole document in natural order.<br> "2365 msgid "Sort the selected text or whole document in natural order.<br>Here is an example to show the difference to the normal sort method:<br>sort(a10, a1, a2) => a1, a10, a2<br>natsort(a10, a1, a2) => a1, a2, a10" 2366 2366 msgstr "" 2367 2367 2368 2368 #. +> trunk 2369 #: script/data/utils.js:27 82369 #: script/data/utils.js:275 2370 2370 msgid "Trims trailing whitespace from selection or whole document." 2371 2371 msgstr "" 2372 2372 2373 2373 #. +> trunk 2374 #: script/data/utils.js:2 802374 #: script/data/utils.js:277 2375 2375 msgid "Trims leading whitespace from selection or whole document." 2376 2376 msgstr "" 2377 2377 2378 2378 #. +> trunk 2379 #: script/data/utils.js:2 822379 #: script/data/utils.js:279 2380 2380 msgid "Trims leading and trailing whitespace from selection or whole document." 2381 2381 msgstr "" 2382 2382 2383 2383 #. +> trunk 2384 #: script/data/utils.js:284 2385 msgid "Joins selected lines or whole document. Optionally pass a separator to put between each line:<br>" 2386 msgstr "" 2384 #: script/data/utils.js:281 2385 msgid "Joins selected lines or whole document. Optionally pass a separator to put between each line:<br><code>join ', '</code> will e.g. join lines and separate them by a comma." 2386 msgstr "" 2387 2388 #. +> trunk 2389 #: script/data/utils.js:283 2390 #, fuzzy 2391 msgid "Removes empty lines from selection or whole document." 2392 msgstr "Ukloni sve ocjene iz trenutnog dokumenta" 2387 2393 2388 2394 #. +> trunk 2389 2395 #: script/data/utils.js:287 2390 #, fuzzy 2391 msgid "Removes empty lines from selection or whole document." 2392 msgstr "Ukloni sve ocjene iz trenutnog dokumenta" 2396 msgid "Given a JavaScript function as argument, call that for the list of (selected) lines and replace them with the return value of that callback.<br>Example (join selected lines):<br><code>each 'function(lines){return lines.join(\", \"}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>each 'lines.join(\", \")'</code>" 2397 msgstr "" 2398 2399 #. +> trunk 2400 #: script/data/utils.js:289 2401 msgid "Given a JavaScript function as argument, call that for the list of (selected) lines and remove those where the callback returns false.<br>Example (see also <code>rmblank</code>):<br><code>filter 'function(l){return l.length > 0;}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>filter 'line.length > 0'</code>" 2402 msgstr "" 2393 2403 2394 2404 #. +> trunk 2395 2405 #: script/data/utils.js:291 2396 msgid "Given a JavaScript function as argument, call that for the list of (selected) lines and "2406 msgid "Given a JavaScript function as argument, call that for the list of (selected) lines and replace the line with the return value of the callback.<br>Example (see also <code>ltrim</code>):<br><code>map 'function(line){return line.replace(/^\\s+/, \"\");}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>map 'line.replace(/^\\s+/, \"\")'</code>" 2397 2407 msgstr "" 2398 2408 2399 2409 #. +> trunk 2400 #: script/data/utils.js:298 script/data/utils.js:305 2401 msgid "Given a JavaScript function as argument, call that for the list of (selected) lines " 2402 msgstr "" 2403 2404 #. +> trunk 2405 #: script/data/utils.js:312 2410 #: script/data/utils.js:293 2406 2411 #, fuzzy 2407 2412 msgid "Duplicates the selected lines up." … … 2409 2414 2410 2415 #. +> trunk 2411 #: script/data/utils.js: 3142416 #: script/data/utils.js:295 2412 2417 #, fuzzy 2413 2418 msgid "Duplicates the selected lines down."
Note: See TracChangeset
for help on using the changeset viewer.