Hello,
I translated the file "LabelLocalizer.java": (notes below)
usernamePanelLabel = "שם משתמש:";
usernamePanelText = "(השאר ריק על מנת לשלוח כאנונימי)";
copyrightName = "Free Software Foundation - קרן התוכנה החופשית";
gplAccepted = "כן";
pleaseSelect = "אנא בחר";
notApplicable = "לא ידוע";
genderPanelLabel = "מין:";
genderSelection = new String [3];
genderSelection[0] = pleaseSelect;
genderSelection[1] = "זכר";
genderSelection[2] = "נקבה";
ageRangePanelLabel = "קבוצת גיל:";
ageSelection = new String [4];
ageSelection[0] = pleaseSelect;
ageSelection[1] = "צעיר";
ageSelection[2] = "מבוגר";
ageSelection[3] = "קשיש";
dialectPanelLabel = "ניב המבטא:";
dialectSelection = new String [9];
dialectSelection[0] = pleaseSelect;
dialectSelection[1] = "ללא";
dialectSelection[2] = "רוסי"; // other
dialectSelection[3] = "ערבי";
dialectSelection[4] = "אמריקאי (אנגלית)";
dialectSelection[5] = "אחר";
microphonePanelLabel = "סוג המיקרופון:";
microphoneSelection = new String [9];
microphoneSelection[0] = pleaseSelect;
microphoneSelection[1] = "Headset mic";
microphoneSelection[2] = "USB Headset mic";
microphoneSelection[3] = "Desktop Boom mic";
microphoneSelection[4] = "USB Desktop Boom mic";
microphoneSelection[5] = "Laptop Built-in mic";
microphoneSelection[6] = "WebCam mic";
microphoneSelection[7] = "Studio mic";
microphoneSelection[8] = "Other";
uploadText = "<html>בלחיצה על הלחצן \"העלה\", הנך מסכים/ה לתת את כל הזכויות של הקלטת הקול שלך ל<br> "
+ "Free Software Foundation - קרן התוכנה החופשית, ולספק את הקלטת הקול תחת הרישיון GNU Public Licence (\"GPL\"):" ;
uploadButtonLabel = "העלה";
moreInfoText = "למידע נוסף אודות זכויות יוצרים ו-GPL, לחץ כאן:";
moreInfoButtonLabel = "מידע נוסף";
disclaimerText =
"<html>VoxForge SpeechSubmission Applet - Copyright (C) 2007 VoxForge<br>"
+"This program comes with ABSOLUTELY NO WARRANTY; without even the implied<br> "
+"warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For<br>"
+"more details click the \"About\" button:";
aboutButtonLabel = "About";
recordButton = "הקלט";
stopButton = "עצור";
playButton = "השמע";
peakWarningLabel = "שים לב: ייתכן והקלט יהיה חזק מאוד";
sampleGraphFileLabel = "קובץ: ";
sampleGraphLengthLabel = " אורך: ";
sampleGraphPositionLabel =" מיקום: ";
uploadingMessageLabel = "מעלה...";
uploadCompletedMessageLabel = "ההעלאה הסתיימה... תודה מקרב לב על עזרתך!";
microphoneSelection: I think that there isn't one translation for the mic types, at least, not one that all people will understand...
dialectSelection: the first dialect is none (like, the 'default' dialect for hebrew speakers).
disclaimerText: Not translated.
Ken: if you need a link to the Hebrew version of the GPL license (2 or 3?), just tell me.
Ofir
Hi Ofir,
Thanks for the translations!
For the "disclaimerText" field, I just borrowed disclaimer text from the GPLv3 licence.
Ken