Ignore:
Timestamp:
Dec 6, 2010, 3:07:20 AM (14 years ago)
Author:
kde-how-scripter
Message:

SF-KDE: Ažuriranje datoteka bazirano na zadnjim template datotekama + padeži.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde-croatia/kde4/summit/hr/summit/messages/kdelibs/katepart4.po

    r705 r709  
    1010"Project-Id-Version: katepart4 0\n"
    1111"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
    12 "POT-Creation-Date: 2010-12-03 08:51+0100\n"
     12"POT-Creation-Date: 2010-12-05 09:48+0100\n"
    1313"PO-Revision-Date: 2010-06-06 14:00+0200\n"
    1414"Last-Translator: Marko Dimjasevic <marko@dimjasevic.net>\n"
     
    23632363#. +> trunk
    23642364#: script/data/utils.js:273
    2365 msgid "Sort the selected text or whole document in natural order.<br>"
     2365msgid "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"
    23662366msgstr ""
    23672367
    23682368#. +> trunk
    2369 #: script/data/utils.js:278
     2369#: script/data/utils.js:275
    23702370msgid "Trims trailing whitespace from selection or whole document."
    23712371msgstr ""
    23722372
    23732373#. +> trunk
    2374 #: script/data/utils.js:280
     2374#: script/data/utils.js:277
    23752375msgid "Trims leading whitespace from selection or whole document."
    23762376msgstr ""
    23772377
    23782378#. +> trunk
    2379 #: script/data/utils.js:282
     2379#: script/data/utils.js:279
    23802380msgid "Trims leading and trailing whitespace from selection or whole document."
    23812381msgstr ""
    23822382
    23832383#. +> 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
     2385msgid "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."
     2386msgstr ""
     2387
     2388#. +> trunk
     2389#: script/data/utils.js:283
     2390#, fuzzy
     2391msgid "Removes empty lines from selection or whole document."
     2392msgstr "Ukloni sve ocjene iz trenutnog dokumenta"
    23872393
    23882394#. +> trunk
    23892395#: 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"
     2396msgid "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>"
     2397msgstr ""
     2398
     2399#. +> trunk
     2400#: script/data/utils.js:289
     2401msgid "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>"
     2402msgstr ""
    23932403
    23942404#. +> trunk
    23952405#: script/data/utils.js:291
    2396 msgid "Given a JavaScript function as argument, call that for the list of (selected) lines and"
     2406msgid "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>"
    23972407msgstr ""
    23982408
    23992409#. +> 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
    24062411#, fuzzy
    24072412msgid "Duplicates the selected lines up."
     
    24092414
    24102415#. +> trunk
    2411 #: script/data/utils.js:314
     2416#: script/data/utils.js:295
    24122417#, fuzzy
    24132418msgid "Duplicates the selected lines down."
Note: See TracChangeset for help on using the changeset viewer.