Commit Graph
100 Commits
Author SHA1 Message Date
Jonas Sundström b90c801037 Attempt to fix translation of app names of CodyCam, People and PoorMan.
+alpha3

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41640 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-21 22:41:49 +00:00
Jonas Sundström 73f124eb41 Add highlighting of apps that will not quit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41265 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-18 23:44:20 +00:00
Jonas Sundström e1b526b95a Code style correction by Barret, ticket #7453. Thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41263 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-18 11:27:43 +00:00
Jonas Sundström 4d9ffa5ff9 Set view non-editable. (The cursor would show up and blink if one clicked the text view.)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41255 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-15 00:01:56 +00:00
Jonas Sundström e724a832b9 Remove ellipsis, used wrong.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41254 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-14 23:51:38 +00:00
Jonas Sundström 22e0bde18b Change strings to sentence casing.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41253 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-14 23:45:53 +00:00
Jonas Sundström 95bd470555 Show localized app names. Show reboot count-down in bold type. Layout changes to support multiline strings, and for this purpose adding a BTextView derivate which enforces its height. (I did look at BTextView itself, but it wasn't obvious to me how approach it.) Making use of the IconView class.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41250 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-14 17:48:52 +00:00
Jonas Sundström eb88c867c1 Move the info button's general informative text to the main view, and set as intro screen. Remove About window. Fix memory leak of config views. Replace the info BAlert's tab characters with a single space for more consistent spacing.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41249 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-14 11:08:13 +00:00
Jonas Sundström 9b4ad591d8 Make IconView icon_size:able. Adapt DataTranslations. Disable DataTranslation's info button on list deselection.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41248 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-13 22:56:10 +00:00
Jonas Sundström 73f559a4c7 Move IconView from kits/interface to kits/shared.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41246 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-13 08:22:03 +00:00
Jonas Sundström 4b42867495 Make DataTranslations' IconView available privately in the interface kit.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41244 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-12 20:38:09 +00:00
Jonas Sundström 924253e4ff Localization. Cleanup.
CID 6338, 6339, 8912 - Replace strcpy with strlcpy.
CID 9523 - Initialize class member.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41243 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-12 18:31:07 +00:00
Jonas Sundström b2d9843906 Add BString::IsEmpty() method.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41242 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-12 18:10:02 +00:00
Jonas Sundström fcde0c6292 Cleanup. Removal of superfluous UpdateList() call.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41216 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-11 16:55:56 +00:00
Jonas Sundström 4787e491e6 Add a Quit button to the Team Monitor.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41215 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-11 15:22:40 +00:00
Jonas Sundström 1c09002cbe Set the exclusive launch flag on servers, daemons, Tracker and Deskbar.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41214 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-11 12:23:51 +00:00
Jonas Sundström 805cd0be8c Make cut/copy/paste/undo work.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41205 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-08 18:21:14 +00:00
Jonas Sundström 5987b2a380 Offer a 'Real name' column in Tracker list view mode, when set to show localized names. As discussed a while back. I honestly don't know if this is such a great idea after all. Name + real name is kind of silly. Ideally it would be labeled in a more logical way, or the feature should be dropped.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41197 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-08 05:11:23 +00:00
Jonas Sundström 3252a2a09d Remove old debugging output.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41192 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-07 12:09:57 +00:00
Jonas Sundström 3291a30df3 Create parent folders, if missing. More robust.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41191 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-07 10:21:32 +00:00
Jonas Sundström 04a59db1ff Add function to update fingerprints. May come in handy some day.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41175 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-04 02:21:31 +00:00
Jonas Sundström a1b4aa7b94 Show localized names in Deskbar's Recent applications menu.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41169 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-03 06:33:01 +00:00
Jonas Sundström 8afad97685 Unburying the bug of ticket #6721.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41163 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-01 20:25:25 +00:00
Jonas Sundström 1ea9f437ea Fix for #7372. Don't use an uninitialized buffer. Some BString replacement of C strings. Replace Mail's ReadAttrString() function with the BNode method. Define a B_MAIL_ATTR_BCC.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41159 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-01 06:18:49 +00:00
Jonas Sundström 6f4b593285 Workaround for ticket #6721 by using %b (line break) instead of \n for newline. (I looked into the string escaping issue in the locale kit and it appears to work as expected, so I don't know.) Simplification of some code. Addition of a default reply preamble. The name variable now results in just the name. Removal of commented out First/Last name variables, as the order of these is culture-dependent. Insert at point of selection.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41158 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-04-01 02:07:48 +00:00
Jonas Sundström edb7106763 Localization of the most user-visible folders. Ignoring subfolders of common/, system/ and home/config/.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41148 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-31 07:31:56 +00:00
Jonas Sundström 28373dd18a Remove superfluous function.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41147 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-31 07:17:05 +00:00
Jonas Sundström f011dde511 Add the B_COMMON_CACHE_DIRECTORY constant introduced in r40279.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41139 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-29 22:51:41 +00:00
Jonas Sundström 8860817432 Disable menu item 'Edit name' for Desktop, Root, Trash and entries with localized names.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41135 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-28 11:05:17 +00:00
Jonas Sundström 2d93b5283f Set Escape as shortcut for BAlert Cancel option.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41132 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-28 07:43:41 +00:00
Jonas Sundström 77e2c2dad3 Have ConfirmChangeIfWellKnownDirectory() protect the folders Common, Desktop, Root and Trash from renames and moves. Shift-key dialog protection added for the Home folder. Attempts on Desktop, Root and Trash are blocked silently. I admitt it's a bit odd to protect these so resolutely, unlike system, common and home, which are truly essential to the system. Would it be patronizing to enforce a stricter regime?
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41131 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-28 06:44:46 +00:00
Jonas Sundström fdd2b7ebb1 Removal of the About window.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41128 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-27 21:59:49 +00:00
Jonas Sundström 8a5f363dd8 Add menu item 'Select all' to playlist window.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41127 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-27 19:14:55 +00:00
Jonas Sundström ee6a2e5589 * Extend the Model class with a method bool HasLocalizedName().
* Disallow renaming of entries with localized names for now - this is meant to be temporary - and so far only in Tracker's Info window. Renames do not result in a change, visually, as the localized name hides the real name, and results in a bad user experience. One could possibly allow renames of the localized name, writing it back to the catalog. I've experimented with using BCatalogAddOn::SetString() but haven't been able to make it stick yet.
* Disallow renaming Trash in Tracker's Info window via Command-E.
* Adjust the argument order of BLocaleRoster::GetLocalizedFileName().
* Add a BLocaleRoster::GetLocalizedFileName() variant to look up another app's name given its signature and unlocalized, canonical name.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41126 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-27 18:38:05 +00:00
Jonas Sundström e28afdf1ea Changes to the MediaPlayer's playlist window's menu options Remove, Remove all, Move to Trash.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41122 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 23:21:13 +00:00
Jonas Sundström 77fa0e9269 Add an -l option to 'query' - enabling lookup of path for localized names (or parts thereof). I'm not sure it should be part of 'query', but here it is. Due to using BString it is currently case-sensitive beyond plain ascii names.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41120 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 20:32:58 +00:00
Jonas Sundström 62769fc6d5 Follow-up on r41108. Removal of About-windows and menu items.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41115 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 17:29:28 +00:00
Jonas Sundström be348b0216 Missed these files in r41103.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41114 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 16:39:32 +00:00
Jonas Sundström ab5904510b Translation update. Finnish and Norwegian bokmÃ¥l.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41111 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 15:05:41 +00:00
Jonas Sundström 11c7ff531a Removing most About windows and menu items as discussed here
http://www.freelists.org/post/haiku-commits/r40968-in-haikutrunksrcapps-activitymonitor-bootmanager-charactermap-codycam-deskbar,3
Leaving them for now in replicants, and in Terminal, according to (my interpretation of) the instructions here
http://dev.haiku-os.org/browser/haiku/trunk/src/apps/terminal/README.GPL_to_OBOS#L70
Some sporadic cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41108 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 02:18:52 +00:00
Jonas Sundström b552b728d8 Crediting Takashi Murai and Kazuho Okui as contributors, for MuTerminal, from which the present Terminal was developed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41107 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-26 01:57:20 +00:00
Jonas Sundström 560ff4478d Use resource definition files instead of DoCatalogs rule. Rename B_TRANSLATE_APP_NAME and related macros to the more generic B_TRANSLATE_SYSTEM_NAME, to also fits add-ons, folders, etc, and make 'System name' its standard context. Change CodyCam and PoorMan's app signatures to match the overall x-vnd.Haiku-App pattern. Some clean-up. Make SlideShowSaver build again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41103 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-25 22:13:48 +00:00
Jonas Sundström 9e8a970bd5 A better for the leaf logo bitmap.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41098 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-24 22:43:48 +00:00
Jonas Sundström b2290dd804 Reverting part of r41096. Those kBeLogoBits were actually the leaf bitmap.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41097 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-24 22:30:11 +00:00
Jonas Sundström 6e5ffd78c6 Farewell, Be logo, and thanks for all the bits! Credit Be Inc in AboutSystem.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41096 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-24 21:23:48 +00:00
Jonas Sundström 2d5868f8b3 Use short-circuit evaluation to avoid out-of-bounds string access. Thanks Jérôme!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41090 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-23 00:47:21 +00:00
Jonas Sundström 3a0bd3ef03 Swedish and Finnish catalog update.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41087 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 22:44:22 +00:00
Jonas Sundström 7758e371f4 Enable localization of Tracker add-on names and shortcuts, with the canonical name and shortcut as fallback.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41085 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 22:09:35 +00:00
Jonas Sundström 6f477364cc Make BLocaleRoster::GetLocalizedFileName() take a const entry_ref& rather than a non-const entry_ref&. Remove private GetLocalizedFileName() from libtracker and make Tracker and Deskbar use the one in BLocaleRoster.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41075 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-22 01:35:38 +00:00
Jonas Sundström 85366cb58b Add BLocaleRoster::GetLocalizedFileName()
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41074 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-21 23:23:57 +00:00
Jonas Sundström bfb8680ff1 Cleanup. Thanks korli!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41068 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-21 12:26:05 +00:00
Jonas Sundström 0368c55322 Remove translated debugging output. This being primarily a GUI app.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41060 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 21:13:59 +00:00
Jonas Sundström eef42c403b Script for downloading and committing strings from the HTA (Haiku Translation Assistant) website.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41059 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 17:04:02 +00:00
Jonas Sundström b8296c286b Catalog update for language ru.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41054 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:36:21 +00:00
Jonas Sundström 7a0ca94e36 Catalog update for language fr.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41053 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:36:16 +00:00
Jonas Sundström 6536683a6e Catalog update for language fi.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41052 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:36:07 +00:00
Jonas Sundström df1f82b653 Catalog update for language be.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41051 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:36:02 +00:00
Jonas Sundström 3a72b66c52 Catalog update snag, languages fi, be, ru, fr.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41050 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:35:27 +00:00
Jonas Sundström 7b1724cda0 Catalog update for language uk.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41049 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:27:41 +00:00
Jonas Sundström 0d9ab707f7 Catalog update for language sv.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41048 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:27:32 +00:00
Jonas Sundström 4bc020a4d5 Catalog update for language sk.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41047 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:27:29 +00:00
Jonas Sundström ff600919e9 Catalog update for language ro.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41046 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:27:20 +00:00
Jonas Sundström b5c512ae0e Catalog update for language pt_br.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41045 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:27:11 +00:00
Jonas Sundström 66c8dbe653 Catalog update for language pt.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41044 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:56 +00:00
Jonas Sundström b3b9b0c6d7 Catalog update for language pl.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41043 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:53 +00:00
Jonas Sundström 7887445d44 Catalog update for language nl.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41042 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:48 +00:00
Jonas Sundström 4d66af1aa1 Catalog update for language nb.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41041 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:44 +00:00
Jonas Sundström 95e74eeacb Catalog update for language lt.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41040 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:36 +00:00
Jonas Sundström ff82ea2919 Catalog update for language ko.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41039 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:33 +00:00
Jonas Sundström 6ff00a78e1 Catalog update for language ja.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41038 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:29 +00:00
Jonas Sundström 31366903a2 Catalog update for language it.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41037 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:22 +00:00
Jonas Sundström 614367001b Catalog update for language hu.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41036 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:17 +00:00
Jonas Sundström c975d1cfcf Catalog update for language es.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41035 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:11 +00:00
Jonas Sundström 91d96f4cfa Catalog update for language eo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41034 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:07 +00:00
Jonas Sundström 7391589deb Catalog update for language de.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41033 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:26:03 +00:00
Jonas Sundström 6bf47bf42d Catalog update for language da.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41032 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:25:55 +00:00
Jonas Sundström a42853f977 Catalog update for language cs.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41031 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-20 01:25:49 +00:00
Jonas Sundström c3cd5321d5 Localization of Screensaver unlock window. Ticket #7232
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41023 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-18 22:45:59 +00:00
Jonas Sundström 02845142e3 Catalog update for language sv.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41016 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:41:44 +00:00
Jonas Sundström 554878e2f3 Catalog update for language sk.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41015 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:41:16 +00:00
Jonas Sundström 1d53ccc24f Catalog update for language ru.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41014 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:40:53 +00:00
Jonas Sundström a5ee2a69a1 Catalog update for language ro.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41013 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:40:31 +00:00
Jonas Sundström f8fef798af Catalog update for language pt_br.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41012 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:40:08 +00:00
Jonas Sundström d8e7d6ac5a Catalog update for language pt.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41011 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:39:21 +00:00
Jonas Sundström db04d0af6b Catalog update for language pl.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41010 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:38:59 +00:00
Jonas Sundström c477916f78 Catalog update for language nl.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41009 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:38:35 +00:00
Jonas Sundström 84963f3b70 Catalog update for language nb.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41008 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:38:06 +00:00
Jonas Sundström 3e250ed711 Catalog update for language lt.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41007 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:37:35 +00:00
Jonas Sundström 814c8be173 Catalog update for language ko.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41006 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:36:48 +00:00
Jonas Sundström 8ca94631bd Catalog update for language ja.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41005 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:36:16 +00:00
Jonas Sundström 123d849a02 Catalog update for language it.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41004 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:35:49 +00:00
Jonas Sundström f316bf70b1 Catalog update for language hu.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41003 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:35:20 +00:00
Jonas Sundström abfdfc871c Catalog update for language fr.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41002 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:34:52 +00:00
Jonas Sundström f08f13fb21 Catalog update for language fi.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41001 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:34:18 +00:00
Jonas Sundström 803f49eeae Catalog update for language es.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41000 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:33:50 +00:00
Jonas Sundström c1cbdc6cd0 Catalog update for language eo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40999 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:33:25 +00:00
Jonas Sundström 3a4e93ff0b Catalog update for language en_ca.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40998 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:32:57 +00:00
Jonas Sundström bf4071e45c Catalog update for language el.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40997 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:32:23 +00:00
Jonas Sundström 7b4f68f8ac Catalog update for language de.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40996 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:31:33 +00:00
Jonas Sundström 534f83fa09 Catalog update for language da.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40995 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-03-17 21:31:02 +00:00