- Timestamp:
- Apr 20, 2007 10:49:08 AM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts
r2208 r2262 3747 3747 <message> 3748 3748 <source>Adds a new USB filter with all fields initially set to empty strings. Note that such a filter will match any attached USB device.</source> 3749 <translation type="unfinished"> </translation>3749 <translation type="unfinished">Erstellt einen neuen USB-Filter, bei dem alle Felder leer sind. Beachten Sie, dass solch ein Filter auf alle angeschlossenen USB-Geräte passt.</translation> 3750 3750 </message> 3751 3751 <message> 3752 3752 <source>Adds a new USB filter with all fields set to the values of the selected USB device attached to the host PC.</source> 3753 <translation type="unfinished"></translation> 3753 <translation type="unfinished">Fügt einen neuen USB-Filter hinzu, wobei alle Felder mit Werten des ausgewählten USB-Gerätes belegt werden.</translation> 3754 </message> 3755 <message> 3756 <source>Adapter %1</source> 3757 <comment>network</comment> 3758 <translation type="unfinished">Adapter %1</translation> 3754 3759 </message> 3755 3760 </context> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts
r2208 r2262 3788 3788 <translation type="unfinished"></translation> 3789 3789 </message> 3790 <message> 3791 <source>Adapter %1</source> 3792 <comment>network</comment> 3793 <translation type="unfinished"></translation> 3794 </message> 3790 3795 </context> 3791 3796 <context> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts
r2208 r2262 3900 3900 <translation type="unfinished"></translation> 3901 3901 </message> 3902 <message> 3903 <source>Adapter %1</source> 3904 <comment>network</comment> 3905 <translation type="unfinished">connecteur %1</translation> 3906 </message> 3902 3907 </context> 3903 3908 <context> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts
r2208 r2262 4207 4207 <translation type="unfinished"></translation> 4208 4208 </message> 4209 <message> 4210 <source>Adapter %1</source> 4211 <comment>network</comment> 4212 <translation type="unfinished">Driver %1</translation> 4213 </message> 4209 4214 </context> 4210 4215 <context> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts
r2209 r2262 4241 4241 <translation>Adaugă un filtru USB nou cu toate câmpurile setate la valorile dispozitivelor USB selectate conectate la PC gazdă.</translation> 4242 4242 </message> 4243 <message> 4244 <source>Adapter %1</source> 4245 <comment>network</comment> 4246 <translation type="unfinished">Dispozitiv %1</translation> 4247 </message> 4243 4248 </context> 4244 4249 <context> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts
r2208 r2262 3825 3825 <translation type="unfinished"></translation> 3826 3826 </message> 3827 <message> 3828 <source>Adapter %1</source> 3829 <comment>network</comment> 3830 <translation type="unfinished">Адаптер %1</translation> 3831 </message> 3827 3832 </context> 3828 3833 <context> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts
r2208 r2262 3737 3737 <translation type="unfinished"></translation> 3738 3738 </message> 3739 <message> 3740 <source>Adapter %1</source> 3741 <comment>network</comment> 3742 <translation type="unfinished"></translation> 3743 </message> 3739 3744 </context> 3740 3745 <context> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts
r2208 r2262 4036 4036 <translation type="unfinished"></translation> 4037 4037 </message> 4038 <message> 4039 <source>Adapter %1</source> 4040 <comment>network</comment> 4041 <translation type="unfinished">网络类型 %1</translation> 4042 </message> 4038 4043 </context> 4039 4044 <context> -
trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts
r2208 r2262 4868 4868 <translation type="unfinished"></translation> 4869 4869 </message> 4870 <message> 4871 <source>Adapter %1</source> 4872 <comment>network</comment> 4873 <translation type="unfinished">配接卡 %1</translation> 4874 </message> 4870 4875 </context> 4871 4876 <context> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r2240 r2262 1771 1771 page->loadList (mInterfaceList); 1772 1772 page->getFromAdapter (aAdapter); 1773 tbwNetwork->addTab (page, QString ("Adapter %1").arg (aAdapter.GetSlot())); 1773 tbwNetwork->addTab (page, QString (tr ("Adapter %1", "network")) 1774 .arg (aAdapter.GetSlot())); 1774 1775 1775 1776 /* fix the tab order so that main dialog's buttons are always the last */
Note:
See TracChangeset
for help on using the changeset viewer.