Changeset 9 for trunk/Languages


Ignore:
Timestamp:
Aug 21, 2022, 7:07:10 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Restore pristine files for deleted files with using information from subversion SQLite3 database.
Location:
trunk/Languages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Languages/svnzero.cs.po

    r6 r9  
    1111"Language: cs\n"
    1212"X-Generator: Poedit 3.0\n"
     13
     14#: sqlite3wrap.sdatabasenotconnected
     15msgid "SQLite3 error: database is not connected."
     16msgstr ""
     17
     18#: sqlite3wrap.serrormessage
     19#, object-pascal-format
     20msgid "SQLite3 error: %s"
     21msgstr ""
     22
     23#: sqlite3wrap.snotransactionopen
     24msgid "No transaction is open"
     25msgstr ""
     26
     27#: sqlite3wrap.stransactionalreadyopen
     28msgid "Transaction is already opened."
     29msgstr ""
    1330
    1431#: usvnzero.spristinerecoveryfail
  • trunk/Languages/svnzero.pot

    r6 r9  
    11msgid ""
    22msgstr "Content-Type: text/plain; charset=UTF-8"
     3
     4#: sqlite3wrap.sdatabasenotconnected
     5msgid "SQLite3 error: database is not connected."
     6msgstr ""
     7
     8#: sqlite3wrap.serrormessage
     9#, object-pascal-format
     10msgid "SQLite3 error: %s"
     11msgstr ""
     12
     13#: sqlite3wrap.snotransactionopen
     14msgid "No transaction is open"
     15msgstr ""
     16
     17#: sqlite3wrap.stransactionalreadyopen
     18msgid "Transaction is already opened."
     19msgstr ""
    320
    421#: usvnzero.spristinerecoveryfail
Note: See TracChangeset for help on using the changeset viewer.