Ignore:
Timestamp:
Jun 9, 2010, 3:06:15 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/extragear-sdk/kdevsnippet.po

    r356 r377  
    66"Project-Id-Version: \n"
    77"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
    8 "POT-Creation-Date: 2010-05-30 10:15+0200\n"
     8"POT-Creation-Date: 2010-06-08 11:15+0200\n"
    99"PO-Revision-Date: 2010-01-24 17:05+0100\n"
    1010"Last-Translator: Andrej Dundovic <adundovi@gmail.com>\n"
     
    3030msgstr ""
    3131
    32 #. +> trunk stable
    33 #: editrepository.cpp:75 editrepository.cpp:113
     32#. +> trunk
     33#: editrepository.cpp:59
     34msgid "You need at least KDE 4.5 for scripting support in snippets."
     35msgstr ""
     36
     37#. +> trunk stable
     38#: editrepository.cpp:85 editrepository.cpp:124
    3439#, fuzzy, kde-format
    3540msgid "Edit Snippet Repository %1"
     
    3742
    3843#. +> trunk stable
    39 #: editrepository.cpp:77
     44#: editrepository.cpp:87
    4045#, fuzzy
    4146msgid "Create New Snippet Repository"
    4247msgstr "Napravi &zakrpu nasuprot skladištu"
    4348
     49#. i18n: ectx: attribute (title), widget (QWidget, tab)
     50#. +> trunk
     51#: editrepository.ui:27
     52#, fuzzy
     53msgid "Repository"
     54msgstr "Repozitorij:"
     55
    4456#. i18n: ectx: property (text), widget (QLabel, repoNameLabel)
    4557#. i18n: ectx: property (text), widget (QLabel, snippetName)
    4658#. +> trunk stable
    47 #: editrepository.ui:26 editsnippet.ui:15
     59#: editrepository.ui:33 editsnippet.ui:15
    4860#, fuzzy
    4961msgid "Name:"
     
    5264#. i18n: ectx: property (toolTip), widget (KLineEdit, repoNameEdit)
    5365#. +> trunk stable
    54 #: editrepository.ui:33
     66#: editrepository.ui:40
    5567msgid "The name of the repository. Must not be empty or contain forward slashes (/)."
    5668msgstr ""
    5769
    58 #. i18n: ectx: property (text), widget (QLabel, repoLicenseLabel)
    59 #. +> trunk stable
    60 #: editrepository.ui:40
    61 #, fuzzy
    62 msgid "License:"
    63 msgstr "Licenca:"
    64 
    65 #. i18n: ectx: property (text), widget (QLabel, repoAuthorsLabel)
    66 #. +> trunk stable
    67 #: editrepository.ui:50
    68 #, fuzzy
    69 msgid "Authors:"
    70 msgstr "Autori"
    71 
    72 #. i18n: ectx: property (text), widget (QLabel, repoFileTypesLabel)
    73 #. +> trunk stable
    74 #: editrepository.ui:60
    75 #, fuzzy
    76 msgid "File types:"
    77 msgstr "Tipovi datoteke:"
    78 
    79 #. i18n: ectx: property (clickMessage), widget (KLineEdit, repoFileTypesEdit)
    80 #. +> trunk stable
    81 #: editrepository.ui:73
    82 msgid "leave empty for general purpose snippets"
    83 msgstr ""
     70#. i18n: ectx: property (text), widget (QLabel, repoNamespaceLabel)
     71#. +> trunk
     72#: editrepository.ui:47
     73#, fuzzy
     74msgid "Namespace:"
     75msgstr "&Zamijeni"
    8476
    8577#. i18n: ectx: property (toolTip), widget (KLineEdit, repoNamespaceEdit)
    8678#. +> trunk
    87 #: editrepository.ui:81
     79#: editrepository.ui:55
    8880msgid ""
    8981"<p>If non-empty this will be used as a prefix for all snippets in this repository during code completion.</p>"
     
    9284msgstr ""
    9385
    94 #. i18n: ectx: property (text), widget (QLabel, repoNamespaceLabel)
    95 #. +> trunk
    96 #: editrepository.ui:88
    97 #, fuzzy
    98 msgid "Namespace:"
    99 msgstr "&Zamijeni"
     86#. i18n: ectx: property (text), widget (QLabel, repoLicenseLabel)
     87#. +> trunk stable
     88#: editrepository.ui:62
     89#, fuzzy
     90msgid "License:"
     91msgstr "Licenca:"
     92
     93#. i18n: ectx: property (text), widget (QLabel, repoAuthorsLabel)
     94#. +> trunk stable
     95#: editrepository.ui:72
     96#, fuzzy
     97msgid "Authors:"
     98msgstr "Autori"
     99
     100#. i18n: ectx: property (text), widget (QLabel, repoFileTypesLabel)
     101#. +> trunk stable
     102#: editrepository.ui:82
     103#, fuzzy
     104msgid "File types:"
     105msgstr "Tipovi datoteke:"
     106
     107#. i18n: ectx: property (clickMessage), widget (KLineEdit, repoFileTypesEdit)
     108#. +> trunk stable
     109#: editrepository.ui:92
     110msgid "leave empty for general purpose snippets"
     111msgstr ""
     112
     113#. i18n: ectx: attribute (title), widget (QWidget, tab_2)
     114#. +> trunk
     115#: editrepository.ui:103
     116#, fuzzy
     117msgid "Scripts"
     118msgstr "Skripte"
     119
     120#. i18n: ectx: property (text), widget (QLabel, repoScriptLabel)
     121#. +> trunk
     122#: editrepository.ui:116
     123msgid "<p>You can add JavaScript functions here and use them in your scripts via <code>${someName`yourFunction`}</code>. The functions should return a string and can take a single argument that contains the value of a mirrored variable.  Take a look at the Kate Scripting API for more information.</p>"
     124msgstr ""
    100125
    101126#. +> trunk stable
     
    194219#. +> trunk stable
    195220#: snippetcompletionmodel.cpp:60 snippetplugin.cpp:48 snippetplugin.cpp:86
    196 #: snippetview.cpp:42 snippetview.cpp:154
     221#: snippetview.cpp:43 snippetview.cpp:154
    197222#, fuzzy
    198223msgid "Snippets"
     
    225250
    226251#. +> trunk stable
    227 #: snippetrepository.cpp:192
     252#: snippetrepository.cpp:213
    228253msgid "You have edited a data file not located in your personal data directory; as such, a renamed clone of the original data file has been created within your personal data directory."
    229254msgstr ""
    230255
    231256#. +> trunk stable
    232 #: snippetrepository.cpp:197
     257#: snippetrepository.cpp:218
    233258#, fuzzy, kde-format
    234259msgid "Output file '%1' could not be opened for writing"
     
    236261
    237262#. +> trunk stable
    238 #: snippetrepository.cpp:213
     263#: snippetrepository.cpp:234
    239264#, fuzzy, kde-format
    240265msgid "Cannot open snippet repository %1."
     
    242267
    243268#. +> trunk stable
    244 #: snippetrepository.cpp:225
     269#: snippetrepository.cpp:246
    245270#, fuzzy, kde-format
    246271#| msgid ""
     
    255280
    256281#. +> trunk stable
    257 #: snippetrepository.cpp:233
     282#: snippetrepository.cpp:254
    258283#, fuzzy, kde-format
    259284msgid "Invalid XML snippet file: %1"
     
    261286
    262287#. +> trunk stable
    263 #: snippetrepository.cpp:287
     288#: snippetrepository.cpp:311
    264289msgid "Repository is disabled, the contained snippets will not be shown during code-completion."
    265290msgstr ""
    266291
    267292#. +> trunk stable
    268 #: snippetrepository.cpp:290
     293#: snippetrepository.cpp:314
    269294#, fuzzy
    270295msgid "Applies to all filetypes"
     
    272297
    273298#. +> trunk stable
    274 #: snippetrepository.cpp:292
     299#: snippetrepository.cpp:316
    275300#, fuzzy, kde-format
    276301msgid "Applies to the following filetypes: %1"
Note: See TracChangeset for help on using the changeset viewer.