- Timestamp:
- Feb 20, 2012, 10:28:05 AM (13 years ago)
- Location:
- Common
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Common.lpk
r330 r331 22 22 <License Value="GNU/GPL"/> 23 23 <Version Minor="5"/> 24 <Files Count="1 2">24 <Files Count="13"> 25 25 <Item1> 26 26 <Filename Value="StopWatch.pas"/> … … 72 72 <UnitName Value="URegistry"/> 73 73 </Item12> 74 <Item13> 75 <Filename Value="URectangle.pas"/> 76 <UnitName Value="URectangle"/> 77 </Item13> 74 78 </Files> 75 79 <i18n> -
Common/Common.pas
r328 r331 9 9 uses 10 10 StopWatch, UCommon, UDebugLog, UDelay, UPrefixMultiplier, UURI, UThreading, 11 UMemory, UResetableThread, UPool, ULastOpenedList, URegistry, 11 UMemory, UResetableThread, UPool, ULastOpenedList, URegistry, URectangle, 12 12 LazarusPackageIntf; 13 13 -
Common/Languages/UDebugLog.po
r329 r331 4 4 #: udebuglog.sfilenamenotdefined 5 5 msgid "Filename not defined" 6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8 "6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8" 7 7 -
Common/Languages/UPool.po
r329 r331 4 4 #: upool.sobjectpoolempty 5 5 msgid "Object pool is empty" 6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8 "6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8" 7 7 8 8 #: upool.sreleaseerror -
Common/Languages/UResetableThread.po
r329 r331 4 4 #: uresetablethread.swaiterror 5 5 msgid "WaitFor error" 6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8 "6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8" 7 7 -
Common/Languages/UThreading.po
r329 r331 4 4 #: uthreading.scurrentthreadnotfound 5 5 msgid "Current thread ID %d not found in virtual thread list." 6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8 "6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8" 7 7
Note:
See TracChangeset
for help on using the changeset viewer.