Ticket #2018 (new task) — at Version 187
I18N progress 2.0
Reported by: | dmik | Owned by: | poetzsch |
---|---|---|---|
Component: | GUI | Version: | |
Keywords: | I18N NLS translation | Cc: | |
Guest type: | other | Host type: | other |
Description (last modified by poetzsch) (diff)
This is a continuation of ticket:234 which is intended for two purposes:
- Submit new translation source files by attaching them to this ticket.
- Report about performing synchronization of existing translation source files in the SVN repository.
Step 1 is done by contributors willing to add support for a new language to the VirtualBox product. An accepted translation file appears in the SVN repository and becomes available in the binary builds. Even after that, contributors remain responsible for updating translation files to keep them in sync with updates to the VirtualBox UI.
Step 2 is performed by the GUI maintainer at innotek before a new release (or after a major UI change) to inform contributors that translation files need to be updated.
Please read the document describing the translation process in detail here.
A separate ticket for NLS mistakes/suggestion has also been created (#4503). Please subscribe to the ticket to monitor new reports (add a comment to do so).
The current list of translators:
language | id | authors | legal status | %% |
English (built-in) | built_in | Oracle Corporation | OK (internal) | 100% |
German | de | Oracle Corporation | OK (internal) | 100% |
Traditional Chinese (Taiwan) | zh_TW | OSSII(OSS Integral Institute Co, Ltd.) | OK (comment:ticket:234:81) | 100% |
Chinese (China) | zh_CN | Victor Wang | (comment:ticket:234:92) | 100% |
Italian | it | Ciro Mattia Gonano <ciro/winged.it>, Vincenzo Reale <smart2128/baslug.org> | OK (comment:ticket:234:24, comment:50) | 100% |
Romanian | ro | Alexandru Ioan Eftimie <alexeftimie/gmail.com> | OK (comment:ticket:234:25) | 100% |
Spanish | es | Joaquín Duo, David Gonzalez | OK (comment:ticket:234:28, comment:142) | 100% |
Galician | gl_ES | Enrique Estévez (keko.gl) | OK (comment:122) | 100% |
Arabic | ar | Berdai Mohammed (no e-mail) | needs relicensing | 25% |
Russian | ru | Oracle Corporation, Igor Gorbounov, Egor Morozov | (comment:ticket:234:52, comment:ticket:234:47) | 100% |
Slovenian | sl | JLP? (no e-mail) | no results yet | ??? |
French | fr | Oracle Corporation, Jean-Jacques Sarton <jj.sarton/t-online.de>, Martin d'Allens | OK (comment:ticket:234:33, comment:168) | 100% |
Japanese | ja | Toshimitsu Tanaka | OK (comment:ticket:234:75) | 100% |
Polish | pl | Adrian ¿ubik <adrian5632/gmail.com>, Dawid Wrobel <cromo/klej.net>, Wiktor Wandachowicz | OK (comment:ticket:234:78, comment:ticket:234:80, comment:ticket:234:174, comment:64) | 100% |
Korean | ko | Park Shinjo <peremen/gmail.com> | OK (comment:ticket:234:224) | 99% |
Portuguese (Brazil) | pt_BR | Erico Mendonca <erico.mendonca/gmail.com> | OK (comment:ticket:234:98) | 100% |
Portuguese | pt | José Melo <mmodem00/gmail.com>, Marcelo Coelho <marcelocoelho/gmail.com> | OK (comment:ticket:234:230, comment:ticket:234:275) | 100% |
Swedish | sv | Daniel Nylander <po/danielnylander.se> | OK (comment:ticket:234:122) | 100% |
Hungarian | hu | George Hron, Tom Evin | OK (comment:106) | 83% |
Serbian | sr | Ozzii <ozzii.translate/gmail.com> | OK (comment:ticket:234:234) | 100% |
Finnish | fi | Jarno Kiuttu, Timo Jyrinki, Ilkka Tuohela | OK (comment:ticket:234:137, comment:ticket:234:263, comment:49) | 57% |
Czech | cs | Jan Kaláb <pitel/nomi.cz>, Jan Lipovsky, Ondrej Karlik | OK (comment:ticket:234:183) | 100% |
Dutch | nl | Ebel Geertsema, Alexander L. de Goeij <lxndr/planet.nl> | OK (comment:142 + 7, comment:ticket:234:163) | 98% |
Slovak | sk | Ivan Masár <helix84/centrum.sk>, Jozef ¿íha <jose1711@…> | OK (comment:ticket:234:231, comment:ticket:234:309) | 85% |
Basque | eu | Piarres Beobide <pi/beobide.net> | OK (comment:ticket:234:211) | 99% |
Catalan | ca | Pau Iranzo <info/somgnu.cat> | OK (comment:ticket:234:207, comment:ticket:234:248) | 100% |
Catalan (Valencian) | ca_VA | Pau Iranzo <info/somgnu.cat> | OK (comment:150) | 100% |
Indonesian | id | David Yacobus <david_yacobus/yahoo.com> | OK (ICA by mail) | 100% |
Turkish | tr | Serdar Soytetir <tulliana/gmail.com> | OK (comment:ticket:234:254, comment:ticket:234:256) | 98% |
Danish | da | Lars Sarauw Hansen (sarauw) <sarauw76@…>, Jeppe Fihl Toustrup (Tenzer) <jeppe@…> | OK (comment:186), OK (comment:130) | 100% |
Greek | el | Spiros Vlachos (no e-mail) | OK (comment:ticket:234:31) | 0% |
Khmer | km_KH | Khoem Sokhem <khoemsokhem/khmeros.info> | OK (comment:77) | 90% |
Bulgarian | bg | Stoyan Marinov <neter/moyat.net>, Moyat.NET | OK (comment:83) | 100% |
Ukranian | uk | Korostil Daniel | OK (comment:90) | 90% |
Change History
comment:1 Changed 13 years ago by dmik
- Keywords I18N NLS translation added
- Version VirtualBox 1.6.4 deleted
- Component changed from other to GUI
comment:2 Changed 13 years ago by dmik
This ticket introduces a switch of VirtualBox GUI from the Qt Toolkit verison 3 to version 4. In particular, this means the following:
- The primary translation target is the Qt4 GUI. The current location of NLS files for it is http://virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VirtualBox4/nls/. Note that one day the VirtualBox4 directory will be renamed to just VirtualBox after the current VirtualBox directory is renamed to VirtualBox3. The Qt3 GUI will go away from binary distributions in VirtualBox and stop receive any official support from Sun so the only reason why Qt3 NLS may change in the future and therefore need an update from the translator is either a bugfix of the 1.6 product branch or a contribution to the Qt3 GUI from the community.
- The tool that needs to be used to work with .ts files from the VirtualBox4 directory is Qt Linguist 4 (you can download the Open Source version of Qt 4 for your platform here: http://trolltech.com/downloads/opensource).
comment:3 Changed 13 years ago by dmik
2.0 NLS Ready to Translate
The new 2.0 release is expected next week. Please note again that VirtualBox 2.0 and following versions will ship the VirtualBox GUI that uses Qt version 4 and therefore you need to update the Qt4 NLS files, not the Qt4 ones. See comment:1 and also make sure you have read the Translating document once more since there are some important updates.
All VirtualBox NLS files (VirtualBox_*.ts) were copied from the Qt3 directory and then syncronized with sources. It means that all existing (and not changed) NLS string should remain intact in the .ts files for Qt4.
However, the situation with Qt4 NLS files (qt_*.ts) is little bit different. We cannot synchronize them with Qt4 sources at the present time and therefore we took the existing files from the official Qt release version 4.3.3 and put them over the ones in the VirtualBox4/nls subdirectory in SVN. The following files were put over:
- qt_ar.ts
- qt_de.ts
- qt_es.ts
- qt_fr.ts
- qt_iw.ts
- qt_ja_jp.ts (renamed to qt_ja.ts)
- qt_pl.ts
- qt_pt.ts
- qt_ru.ts
- qt_sk.ts
- qt_sv.ts
- qt_zh_CN.ts
Maintainers of the respective translations should check these files and make corrections if necessary.
The contents of the rest of qt_*.ts files were replaced with the contents of the new qt_xx_YY.ts file that represents an untranslated NLS template for Qt4. Maintainers of these translations will have to translate them from scratch (probably using translated strings from Qt3 version of the .ts file opened in a separate window of Qt Linguist).
comment:4 follow-up: ↓ 25 Changed 13 years ago by dmik
- Owner set to dmik
- Status changed from new to assigned
comment:5 Changed 13 years ago by poetzsch
2.0 NLS update
There are some last minute updates to the translation files. Please checkout the latest revision using svn & continue the translation work on this new files.
comment:6 follow-up: ↓ 11 Changed 13 years ago by dmik
Updates to the Romanian translation are merged to SVN. alexef, thank you, and as far as I see, you (correctly) translated the Qt4 (aka VirtualBox 2.0) version, so I don't see the reason for 'sorry'.
comment:7 Changed 13 years ago by dmik
2.0 NLS last minute update
There are some more minor corrections in the .ts files, please feel free to update.
comment:8 follow-up: ↓ 9 Changed 13 years ago by peremen
Currently Korean translation is being updated, and current status is about 90%. Do you know the exact release of VirtualBox 2.0?
comment:10 in reply to: ↑ 9 Changed 13 years ago by dmik
Replying to peremen:
- exact release date
The exact release date is today, the build is closed already. However, there will be 2.0.2 very soon, so your contribution is still highly appreciated.
Changed 13 years ago by peremen
-
attachment
VirtualBox_ko.ts
added
I think it is too late, but here is Korean translation file.
comment:11 in reply to: ↑ 6 ; follow-up: ↓ 12 Changed 13 years ago by alexef
Replying to dmik:
Updates to the Romanian translation are merged to SVN. alexef, thank you, and as far as I see, you (correctly) translated the Qt4 (aka VirtualBox 2.0) version, so I don't see the reason for 'sorry'.
I was sorry because I only translated VirtualBox.ts file, not also qt.ts. Maybe in the future, we can use qt.ts from Qt, not our own?
comment:12 in reply to: ↑ 11 Changed 13 years ago by dmik
Replying to alexef:
I was sorry because I only translated VirtualBox.ts file, not also qt.ts. Maybe in the future, we can use qt.ts from Qt, not our own?
There is no qt_ro.ts in the official Qt 4.x distribution. If you have one (e.g. contributed to to Trolltech by someone else), you can use it for VirtualBox too provided that the license of that translation is compatible with our (MIT) license.
comment:13 Changed 13 years ago by yeager
Swedish translation updated. Please add my mail address to the list, <removed>
comment:14 Changed 12 years ago by docca
Already translated the missing strings for VirtualBox for pt-BR. I should be sending an update later tomorrow, after I finish the QT4 strings and proofread them.
BTW, I found the following typos in the en-US strings:
in VBoxGLSettingsUpdate: "When checked, the application will periodically connect to the VirtualBox website and check whether a new VirtualBox verison is available."
in VBoxVMSettingsUSB: "When checked, enables the virtual USB EHCI controller of this machine. The USB ECHI controller provides USB 2.0 support."
now that's a sexy controller... :)
comment:15 Changed 12 years ago by poetzsch
docca: Thanks for the typo hint. This is corrected internally & will appear in the public svn soon.
comment:17 Changed 12 years ago by docca
Here's the full translation for both VirtualBox and QT4. I proofread it, and everything appears to be in order.
comment:18 Changed 12 years ago by docca
poetzsch, could you place me (or all the translators here, for that matter) in the CC field? I'd like to receive email notifications whenever the ticket is updated, if possible.
comment:19 Changed 12 years ago by frank
docca, I would not recommend that because the cc: field of a ticket is public visible. There is an internal cc: list. The easiest way to get on this list is to post a comment here. If someone is familiar with trac, ideas on how to do this better are welcome.
comment:20 Changed 12 years ago by docca
I know it's off-topic, but perhaps this Trac plugin could be of use? The group notify feature seems to be just what is needed.
comment:21 follow-up: ↓ 126 Changed 12 years ago by Tenzer
Just an update, as you haven't heard anything from me since I said I would do the Danish translation. It has taken more time than expected, and the Qt3->Qt4 transition also made it take a bit longer, but I'm currently around 70% done with the VirtualBox.ts file. I will post it when I'm done with it.
comment:22 Changed 12 years ago by jd
Hi again!!
Is is possible to have SVN privileges so that we don't have to live the hassle of zipping the files?
Sincerely, Joaquín
Changed 12 years ago by epimitheas
-
attachment
VirtualBox_el.rar
added
Greek (Hellenic) translation 5% done
comment:23 Changed 12 years ago by yeager
Updated Swedish translation (100%)
Changed 12 years ago by hron84
-
attachment
VirtualBox_hu.ts.zip
added
VirtualBox3 (Qt3) translation update (1035/1188)
comment:24 Changed 12 years ago by hron84
I attached a latest Qt3 translation update. I'll no longer update this translation.
Changed 12 years ago by hron84
-
attachment
VirtualBox4_hu.ts.2.zip
added
Fully translated Virtual Disk Creator Wizard + typofixes (960/1068)
comment:25 in reply to: ↑ 4 Changed 12 years ago by hron84
Replying to dmik:
Maintainers of these translations will have to translate them from scratch (probably using translated strings from Qt3 version of the .ts file opened in a separate window of Qt Linguist).
Qt4 Linguist have a little trick: you can open the Qt3 ts file by Phrases -> Open auxillary source, and select a Qt3 .ts file. It doesn't modifies it, just open, and shows a matching translation (if found) between the Source and the Translation part of the editor stuff. I used it well with VirtualBox3-VirtualBox4 migration.
comment:27 Changed 12 years ago by dmik
comment:28 Changed 12 years ago by dmik
Updates to the Swedish, Spanish, Hungarian translations are merged to SVN.
yeager, please use the Qt4 Linguist application! By using some raw XML editor to update the .ts file you a) break the standard indentation every time (which appears as too many meaningless diffs the maintainer needs to review when checking your update) and b) risk to break the translation by accidentally breaking the markup (HTML entities, extra spaces, line feeds and so on)!
ozzii, your Serbian updates don't merge clearly with the current version of src/VBox/Frontends/VirtualBox4/nls/VirtualBox_sr.ts from the SVN: please perform a merge on your side, resolve any conflicts and reattach here.
jose1711, the same applies to your Slovak translation. Looks like you took VirtualBox_sk.ts from the VirtualBox directory instead of VirtualBox4. Please take the right file and re-attach.
comment:29 Changed 12 years ago by dmik
- Description modified (diff)
epimitheas, thank you for your will to contribute the Greek translation, but you didn't provide all necessary details about you (full name, e-mail) and didn't license your translation so we cannot accept it right now. Please read http://www.virtualbox.org/wiki/Translating#Submittingthetranslation and follow the instructions there (and read the rest of the document if you didn't do that yet).
comment:30 follow-up: ↓ 31 Changed 12 years ago by yeager
dmik: I used Kbabel 1.11.4 earlier but have saved the files using Qt Linguist 4.4.2 now. Hope the files are better looking now. Regards, Daniel Nylander
comment:31 in reply to: ↑ 30 Changed 12 years ago by dmik
Replying to yeager:
dmik: I used Kbabel 1.11.4 earlier but have saved the files using Qt Linguist 4.4.2 now. Hope the files are better looking now.
Ok, great. But please use the current version of VirtualBox_sv.ts from SVN each time you update it and attach here (or use the SVN client to update this file for you as described in the second comment of this ticket) -- there were a few fixes missing in your last attached .ts (don't worry about attaching it again -- just take the current SVN version and continue on it).
comment:32 follow-up: ↓ 33 Changed 12 years ago by yeager
dmik: I can't find any missing strings in the SVN copy of VirtualBox_sv.ts. There are two empty strings for country/language, which I guess I shouldn't translate
comment:33 in reply to: ↑ 32 Changed 12 years ago by dmik
Replying to yeager:
dmik: I can't find any missing strings in the SVN copy of VirtualBox_sv.ts. There are two empty strings for country/language, which I guess I shouldn't translate
I said "there were missing fixes" meaning that I already fixed that when merging it to SVN so it contains the correct version now which you should take for further translation. Two empty country strings are indeed do not need to be translated in your case.
Changed 12 years ago by Pitel
-
attachment
VirtualBox_cs.zip
added
Updated Czech translation to be compatibile with VirtualBox 2.0.x (fixed by Radek Vybiral)
Changed 12 years ago by rbuj
-
attachment
VirtualBox_ca_ES.zip
added
New catalan translation based with softcatalà style guide
comment:34 follow-up: ↓ 37 Changed 12 years ago by dmik
- Description modified (diff)
epimitheas, thank you for the start! However, I don't see anything translated in VirtualBox_el.ts, it even lacks your name. I've added your name and the language name myself but keep in mind that the translation won't be added to the distribution until the amount of translated items reaches the 50% limit (note that you must take both .ts files from SVN and continue your work on them, not on your local copies!). Also, you didn't provide us your email which is a requirement too.
jose1711. I will repeat. The files you attached are kind of wrong: they are from the unsupported Qt3 version of the VirtualBox frontend (i.e. from the src/VBox/Frontends/VirtualBox/nls directory). You need to take them from the src/VBox/Frontends/'''VirtualBox4'''/nls directory (simply download using these links: http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VirtualBox4/nls/VirtualBox_sk.ts and http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VirtualBox4/nls/qt_sk.ts if you are unable to work with SVN)! I've merged them to the Qt3 directory though since they belong there. But keep in mind that these updates will not appear in the VirtualBox4 directory, you will have to put them to Qt4 .ts files manually.
Pau, I've merged your update however could you please comment on what are the other two archives attached by rbuj after you?
rbuj, thank you but first please tell what did you attach and why and who you are :) The Catalan translation is maintained by Pau Iranzo now so you should coordinate your efforts with him. I left your files untouched so far.
Updates to the Greek, Slovak (Qt3), Catalan (but not ca_2 and ca_ES), Romanian, Czech and Chinese are merged to SVN.
comment:35 Changed 12 years ago by dmik
2.1 NLS Ready to Translate
The new 2.0 release is expected by the end of next week. Please note again that VirtualBox 2.1 and following versions will ship the VirtualBox GUI that uses Qt version 4 and therefore you need to update the Qt4 NLS files, not the Qt4 ones. See comment:1 and also make sure you have read the Translating document once more since there are some important updates.
comment:36 Changed 12 years ago by docca
Here's the updated translation for version 2.1.
Changed 12 years ago by jean-jacques
-
attachment
VirtualBox_fr.ts.zip
added
translation for VirtualBox4/nls/*
comment:37 in reply to: ↑ 34 ; follow-up: ↓ 38 Changed 12 years ago by Pau
Hi, I've just realised that "rbuj" attached two files of Catalan translation. I haven't had any notice about rbuj, but I'll try to contact him (is there a way to find out which is his e-mail?
Thanks
comment:38 in reply to: ↑ 37 Changed 12 years ago by dmik
Replying to Pau:
is there a way to find out which is his e-mail?
Not that I know of. He didn't present himself to us yet.
Changed 12 years ago by Pau
-
attachment
VirtualBox_ca.ts.zip
added
Update for VirtualBox_ca.ts (Qt4), catalan
comment:39 Changed 12 years ago by jose1711
adding (slightly) updated Slovak translation. hope it's okay now. joe
comment:40 Changed 12 years ago by payuta
Ukrainian language - started translation
Changed 12 years ago by marcelocoelho
-
attachment
pt_PT.zip
added
Updated pt translation, although not final.
comment:41 Changed 12 years ago by dmik
Updates to the Catalan, Japanese, Korean, Portuguese (Brazil), Slovak, Swedish and Portuguese translations are merged to SVN. Thank you very much everyone!
jean-jacques, please note that your latest update has not been accepted because it doesn't merge cleanly with either of the VirtualBox versions (Qt3 and Qt4). Looks like a Qt3 translation file with some partial updates from the Qt4 sources. Note however that the Qt4 version of the French translation was updated by Sun people (Michael Thayer) and is ready for the 2.1 release. You may contact Michael if you have questions.
comment:42 Changed 12 years ago by MegaGod
I'm working on Thai translation.
Changed 12 years ago by kedar1
-
attachment
VirtualBox_cs.2.zip
added
Updated Czech translation for 2.1.x
Changed 12 years ago by hron84
-
attachment
VirtualBox_hu.ts.2.zip
added
Updated to svn trunk, some translations added (934/1097)
comment:43 Changed 12 years ago by guoguy
Mr. Victor Wang, I found some flaws in your translation.
- Some words and phrases are not translated. Do you think they don't need to be translated or the translation is just incomplete. If it's the latter case, the progress should not be 100%. If the former, well, it's really a problem.
- Some translations are not appropriate. They are either lengthy or confusing.
Wang, I want to make further disscusion with you. So you can contact me(my email address is <removed>) or give me your email address if you are glad to.
Changed 12 years ago by serdar
-
attachment
VirtualBox_tr.zip
added
VirtualBox Turkish translations updated against svn head.
comment:44 Changed 12 years ago by smart2128
Hi all, my name's Vincenzo and I'm a member of the KDE Italian translation team. I'm interested in maintaining the Italian translation. Ciro, the previous translator, agreed on the maintainership takeover.
comment:45 Changed 12 years ago by ozzii
This folder is not accessible anymore. Normal or not? http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VirtualBox4/nls
So I can't check for the langage update.
comment:46 follow-up: ↓ 48 Changed 12 years ago by dmik
Thanks for the good question, ozzii. Here is the important update.
We discontinued the support of the Qt3 frontend a while back and now we removed the source code of this frontend located at src/VBox/Frontends/VirtualBox from the repository. After that, the src/VBox/Frontends/VirtualBox4 directory was renamed to just src/VBox/Frontends/VirtualBox.
In other words, now the directory src/VBox/Frontends/VirtualBox contains the sources of the active Qt4 frontend. The NLS files you need to maintain are located in the http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VirtualBox/nls directory.
comment:47 Changed 12 years ago by Tipo874
It appears there is a problem with the Swedish translation. I get the following messages when I open Settings (Inställningar) if I have LC_MESSAGES=sv: --- Qt WARNING: QString::arg: Argument missing: du har tilldelat mindre än <b>1%</b> för grafikminnet vilket är den minsta mängd som krävs för att växla den virtuella maskinen till helskärmsläge eller sömlöst läge., 7 MB ---
comment:48 in reply to: ↑ 46 Changed 12 years ago by ozzii
Replying to dmik:
Thanks for the good question, ozzii. Here is the important update.
We discontinued the support of the Qt3 frontend a while back and now we removed the source code of this frontend located at src/VBox/Frontends/VirtualBox from the repository. After that, the src/VBox/Frontends/VirtualBox4 directory was renamed to just src/VBox/Frontends/VirtualBox.
In other words, now the directory src/VBox/Frontends/VirtualBox contains the sources of the active Qt4 frontend. The NLS files you need to maintain are located in the http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VirtualBox/nls directory.
Thanks for the new link.
comment:49 Changed 12 years ago by hile
The Finnish (fi_FI) translation attached here by Ilkka Tuohela is published under the terms of the MIT license.
comment:50 Changed 12 years ago by smart2128
The Italian (it) translation attached here by Vincenzo Reale is published under the terms of the MIT license.
comment:51 Changed 12 years ago by kedar1
Hello, I would like to ask WHO is responsible for submitting translation to SVN? I've updated Czech translation for 2.1.x 31. 12. 2008!!! But this update NEVER appears in 2.1.x versions. Why? Whats wrong with this update? Right now there some untranslated strings specially in Wizard sections. So if a BFU starts to use VirtualBox and wants to help with Wizards, there are some English strings, WTF!? Thanks
Changed 12 years ago by Pau
-
attachment
VirtualBox_ca.tar.gz
added
Some fixes for the Catalan translation
comment:52 Changed 12 years ago by ozzii
Little question: Why when I download the Serbian ts files from the virtualbox servers a lot of sentences are "untranslated"? But the translation is complete!
comment:53 Changed 12 years ago by yeager
Please update the link in the first comment (history) http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VirtualBox4/nls/ does not exist anymore
comment:54 Changed 12 years ago by poetzsch
- Owner changed from dmik to poetzsch
- Status changed from assigned to new
comment:55 Changed 12 years ago by poetzsch
Merged the Slovak, Czech, Hungarian, Romanian, Turkish, Finnish, Catalan, Italian, Swedish translations to SVN.
kedar1: Sorry for the delay.
yeager: I can't edit comments. I will delete this one, cause all is described in the wiki.
hile: I have updated your changes, but please ask Jarno Kiuttu or Timo Jyrinki if this is ok, cause this two maintaining this language set.
fei: Please ask some of the former maintainer if it is ok to merge your changes. You have to release your changes also under the MIT license. See http://www.virtualbox.org/wiki/Translating for a description.
Thanks to all for your work. I will inform you about the upcoming release soon.
comment:56 Changed 12 years ago by poetzsch
ozzii: You file doesn't cleanly merged. So I couldn't import it to svn.
comment:57 Changed 12 years ago by TJ
poetzsch: hile's changes to the Finnish translation are ok both now and in the future.
Changed 12 years ago by ozzii
-
attachment
Virtualbox_Serbian.zip
added
Corrected the error. Normaly now it's OK for merging.
comment:58 Changed 12 years ago by SirYes
Virtual Box haven't seen an update to Polish translation for a long time. Actually, last SVN log entry that mentions Polish translation is dated 2007-11-27.
If nobody objects, I will update this translation soon.
comment:59 Changed 12 years ago by poetzsch
- Description modified (diff)
Re SirYes: Adrian Łubik or Dawid Wrobel is this ok for you? SirYes please see http://www.virtualbox.org/wiki/Translating for how it works. You have to release your work under MIT.
comment:60 Changed 12 years ago by poetzsch
Merged Italian, Serbian & Chinese translations.
comment:61 Changed 12 years ago by poetzsch
Merged the Italian translation. Thank you smart2128.
comment:62 Changed 12 years ago by poetzsch
2.2.0 NLS Ready to Translate
We are in preparation of the next upcoming major release (approximately released in a week). I have updated the nls directory with the latest NLS changes. You are welcome to update your translation.
The files to translate are located in SVN as usual. For the detailed update process see the Wiki.
Thanks in advance.
Changed 12 years ago by peremen
-
attachment
VirtualBox_ko.zip
added
Updated Korean translation according to 2.2.0.
comment:63 Changed 12 years ago by SirYes
Current status for Polish translation is that only about 100 strings out of 2033 are missing. In 24 hours it will be finished and (hopefully) proofread by me and another person.
The old translation was badly outdated and poorly translated. Basically I'm doing it almost from scratch, using 40-50% of the original material. Be patient, it's going to be worth it.
Changed 12 years ago by kedar1
-
attachment
VirtualBox_cs.3.zip
added
Updated Czech translation for 2.2.x
comment:64 Changed 12 years ago by SirYes
Full archive of Polish translation files (including original and modified versions, as well as .diff files) can be found at: http://ics.p.lodz.pl/~wiktorw/vbox/2.2/
comment:65 Changed 12 years ago by poetzsch
I have merged the updated Korean, Italian, Czech, Polish & Japanese translations to the svn.
Thanks for your work.
Changed 12 years ago by hile
-
attachment
VirtualBox_fi_FI.zip
added
Updated translation for Finnish, against SVN trunk as of 2009-04-0x
comment:67 Changed 12 years ago by docca
Here's the updated translation for Brazilian Portuguese.
Changed 12 years ago by SirYes
-
attachment
desktop-files-comments_pl.diff
added
Polish translation of comments in *.desktop files, for VirtualBox 2.2 (against r18709)
comment:68 follow-up: ↓ 77 Changed 12 years ago by poetzsch
Changed 12 years ago by SirYes
-
attachment
VirtualBox_pl.missed-apic.diff
added
Correction for wrong "(IO APIC)" hint on Advanced VM Settings page. I must have used incorrect suggestion in Qt Creator, the one regarding ACPI instead.
comment:70 Changed 12 years ago by cromo
I am the former polish translator for virtualbox. I am sorry for not updating the translation for virtualbox since the time being, but I was (and still am) busy with my master's thesis research. I came here to say thank you to my successor, as I noticed that starting with version 2.2 polish translation has different maintainer. I am however disappointed (to say the least) by what SirYes says about the quality of my work and the fact he rewrote 40/50% of it. I've spent countless hours on this translation, doing my best to make particularly those very long sentences clear and understandable by anyone (not just tech-savy people) while trying to figure out correct nomenclature and to stick to it over different parts of program. By the diff SirYes supplied I can clearly see that the very most of the changes are _only_ cosmetic, so PLEASE, SirYes, don't make fuss and publicly insult my work by saying it was "poorly translated" (as I am sure it was not ) and that you rewrote ~half of it (as you clearly did not). You may have altered that many lines of the translation but did not rewrote that much - and it makes a huge difference.
It was simple enough to just send me an private email asking if you can handle the translation on yourself, without making up the reasons for overtaking the translation on a public forum.
Anyways, I can see the changes you've done are for better so I wish good luck with translation.
comment:71 Changed 12 years ago by SirYes
I apologize, your analysis is right. I *felt* like rewriting the translation, because of the need to touch so many strings in a coherent way. And even though the changes may seem minor, they were numerous. I've spent a good portion of my evenings for last three weeks to get the thing updated on time. Some new phrases were so complicated that I needed to contact other Polish translators from Aviary.pl team to agree on the wording (for example: "appliance").
I apologize once more for not contacting you privately, but I was unable to dig out your address like I typically do (.po files encourage pasting e-mails in the header, for example), and I asked here first for permission on 2009-03-13. I hoped that after commenting here all translators would get an e-mail to their mailboxes. Since there was silence I assumed both former translators became MIA and started to work on my own. If you feel insulted then I publicly say I am terribly sorry for the whole situation - and I truly am.
I'm not trying to overtake anything, I know how [we] translators feel pride of the work. Please contact me: <e-mail removed> for further communication, so this channel would stay clear.
comment:72 Changed 12 years ago by Pau
Hi
I don't know why, but the Catalan translation is actually the previous version of the last one that I attached here one month ago. Did something go wrong?. Thanks!. (On the other hand, I had no time to translate the 2.2 version :(...)
comment:73 Changed 12 years ago by cromo
SirYes - OK, it's fine, I just didn't want the developers of Virtualbox to have feeling that I my translation was poor, that's all. Your changes really seem better to me and make more sense and more professional (however I really did my best on translation). Never mind, and good luck! :)
comment:74 Changed 12 years ago by Pau
Hi again
I would like to ask the language administrator if it is possible to update the language files when a minor VirtualBox update is published (for example on 2.2.1). Some languages like Spanish, Portuguese, Basque or Catalan have not been updated on the last release and it is so "ugly" to see English sentences on the menus or explanations when using VirtualBox on our language.
Of course it was our fault to not have translated the files on time, but I think it's not very difficult to add them on minor updates.
Thanks! (I've just attached the Catalan translation)
Changed 12 years ago by fei
-
attachment
VirtualBox_zh_TW.2.zip
added
Taiwan translation Updated for 2.2.0
comment:75 Changed 12 years ago by poetzsch
Merged Catalan, Swedish, Italian & Polish translations. Thank you very much.
re cromo/SirYes: please see comment:59, where I asked for acknowledgment. Maybe I should have wait I little bit longer. Sorry for the confusion.
re Pau: It seems I simply forgot to include your changes. Sorry. Your updated translations will be included in the next minor release. About the updates of minor releases in general: We have a separate branch for the minor releases beside the trunk. So its not that easy to keep the translations you do for the trunk in sync with that branch. But I will try to backport as much of your changes as possible.
re fei: Sorry, I can't include your changes because the former translators doesn't acknowledge this step & you haven't agreed to publish your translation under the terms of the MIT. Please see the Wiki for the steps necessary to get the translation included. bluebat would it be ok for you when fei updates the zh_TW files also?
comment:76 in reply to: ↑ 69 Changed 12 years ago by khem
Replying to poetzsch: Thank for your help. and this translations release in MIT.
comment:77 in reply to: ↑ 68 Changed 12 years ago by khem
Replying to poetzsch:
Merged Finish & Brazilian Portuguese translations. Added the Polish translation of the desktop files.
Thanks for your work.
khem: You have to release your work under the MIT license. Please have a look at the Wiki for a how to.
Thank for your help. and this translations release in MIT.
comment:78 follow-up: ↓ 118 Changed 12 years ago by poetzsch
- Description modified (diff)
re khem: Added Khmer to VBox as official language. Thx again for your work.
comment:79 Changed 12 years ago by poetzsch
2.2.2 NLS Ready to Translate
We are in preparation of the next minor update for VirtualBox. The release date is likely tomorrow. I know this is not much time, so sorry for that.
I have updated the nls directory with the latest NLS changes. You are welcome to update your translation.
The files to translate are located in SVN as usual. For the detailed update process see the Wiki.
Thanks in advance.
Changed 12 years ago by kedar1
-
attachment
VirtualBox_cs.ts.zip
added
Updated Czech translation for 2.2.2
comment:80 Changed 12 years ago by docca
I corrected a few empty strings(?), a lot of conflicts with the HEAD branch (mostly "obsolete tags"), and the language code.
comment:81 Changed 12 years ago by smart2128
@poetzsch Please, could you add my email address <removed> to the translators list and remove Ciro's address?
Vincenzo Reale <removed>, Ciro Mattia Gonano
Thanks in advance.
Changed 12 years ago by smart2128
-
attachment
desktop-files-comments-it.zip
added
Italian translation of comments in *.desktop files, for VirtualBox 2.2
comment:82 Changed 12 years ago by neter_bg
Hi there, I made bulgarian translation of VirtualBox from the current SVN files. I hope it will be added officially to the VirtualBox package soon :) It's translated all strings for the interface. Info for the translators:
Stoyan Marinov <e-mail removed>, Moyat.NET
Best regards!
comment:83 Changed 12 years ago by neter_bg
The Bulgarian (<bg>) translation attached here by Stoyan Marinov is published under the terms of the MIT license.
comment:84 Changed 12 years ago by poetzsch
- Description modified (diff)
Merged Catalan, Czech, Swedish, Brazilian Portuguese, Italian, Bulgarian & Serbian translations.
Thank you very much for your fast & excellent work.
comment:85 Changed 12 years ago by neter_bg
Some little fixes. Nothing special. Thank you for the including of the Bulgarian translation in the official release.
comment:86 Changed 12 years ago by Jeroen
Hi, I would like to take over the maintenance of the dutch language file since it seems that it is maintained no longer, and is very incomplete? Also the current translations in the qt_nl.ts file are often far from correct.
Regards, Jeroen Stikkers
Changed 12 years ago by fei
-
attachment
VirtualBox_zh_TW.3.zip
added
Taiwan translation Updated for 2.2.2
comment:87 Changed 12 years ago by yslandro
I would like to have a go at translating Virtualbox to Norwegian Nynorsk (language code: nn). References to my current and former translation projects can be found at <url:http://nynorsk.landro.net>. I can be reached at <removed>.
:-) Yngve Spjeld Landro
comment:88 Changed 12 years ago by poetzsch
Jeroen, lxndr: Alexander would it be OK for you when Jeroen takes over the ownership of the Dutch translation?
fei: Please see comment 75 why I can't include your changes.
yslandro: You are welcome to translate VirtualBox to Norwegian Nynorsk. Please make sure that you read the Wiki & release your work under the terms of the MIT license.
Changed 12 years ago by Wiseacre
-
attachment
VirtualBox_uk.ts
added
Beta ukranian translation for 2.1.2.
comment:89 Changed 12 years ago by Wiseacre
And one more thing. May somebody update ukranian file to 2.2.2 for translating? Thanks.
comment:90 Changed 12 years ago by Wiseacre
Deeply sorry. I forgot:
The Ukranian (uk) translation attached here by Korostil Daniel is published under the terms of the MIT license.
comment:91 Changed 12 years ago by Pau
Hi
It seems that yesterday, the first beta of VirtualBox 3.0 was out. What about translations? Are the ts files on nls ready to translate?.
Thanks!
comment:92 Changed 12 years ago by poetzsch
No, we will update the NLS files short before the final release.
comment:93 Changed 12 years ago by frank
The reason is that there are still some GUI / NLS changes pending.
comment:94 in reply to: ↑ description Changed 12 years ago by hron84
Hi!
I translating again VirtualBox, but I see a changes on http://www.virtualbox.org/wiki/Translating page.
So, the questions:
- I need to send email to info WORM virtualbox.org even if I was an active translator?
- A guy joined to me and helps in translation. Need he send a comment with MIT license, or enough if I'm a leader and I submit the translated stuffs?
I'll upload hungarian files tomorrow...
comment:95 Changed 12 years ago by Jeroen
@poetzsch:
Since it's been over a month now and I haven't seen a reply from Alexander I went ahead and translated most of the file already, especially with the upcomming 3.0 release in mind. I still need to complete a few things and then test the file on my local installation. when that's done, I think, mid-nextweek, I'll attach the file to my next message if that's ok?
Changed 12 years ago by hron84
-
attachment
VirtualBox_hu.ts.3.zip
added
Updated translation file. Needs SVN resync
comment:96 Changed 12 years ago by hron84
VirtualBox_hu.ts: Translated: 1224 of 1257
comment:97 Changed 12 years ago by poetzsch
- Description modified (diff)
Updated Bulgarian, Chinese, Spanish, Italian, Hungarian & added Ukranian translations. Thanks all for your work.
Re hron84: You haven't to relicense your work. To be on the save side it would be nice if your collage would also add the statement about releasing his work under MIT her in the defect. Also adding his name to the ts file would be nice.
Re Jeroen: ok, I will change the ownership to you when you uploaded the files.
comment:98 Changed 12 years ago by poetzsch
3.0.0 NLS Ready to Translate
We are in preparation of the next upcoming major release (approximately released in a week). I have updated the nls directory with the latest NLS changes. You are welcome to update your translation.
The files to translate are located in SVN as usual. For the detailed update process see the Wiki.
Please note that I updated the qt_*.ts files to the Qt version 4.4.3 also. Maybe you should have a look to the corresponding language file as well.
Thanks in advance.
Changed 12 years ago by smart2128
-
attachment
VirtualBox_it.2.zip
added
Updated Italian translation for 3.0.0 (VirtualBox_it.ts 99% qt_it.ts 60%)
comment:99 follow-up: ↓ 100 Changed 12 years ago by docca
Hmm... just a question: the string Phonon::GStreamer::MediaObject->"A required codec is missing..." from the qt file seems to be missing a "%n" marker according to QT Linguist. Is that correct? Where should we put it?
comment:100 in reply to: ↑ 99 Changed 12 years ago by hron84
Replying to docca:
Hmm... just a question: the string Phonon::GStreamer::MediaObject->"A required codec is missing..." from the qt file seems to be missing a "%n" marker according to QT Linguist. Is that correct? Where should we put it?
The complete string sounds: "A required codec is missing. You need to install the following codec(s) to play this content: %0" So, you must put %0 to the correct place.
comment:101 Changed 12 years ago by poetzsch
Accidentally I changed some strings in the ts files which shouldn't be changed. I corrected the corresponding strings in all files. If you already checked out the files please to a update again. Nothing else have to be done from your side. Sorry & Thanks.
smart2128: I already merged your last changes. Thx.
comment:102 Changed 12 years ago by yeager
@poetzsch: I have uploaded the updated Swedish translation, which lacks the latest changes. Please commit and update with the latest changes and I will update the translation asap.
Changed 12 years ago by Wiseacre
-
attachment
VirtualBox_uk.2.ts
added
I updated ukranian tranlation for 3.0, but someone may explain me what does «bucket» mean?!
comment:103 Changed 12 years ago by docca
Alright, here are the updated files for pt_BR.
comment:104 Changed 12 years ago by docca
@Wiseacre: "bucket" refers to a virtual storage unit on a cloud-based bulk data storage service, like Amazon S3. Translating it directly may sound a little weird, specially if in your country people already use the term in English for lack of a better translation. Perhaps you should leave it as "bucket" as well?
comment:105 Changed 12 years ago by Wiseacre
Perhaps. Anyway, thank You for explaining.
comment:106 Changed 12 years ago by evin
The Hungarian (hu) translation attached here by George Hron and Tom Evin ( aka hron84 and evin ) is published under the terms of the MIT license.
comment:107 Changed 12 years ago by poetzsch
- Description modified (diff)
Updated Swedish, Ukranian & Brazilian Portuguese. Thx for your work.
comment:108 Changed 12 years ago by neter_bg
Here are the updated files for the Bulgarian translation (bg_BG) of the latest SVN files. I suppose these files are for v3.0. Please, tell me if I'm wrong.
Changed 12 years ago by smart2128
-
attachment
VirtualBox_it.3.zip
added
Updated Italian translation for 3.0.0 (VirtualBox_it.ts 100% qt_it.ts 63%)
Changed 12 years ago by hron84
-
attachment
VirtualBox_hu.zip
added
Hungarian translation - marked for 3.0 release
comment:109 Changed 12 years ago by hron84
Fully translated VirtualBox, initial upload of Qt VirtualBox_hu.ts: Translated: 1309 of 1309 qt_hu.ts: Translated: 1012 of 1202
comment:110 Changed 12 years ago by poetzsch
Updated Bulgarian, Italian, Serbian, Hungarian & Catalan. Many thanks for your hard work.
Changed 12 years ago by kedar1
-
attachment
VirtualBox_cs.4.zip
added
Updated Czech translation for 3.0.0
comment:111 Changed 12 years ago by Domokun
I'm going to maintain the translation to my language (Dutch) since the current Dutch translation only has 2 words translated.
comment:112 follow-up: ↓ 113 Changed 12 years ago by poetzsch
re Domokun: please see comment:86, comment:88, comment:95 & comment:97. I guess Jeroen has started to working on a new translation for Dutch already. Maybe you could both work on it and share the work. Please make sure that you proper sync your work. The instruction for translating VBox are here. Thx for your interest on contributing to VirtualBox.
re kedar1: merged your changes. Thx for your work.
comment:113 in reply to: ↑ 112 Changed 12 years ago by Domokun
@poetzsch, thanks for that, I forgot to read the previous comments (silly me). I will contact Jeroen about it.
comment:116 Changed 12 years ago by sandervl73
A separate ticket for NLS mistakes/suggestion has also been created (#4503). Please subscribe to the ticket to monitor new reports (add a comment to do so).
This will encourage people to report problems in a single place so you don't have to monitor all new tickets.
Thank you.
comment:117 Changed 12 years ago by Wiseacre
And other attachments (VirtualBox_uk.2.ts & VirtualBox_uk.ts) may be removed.
comment:118 in reply to: ↑ 78 Changed 12 years ago by khem
Replying to poetzsch:
re khem: Added Khmer to VBox as official language. Thx again for your work.
@ poetzsch: I have tested Virtualbox 3.0.2 and I see Khmer included already. but there is a problem with translation that need to be corrected. The translation in preference --> language --> Choose Khmer language. I have corrected the translation and I want you to help add the updated translation to Virtualbox as official language. Should I attach as new for updated translation again?
Thanks,
Changed 12 years ago by khem
-
attachment
VitualBox_km_KH.zip
added
Update Khmer translation for 3.0.x
comment:119 Changed 12 years ago by poetzsch
Merged Khmer & Ukranian. Thanks for your work.
Re epimitheas: I didn't found the statement that you release your work under the terms of the MIT. Can you please do it (or do it again in the case I missed something). Thanks.
comment:120 Changed 12 years ago by pico.dev
Hi!, I would like to update the es (Spanish) translation, it has many strings untranslated, some typos and misspellings for the current translation archives in svn (r21916). I don't find a email to contact Joaquín Duo to ask him if he is currently working in this language. You can contact me at <removed>. I can start the translation update in one week or so if I don't get answer? Thanks.
Changed 12 years ago by peremen
-
attachment
VirtualBox_ko_3_0_4.zip
added
Long time no see. Korean translation of VirtualBox_ko.ts, version 3.0.4. qt_ko.ts is work in progress.
comment:121 Changed 12 years ago by poetzsch
Merged Catalan, Korean, Italian & Japanese. Many thanks for your work.
re pico.dev: I wrote Joaquín an email, that he should contact you. Thanks for your interest on VirtualBox.
comment:122 Changed 11 years ago by geertseb
Ls.
I've completed the Dutch translation.
comment:123 Changed 11 years ago by poetzsch
- Description modified (diff)
Added Galician. Thanks for your work.
Re geertseb: I can't add the Dutch translation, cause you didn't release your work under the terms of the MIT license. Also see this instructions on translating VirtualBox. Alexander L. de Goeij would this Ok with you?
comment:124 Changed 11 years ago by jd
The latest attachment is not syncrhonized with current svn, so wait until i send the new one. Cheers! Joaquín
comment:125 Changed 11 years ago by jd
I checked it and it was a typo fix already fixed on the version sent. So the attachment is OK to go. Cheers! Joaquín
comment:126 in reply to: ↑ 21 Changed 11 years ago by sarauw
Replying to Tenzer:
Just an update, as you haven't heard anything from me since I said I would do the Danish translation. It has taken more time than expected, and the Qt3->Qt4 transition also made it take a bit longer, but I'm currently around 70% done with the VirtualBox.ts file. I will post it when I'm done with it.
In agreement with Tenzer (<removed>) I'm going to assume responsibility for the Danish translation of VirtualBox.
Changed 11 years ago by hron84
-
attachment
VirtualBox_hu.ts.4.zip
added
Updated translation to fixed source strings (no translation change happened)
comment:127 in reply to: ↑ description Changed 11 years ago by gumstic
Hi,
I'd like to take over the Greek (el) language translation, since it has not been updated and is incomplete. I have made other tranlations of applications for quite some time now. Who should I contact, or anyone can contact me at <removed>
Regards, Andreas
comment:128 Changed 11 years ago by poetzsch
- Description modified (diff)
Merged Dutch, Spanish, Slovak & Romanian translations. Thanks for your great work.
Re geertseb: I added you as the new maintainer for Dutch but I'm a bit confused who is working currently on the Dutch translation. According to comments 86, 111, 112 there where more people requesting for this job. Would be nice if you could coordinate your work & inform me about the status. Regardless of this thanks for your work.
Re gumstic: As Spiros Vlachos doesn't work on Greek in the last year & the translation file is almost empty I assume its Ok when you start working on it. Please see this instructions & don't forget to release your work under MIT when you first upload something.
Changed 11 years ago by keko.gl
-
attachment
VirtualBox_gl_ES.zip
added
Update galician translation at svn revision 24177.
comment:129 Changed 11 years ago by poetzsch
- Description modified (diff)
Updated Slovak, Galician, Spanish, Catalan, Serbian & Slovak translations. Added Danish. Many thanks for your great work.
Re sarauw, Tenzer: To be on the save side: Tenzer can you please also notice that you release your work under the terms of the MIT? Thanks.
comment:130 Changed 11 years ago by Tenzer
The Danish (da) translation attached here by Jeppe Fihl Toustrup is published under the terms of the MIT license.
comment:132 Changed 11 years ago by docca
Hi there, I just corrected a couple of mistakes on the pt_BR translation that have been pointed out to me.
comment:133 Changed 11 years ago by frank
3.1.0 NLS Ready to Translate
We are in preparation of the next upcoming major release (approximately released in two weeks). I have updated the nls directory with the latest NLS changes. You are welcome to update your translation.
The files to translate are located in SVN as usual. For the detailed update process see the Wiki.
Thanks in advance!
comment:134 Changed 11 years ago by geertseb
Hi, I'll start updating the Dutch translation and try to finish before the end of next week, at least by the end of November
comment:135 Changed 11 years ago by poetzsch
Updated Japanese, Italian, Catalan & Hungarian. Thanks for your great work.
comment:136 Changed 11 years ago by poetzsch
Merged Bulgarian, Serbian, Danish, Italian, Swedish, Brazilian Portuguese to SVN. Many thanks for your work.
Re ozzii: There where some errors in your translation file about "Unexpected characters". I reverted that parts back to untranslated. The rest is merged to SVN.
comment:137 Changed 11 years ago by poetzsch
Merged Dutch. Thanks for your work.
comment:138 Changed 11 years ago by poetzsch
Please be aware that we have added some strings to VirtualBox which have Plural Forms. This means the translator can give a translation for "%n years" as 1) "1 year" & 2) "2 years". In Linguist such strings contain "%n" & the Linguist ask you for adding more then one variant (Sigular, Plural & maybe more depending on your language). I have updated our docs & you can find more information on this topic here.
Changed 11 years ago by kedar1
-
attachment
VirtualBox_cs.5.zip
added
Updated Czech translation for 3.1.x. Sorry, I'm late for 3.1.0.
Changed 11 years ago by gumstic
-
attachment
VirtualBox_el.2.rar
added
Updated Greek translation for 3.1.x (VirtualBox_el.ts 40% qt_el.ts 5%)
Changed 11 years ago by fei
-
attachment
VirtualBox_zh_TW.4.zip
added
Chinese Taiwan translation updated base on 25178 (for v3.1.0)
comment:139 Changed 11 years ago by poetzsch
Merged Serbian, Bulgarian, Italian, Czech, Slovak, Spanish & Japanese. Thanks for the great work.
Re gumstic: I can't include your work as you didn't release it under the terms of the MIT. Also see this instructions on translating VirtualBox.
Re ozzii: There where again some errors (Unexpected characters) in your translation file. I manually removed that parts.
Re fei: Again, please see comment 75 why I can't include your changes.
comment:140 Changed 11 years ago by poetzsch
3.1.2 NLS Ready to Translate
We are in preparation of the next upcoming minor release (approximately released in two days). I have updated the nls directory with the latest NLS changes. You are welcome to update your translation.
The files to translate are located in SVN as usual. Please be sure to update your local translation file. For the detailed update process see the Wiki.
Thanks in advance!
Changed 11 years ago by SirYes
-
attachment
VirtualBox_pl.2.zip
added
Updated Polish translation for VirtualBox 3.2
comment:141 Changed 11 years ago by SirYes
Sorry, I meant Polish translation update for virtual box 3.1.2 (not 3.2).
BTW, you catched me by surprise, because for last several days I was updating the translation for "3.1.0 r55467", and just before I was able to post here, a new version came from your side.
However I finished the remaining 15 strings quickly, and here is the (long outdated) update.
comment:142 Changed 11 years ago by pico.dev
The Spanish (es) translation attached here by David González is published under the terms of the MIT license.
Changed 11 years ago by pico.dev
-
attachment
VirtualBox_es.ts.3.zip
added
Updated Spanish translation for VirtualBox 3.1.2
Changed 11 years ago by geertseb
-
attachment
VirtualBox_nl.2.zip
added
Updated Dutch translation for VirutalBox 3.1.2
Changed 11 years ago by kedar1
-
attachment
VirtualBox_cs.6.zip
added
Czech translation ready for 3.1.2
comment:143 Changed 11 years ago by poetzsch
- Description modified (diff)
Merged Polish, Catalan, Spanish, Swedish, Italian, Bulgarian, Czech & Dutch. Thanks for your work.
comment:144 Changed 11 years ago by docca
There you go.
comment:145 Changed 11 years ago by poetzsch
Merged Traditional Chinese (Taiwan), Brazilian Portuguese & Ukranian. Thanks for your work.
comment:146 Changed 11 years ago by jose1711
btw does anyone know what happened to 'auxiliary translation' in linguist? i cannot find it anymore :-(
comment:147 Changed 11 years ago by shailesh_aml
i am using sqlserver. and data store in D drive. C and D drive both in separate vdi file. i want data backup online. for if D drive vdi file corrupt then what i do? Can we create online mirror image of any vdi file? or can we create clone of running vdi?
comment:148 Changed 11 years ago by Pau
Hello,
I'm the current Catalan translator and I would like to start a new translation which actually is a variant of Catalan language known as "valencian" (name: Catalan (Valencian); code: ca_VA).
Apps like Firefox, Thunderbird, Kompozer, GNOME and many others have the possibility to choose this variant. The IANA has already accepted this variant (ca-valencia / ca@valencia).
I've already finished the translation. Could it be added to VirtualBox?.
Thanks!
comment:149 Changed 11 years ago by poetzsch
Sure, just add the translation file to the ticket. Please make an extra comment that you release it under the terms of the MIT.
comment:150 Changed 11 years ago by Pau
The Catalan (Valencian) translation attached here by Pau (<e-mail removed>) is published under the terms of the MIT license.
comment:151 Changed 11 years ago by poetzsch
- Description modified (diff)
Updated Japanese, Slovak, Serbian, Danish, Spanish and added Catalan (Valencian). Thanks for your work.
Changed 11 years ago by fei
-
attachment
VirtualBox_zh_TW.zip
added
Chinese Taiwan translation updated for 3.1.x, fix some missing string.
Changed 11 years ago by hron84
-
attachment
VirtualBox_hu.ts.5.zip
added
Updated VB translation to svn r25363
comment:152 Changed 11 years ago by hron84
I updated translations to svn r25363 Stat:
qt_hu.ts: Translated: 1057 of 1202 (87%) VirtualBox_hu.ts: Translated: 2290 of 2299 (99%)
comment:153 Changed 11 years ago by poetzsch
Merged Chinese Taiwan, Hungarian and Khmer. Thanks for your work.
comment:154 Changed 11 years ago by geertseb
Regarding the new released version of Vbox 3.1.6
In 2009 I translated VirtualBox to Dutch and submitted that translation
- attachment VirtualBox_nl.zip added.
The Dutch (nl) translation attached here by Ebel Geertsema is published under the terms of the MIT license. 2009-12-15 13:44:47 changed by poetzsch
But this morning I installed Vbox on a new system and the Dutch translation was not included. So I was a bit supprissed? What is necessary to have the Dutch translation by default in the distribution package?
Regards, Ebel
comment:155 Changed 11 years ago by poetzsch
Hi Ebel,
I have added the Dutch translation file to the tree as I wrote in comment 128. Unfortunately I forget to update our ApprovedLanguage file, which is used by the various distro packagers to decide which language is allowed in the final product. I'm very sorry about that. I have fixed it in the tree already and now Dutch will be included in the next release.
Again, Sorry, Christian
Changed 11 years ago by victor
-
attachment
VirtualBox_zh_CN.ts.zip
added
Chinese translation Updated base on 3.1.4
comment:156 Changed 11 years ago by poetzsch
Merged Chinese translation. Thanks for your work.
Changed 11 years ago by hron84
-
attachment
qt_hu.ts.2.zip
added
Near-final release of qt_hu.ts: Translated: 1186 of 1202 (98%)
Changed 11 years ago by hron84
-
attachment
VirtualBox_hu.ts.6.zip
added
Final release of VirtualBox_hu.ts: Translated: 2299 of 2299
comment:157 Changed 11 years ago by poetzsch
Merged Hungarian and Italian. Thanks for your work.
comment:158 Changed 11 years ago by poetzsch
3.2.0 NLS Ready to Translate
We are in preparation of the next upcoming major release. I have updated the nls directory with the latest NLS changes. You are welcome to update your translation.
The files to translate are located in SVN as usual. Please be sure to update your local translation file. For the detailed update process see the Wiki.
Thanks in advance!
comment:159 Changed 11 years ago by poetzsch
Unfortunately we had some string additions just after I updated all the translation files. Please make all sure to update your local tree again and to be at least at r28941. Thanks and sorry for the trouble.
comment:160 Changed 11 years ago by docca
There you go, already including the changes in r28941.
Changed 11 years ago by geertseb
-
attachment
VirtualBox_nl.3.zip
added
Updated the Dutch package for Vbox 3.2
comment:161 Changed 11 years ago by geertseb
Please discard the "VirtualBox_nl.3.zip" this is the wrong version
Changed 11 years ago by pico.dev
-
attachment
VirtualBox_es.ts.6.zip
added
Updated Spanish (es) translation for 3.2.0
Changed 11 years ago by SirYes
-
attachment
VirtualBox_pl.3.zip
added
Updated Polish (pl) translation for VirtualBox 3.2.0
comment:162 Changed 11 years ago by jd
Hi everyone! I noticed that qt_es.ts has changed and has untranslated strings. So i guess we should get from qt site or translate those files, isn't it?
Cheers! Joaquín
comment:163 Changed 11 years ago by poetzsch
Hi Joaquín,
please use the qt_es.ts which is included in the VirtualBox nls directory. If there are strings not translated, then translate them. I know this is not the one which is up to date or the newest from Nokia, but this isn't necessary. First we ship different versions of Qt ourself on the different platforms and second the different distributions on Linux we support have also different versions of Qt installed. Ideally Nokia should provide the translations to Qt for at least all major languages. But beside English and German there isn't that much. So we have to do this ourself.
Christian
comment:164 Changed 11 years ago by Pau
This is weird... te Catalan qt file have no new strings to translate (I have compared it with the Spanish one and the strings to translate are the same).
comment:165 Changed 11 years ago by poetzsch
Sure I didn't update the qt.ts files. Not sure why jd is asking this right now, but the qt_es.ts file isn't fully translated, but the qt_ca.ts is.
comment:166 Changed 11 years ago by peremen
To poetzsch: Could you notify us the deadline for new version's translation to be included in the release? I couldn't find deadlines on any existing ticket/wiki page.
comment:167 Changed 11 years ago by poetzsch
Sorry, I can't say any release dates. Maybe in 1-2 weeks.
Changed 11 years ago by fei
-
attachment
VirtualBox_zh_TW.5.zip
added
Updated Chinese Taiwan translation for VirtualBox 3.2.0
Changed 11 years ago by kedar1
-
attachment
VirtualBox_cs.7.zip
added
Updated Czech translation for 3.2.
Changed 11 years ago by Caerbannog
-
attachment
VirtualBox_fr.2.zip
added
Complete overhaul for 3.2.0 using beta 2
comment:168 Changed 11 years ago by Caerbannog
The French (fr) translation attached here by Martin d'Allens is published under the terms of the MIT license.
I spent some time over it and changed a majority of the strings. This is a big improvement over poor grammar, diverse terminology, and mumbo jumbo. Enclosed are a few "translator comment"s for the dev team.
comment:169 Changed 11 years ago by poetzsch
- Description modified (diff)
Merged ca, ca_VA, ja, zh_TW, nl, pl, it, bg, cs, ko and pt_BR. Thanks for your good work and support.
comment:170 Changed 11 years ago by pico.dev
Hasn't been merged Spanish (es)?
comment:171 follow-up: ↓ 173 Changed 11 years ago by poetzsch
Sorry, just forgot to mentioned it. See http://www.virtualbox.org/changeset/29318.
comment:172 Changed 11 years ago by michael
Merged Martin's French updates. Many thanks!
comment:173 in reply to: ↑ 171 Changed 11 years ago by Wiseacre
Replying to poetzsch:
Sorry, just forgot to mentioned it. See http://www.virtualbox.org/changeset/29318.
Ukrainian as well. I attached VirtualBox_uk.ts.tar.2.gz five month ago…
Changed 11 years ago by alexef
-
attachment
VirtualBox_ro.ts.zip
added
Updated Romanian Translation to svn.
comment:174 Changed 11 years ago by poetzsch
Merged Danish, Slovak and Romanian translations. Thanks for your work.
re Wiseacre: I updated the Ukrainian translation just one day after you uploaded it. See comment:145.
comment:175 Changed 11 years ago by Wiseacre
To poetzsch: but in nls old one.
comment:176 Changed 11 years ago by poetzsch
Re Wiseacre: Sorry, as far as I can tell your changes are merged. You uploaded VirtualBox_uk.ts.tar.2.gz on 2009-12-16 and I merged this changes on 2009-12-17. See this changeset. You can see the full history of this file here. Please note that some of the translations sources have change in between of course. How do you see that your changes aren't there?
comment:177 Changed 11 years ago by Wiseacre
You are right. File is changed by adding and removing strings. Sorry for inconvenience. I think I missed new version of translation, or is it just trial?
comment:178 Changed 11 years ago by evin
I forgot the description: VirtualBox_hu_320.zip - updated Hungarian translation.
comment:179 Changed 11 years ago by poetzsch
Merged hu. Thanks for your work.
comment:180 follow-up: ↓ 182 Changed 11 years ago by poetzsch
3.2.2 NLS Ready to Translate
We are in preparation of the next upcoming minor release. I have updated the nls directory with the latest NLS changes. You are welcome to update your translation.
The files to translate are located in SVN as usual. Please be sure to update your local translation file. For the detailed update process see the Wiki.
Thanks in advance!
Changed 11 years ago by pico.dev
-
attachment
VirtualBox_es.ts.7.zip
added
Updated Spanish (es) translation for 3.2.2
comment:181 Changed 11 years ago by poetzsch
Merged es, pt_BR, it, ja and BG. Thanks for your work.
Changed 11 years ago by SirYes
-
attachment
VirtualBox_pl.zip
added
Updated Polish translation of VirtualBox 3.2.2 (100%), also updated automatically Polish Qt translation (100%), using Qt 4.7 as translation base.
comment:182 in reply to: ↑ 180 Changed 11 years ago by SirYes
Automatic translation of qt_pl.ts has been conducted according to the tip provided at: http://forum.teamspeak.com/showthread.php?t=50214#3
Basically it means I did the following steps:
- downloaded qt_pl.ts from http://qt.gitorious.org/qt/qt/trees/4.7/translations
- converted it to a phrase book using "lconvert -of qph -i qt_pl.ts -o qt_pl-4.7.qph"
- opened the just created Phrase Book in Qt Linguist (as the only phrase book)
- opened the qt_pl.ts that came with VirtualBox
- performed the batch translation (from the Edit menu), after checking all three options
- did some manual fixes here and there (translated missing strings, etc)
comment:183 Changed 11 years ago by poetzsch
Merged pl and nl. Thanks for your work.
Changed 11 years ago by fei
-
attachment
VirtualBox_zh_TW.6.zip
added
Updated Chinese Taiwan translation for VirtualBox 3.2.4
Changed 11 years ago by Wiseacre
-
attachment
VirtualBox_uk.ts.zip
added
Updated Ukranian translation.
comment:184 Changed 11 years ago by sarauw
Can somebody please update the entry for Danish in the table "Current list of translators" with the following info: My email-address and translation-status of Danish (I'd say 100% for quite some time :-). Please also remove Jeppe Fihl Toustrup as he's no longer active in the project (he still gets credit in the VirtualBox_da.ts)
comment:185 Changed 11 years ago by poetzsch
- Description modified (diff)
Merged da, zh_TW and uk. Thanks for your work.
Re sarauw: I slightly updated the table and realized that I can't find your statement about releasing your work under the terms of the MIT. Can you please do this (again!).
comment:186 Changed 11 years ago by sarauw
The Danish (da_DK) translation attached here by Lars Sarauw Hansen is published under the terms of the MIT license.