Ignore:
Timestamp:
Jun 8, 2011, 3:08:14 AM (13 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/kdebase/katepart4.po

    r1056 r1058  
    1010"Project-Id-Version: katepart4 0\n"
    1111"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
    12 "POT-Creation-Date: 2011-06-06 09:02+0200\n"
     12"POT-Creation-Date: 2011-06-07 09:24+0200\n"
    1313"PO-Revision-Date: 2010-06-06 14:00+0200\n"
    1414"Last-Translator: Marko Dimjasevic <marko@dimjasevic.net>\n"
     
    22692269
    22702270#. +> trunk stable
    2271 #: script/data/utils.js:228
     2271#: script/data/utils.js:234
    22722272#, fuzzy
    22732273msgid "Sort Selected Text"
     
    22752275
    22762276#. +> trunk stable
    2277 #: script/data/utils.js:234
     2277#: script/data/utils.js:240
    22782278#, fuzzy
    22792279msgid "Move Lines Down"
     
    22812281
    22822282#. +> trunk stable
    2283 #: script/data/utils.js:240
     2283#: script/data/utils.js:246
    22842284#, fuzzy
    22852285msgid "Move Lines Up"
     
    22872287
    22882288#. +> trunk stable
    2289 #: script/data/utils.js:246
     2289#: script/data/utils.js:252
    22902290#, fuzzy
    22912291msgid "Duplicate Selected Lines Up"
     
    22932293
    22942294#. +> trunk stable
    2295 #: script/data/utils.js:252
     2295#: script/data/utils.js:258
    22962296#, fuzzy
    22972297msgid "Duplicate Selected Lines Down"
     
    22992299
    23002300#. +> trunk stable
    2301 #: script/data/utils.js:265
     2301#: script/data/utils.js:271
    23022302#, fuzzy
    23032303msgid "Sort the selected text or whole document."
     
    23052305
    23062306#. +> trunk stable
    2307 #: script/data/utils.js:267
     2307#: script/data/utils.js:273
    23082308#, fuzzy
    23092309msgid "Move selected lines down."
     
    23112311
    23122312#. +> trunk stable
    2313 #: script/data/utils.js:269
     2313#: script/data/utils.js:275
    23142314#, fuzzy
    23152315msgid "Move selected lines up."
     
    23172317
    23182318#. +> trunk stable
    2319 #: script/data/utils.js:271
     2319#: script/data/utils.js:277
    23202320#, fuzzy
    23212321msgid "Remove duplicate lines from the selected text or whole document."
     
    23232323
    23242324#. +> trunk stable
    2325 #: script/data/utils.js:273
     2325#: script/data/utils.js:279
    23262326msgid "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"
    23272327msgstr ""
    23282328
    23292329#. +> trunk stable
    2330 #: script/data/utils.js:275
     2330#: script/data/utils.js:281
    23312331msgid "Trims trailing whitespace from selection or whole document."
    23322332msgstr ""
    23332333
    23342334#. +> trunk stable
    2335 #: script/data/utils.js:277
     2335#: script/data/utils.js:283
    23362336msgid "Trims leading whitespace from selection or whole document."
    23372337msgstr ""
    23382338
    23392339#. +> trunk stable
    2340 #: script/data/utils.js:279
     2340#: script/data/utils.js:285
    23412341msgid "Trims leading and trailing whitespace from selection or whole document."
    23422342msgstr ""
    23432343
    23442344#. +> trunk stable
    2345 #: script/data/utils.js:281
     2345#: script/data/utils.js:287
    23462346msgid "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."
    23472347msgstr ""
    23482348
    23492349#. +> trunk stable
    2350 #: script/data/utils.js:283
     2350#: script/data/utils.js:289
    23512351#, fuzzy
    23522352msgid "Removes empty lines from selection or whole document."
     
    23542354
    23552355#. +> trunk stable
    2356 #: script/data/utils.js:287
     2356#: script/data/utils.js:293
    23572357msgid "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>"
    23582358msgstr ""
    23592359
    23602360#. +> trunk stable
    2361 #: script/data/utils.js:289
     2361#: script/data/utils.js:295
    23622362msgid "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>"
    23632363msgstr ""
    23642364
    23652365#. +> trunk stable
    2366 #: script/data/utils.js:291
     2366#: script/data/utils.js:297
    23672367msgid "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>"
    23682368msgstr ""
    23692369
    23702370#. +> trunk stable
    2371 #: script/data/utils.js:293
     2371#: script/data/utils.js:299
    23722372#, fuzzy
    23732373msgid "Duplicates the selected lines up."
     
    23752375
    23762376#. +> trunk stable
    2377 #: script/data/utils.js:295
     2377#: script/data/utils.js:301
    23782378#, fuzzy
    23792379msgid "Duplicates the selected lines down."
Note: See TracChangeset for help on using the changeset viewer.